forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Asg mixed instance types (ansible#67045)
* merge from origin pr 55067 * handle update existing asg with mixed-instance-policy * fix documentation and append output * update output documentation * update documentation version added * add integration test for mixed instance policy using launch template * add changelog fragment * Update lib/ansible/modules/cloud/amazon/ec2_asg.py Co-Authored-By: Mark Chappell <[email protected]> * Update lib/ansible/modules/cloud/amazon/ec2_asg.py Co-Authored-By: Mark Chappell <[email protected]> * Update lib/ansible/modules/cloud/amazon/ec2_asg.py Co-Authored-By: Jill R <[email protected]> * add warning about botocore version and add expand example documentation * Update changelogs/fragments/67045-ec2_asg_mixed_instance_policy.yml Co-Authored-By: Mark Chappell <[email protected]> * Update lib/ansible/modules/cloud/amazon/ec2_asg.py Co-Authored-By: Mark Chappell <[email protected]> * Update lib/ansible/modules/cloud/amazon/ec2_asg.py Co-Authored-By: Mark Chappell <[email protected]> * remove useless line Co-authored-by: Yi-Tse Hong <[email protected]> Co-authored-by: Mark Chappell <[email protected]> Co-authored-by: Jill R <[email protected]>
- Loading branch information
1 parent
f23cee2
commit 822077f
Showing
3 changed files
with
129 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- ec2_asg - Add the ability to use mixed_instance_policy in launch template driven autoscaling groups |
This file contains 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
This file contains 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