DAOSGCP-176 Merge develop to main#84
Merged
mark-olson merged 11 commits intomainfrom May 18, 2023
Merged
Conversation
Merge from main to develop after v0.3.0
Signed-off-by: Artem Gayardo <artemgm@google.com>
DAOSGCP-161 Fix setting the --region parameter
DAOS will now be deployed with images based on Rocky Linux 8 Changes: Reduced total number of files in images/ directory Replaced shell scripts with Ansible playbooks Renamed build_images.sh to build.sh Removed hard-coded strings in Packer template Simplified Google Cloud Build file (packer_cloudbuild.yml) Added support for running Packer locally instead of running in Cloud Build Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
Remove Managed Instance Group (MIG) provisioning from Terrform modules. For large deployments provisioning instances with google_compute_instance vs google_compute_instance_group_manager reduces provisioning time. This change was provided by Margaret Lawson. Signed-off-by: Margaret Lawson <mlawsonca@google.com> Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
ravalsam
approved these changes
May 18, 2023
ravalsam
left a comment
There was a problem hiding this comment.
Looks ok as it's merge from dev to main branch,
fc99585 to
6c6a7d5
Compare
Refactored terraform/examples/io500 Changes starting with '[ML]' were either contributed directly or suggested by Margaret Lawson. - Wrapper scripts moved to bin/ directory - Client scripts moved to client_scripts/ directory - Scripts in images/ directory updated to wrap new images/build.sh script - Do not use terraform/examples/daos_cluster for io500 example. terraform/examples/io500 has its own terraform configuration now. - Removed the use of TF_VARS_* environment variables. Now uses a terraform.tfvars file that is generated based on the config/*.sh file that is used by the start.sh script. - Set default log level to INFO - Removed references to MIGs - [ML] Restart clients after clean - [ML] SERVER_OS_FAMILY and CLIENT_OS_FAMILY adjusted to include the word "DAOS" - [ML] Do not use preemptible instances for IO500 Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
* DAOSGCP-172 Change base image and tuned profile Changed base image to 'hpc-rocky-linux-8' Changed tuned profile to 'network-throughput' Fixed issue with --force option in io500 example Fixed issue with LOG_LEVEL in io500 example Remove unnecessary boot parameters in tune.yml ansible file Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
Changes tested with DAOS v2.2.0 and v2.3.107 - dmg command line changes for >v2.2.0 - daos command line changes for >v2.2.0 - removed environment file from build_io500_images.sh so that vars pass through from config/* - added ability to set chunk size in io500 configurations - fix cert permissions to work with v2.2.0 and v2.3.* - added log.debug.show_vars function for debugging Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
Reducing the number of threads that run on each physical CPU core can help improve the performance of workloads that are highly-parallel. Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
Fixed broken link in predeployment guide. Signed-off-by: Mark Olson <115657904+mark-olson@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Mark Olson 115657904+mark-olson@users.noreply.github.com