ec2_vol: backport to stable-1.5 to fix modify_volume size option bug - #479
Merged
ansible-zuul[bot] merged 1 commit intoSep 9, 2021
Conversation
ansible-collections#371) ec2_vol: Fix iops setting and enforce iops/throughput parameters usage Reviewed-by: https://github.com/apps/ansible-zuul
Collaborator
|
recheck |
2 similar comments
Contributor
|
recheck |
Contributor
|
recheck |
jillr
approved these changes
Sep 3, 2021
jillr
left a comment
Contributor
There was a problem hiding this comment.
The actual backport LGTM, the CI failure should be unrelated (I'm looking into it)
Contributor
|
recheck |
1 task
alinabuzachis
approved these changes
Sep 6, 2021
Contributor
|
recheck |
3 similar comments
Contributor
|
recheck |
Collaborator
|
recheck |
Collaborator
|
recheck |
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
…#479) Add autoscaling_complete_lifecycle_action module SUMMARY I am adding a new Ansible AWS Module which provides the ability to complete a lifecycle action for an AWS Auto Scaling Group. It basically implements the CompleteLifecycleAction AWS API. ISSUE TYPE New Module Pull Request COMPONENT NAME aws_asg_complete_lifecycle_action.py Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
…#479) Add autoscaling_complete_lifecycle_action module SUMMARY I am adding a new Ansible AWS Module which provides the ability to complete a lifecycle action for an AWS Auto Scaling Group. It basically implements the CompleteLifecycleAction AWS API. ISSUE TYPE New Module Pull Request COMPONENT NAME aws_asg_complete_lifecycle_action.py Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 24, 2023
…#479) Add autoscaling_complete_lifecycle_action module SUMMARY I am adding a new Ansible AWS Module which provides the ability to complete a lifecycle action for an AWS Auto Scaling Group. It basically implements the CompleteLifecycleAction AWS API. ISSUE TYPE New Module Pull Request COMPONENT NAME aws_asg_complete_lifecycle_action.py Reviewed-by: Mark Chappell <None>
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.
SUMMARY
Back port to stable-1.5 to fix a bug in
modify_volume, 'size'option.Fixes #471.
ISSUE TYPE
COMPONENT NAME
ec2_vol
ADDITIONAL INFORMATION
Backports: #371
Depends-On: #491