-
Notifications
You must be signed in to change notification settings - Fork 314
[Scaling] Removing usage of cfn-init for compute fleet #6655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
gmarciani
reviewed
Feb 17, 2025
b328614 to
a97b923
Compare
* Using cloud-init native approach for creating files
* Adding CFN LogicalId for Compute Launch Template
* Change dna.json and extra.json test for compute fleet
a97b923 to
688cc87
Compare
gmarciani
approved these changes
Feb 19, 2025
hgreebe
pushed a commit
to hgreebe/aws-parallelcluster
that referenced
this pull request
Feb 26, 2025
* [CN] Removing usage of cfn-init in compute Node bootstrapping * Using cloud-init native approach for creating files * Giving HN DescribeLaunchTemplateVersions Permissions * Adding CFN LogicalId for Compute Launch Template * [Unit Test] Update user_data variables for head Node * Change dna.json and extra.json test for compute fleet * Code-linting changes * Removing unwanted comments * Removing unused variables and imports --------- Co-authored-by: Himani Anil Deshpande <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description of changes
Dependent on and Detailed description in aws/aws-parallelcluster-cookbook#2875
Tests
References
Checklist
developadd the branch name as prefix in the PR title (e.g.[release-3.6]).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.