-
Notifications
You must be signed in to change notification settings - Fork 398
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
tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts #1468
tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts #1468
Conversation
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
It would be better to reuse the AMI from setup_ec2_facts if we can... |
recheck |
cc9cf55
to
afbdd28
Compare
`amzn2-ami-hvm-2.0.20190612-x86_64-gp2` is not available anymore, we now use `setup_ec2_facts` to get the right AMI ID.
afbdd28
to
4b8f0a5
Compare
This change depends on a change that failed to merge. |
recheck |
Pull request merge failed: Required status check "ansible/gate" is expected. |
@goneri this PR contains the following merge commits: Please rebase your branch to remove these commits. |
…#1467) tests/integration: ensure the CI gives more time to some slow targets Depends-On: ansible/ansible-zuul-jobs#1625 Depends-On: #1468 Depends-On: #1473 Reviewed-by: Mark Chappell <None>
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1499 🤖 @patchback |
tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell <None> (cherry picked from commit 1cd7ceb)
…e-collections#1468) tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell <None>
…ycle_hook}: use setup_ec2_facts (#1499) [PR #1468/1cd7cebb backport][stable-4] tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts This is a backport of PR #1468 as merged into main (1cd7ceb). amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell <None>
…#1500) [PR #1468/1cd7cebb backport][stable-3] tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell SUMMARY Partial backport of #1468 (lifecycle hooks didn't exist in stable-3) ISSUE TYPE Bugfix Pull Request COMPONENT NAME tests/integration/targets/ec2_asg ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
…e-collections#1468) tests/autoscaling_{group,lifecycle_hook}: use setup_ec2_facts amzn2-ami-hvm-2.0.20190612-x86_64-gp2 is not available anymore, we now use setup_ec2_facts to get the right AMI ID. Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@1cd7ceb
Pick up app_callback -> set_password rather than app_callback -> set_passwd SUMMARY Closes: ansible-collections#1449 Pick up app_callback -> set_password rather than app_callback -> set_passwd ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
amzn2-ami-hvm-2.0.20190612-x86_64-gp2
is not available anymore, we now usesetup_ec2_facts
to get the right AMI ID.