-
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
Add tag support to ec2_placement_group #2081
Add tag support to ec2_placement_group #2081
Conversation
863b5fa
to
7e6074c
Compare
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 46s (non-voting) |
@harisokanovic Thanks for your contribution. We'll also need a changelog fragment. Otherwise, LGTM. |
8e46164
to
394bbdc
Compare
Hi Markus, thanks for looking it over. I pushed an updated branch with your suggestions and a changelog fragment. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 08s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 53s (non-voting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good. Our's linter's complaining about some whitespace, but nothing major.
cd4c605
to
6988d1e
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 9m 51s (non-voting) |
6988d1e
to
86e3163
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 57s (non-voting) |
Two tests failed with this doc error:
I don't think it's related to my changes since I did not edit aws_mq.py. Any suggestions on how to clear this up? |
Allows users to optionally create EC2 placement groups with tags. Extend integration suite with additional test cases.
86e3163
to
c98cbbb
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 18s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 4m 49s (non-voting) |
c235bd3
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2132 🤖 @patchback |
SUMMARY Allows users to optionally create EC2 placement groups with tags. Extend integration suite with additional test cases. ISSUE TYPE Feature Pull Request Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: Haris Okanovic <[email protected]> Reviewed-by: Alina Buzachis (cherry picked from commit c235bd3)
This is a backport of PR #2081 as merged into main (c235bd3). SUMMARY Allows users to optionally create EC2 placement groups with tags. Extend integration suite with additional test cases. ISSUE TYPE Feature Pull Request Reviewed-by: Markus Bergholz <[email protected]>
SUMMARY
Allows users to optionally create EC2 placement groups with tags. Extend integration suite with additional test cases.
ISSUE TYPE