-
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
ECS service - add tag+propagate_tags upon creation. #543
ECS service - add tag+propagate_tags upon creation. #543
Conversation
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.
Not had chance to look properly, but a couple of quick comments
Thanks for taking this PR over. Looks like you're falling foul of a linting issue: https://dashboard.zuul.ansible.com/t/ansible/build/254378a734334c62a889731fe8029290 |
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.
@tamirhad Thank you for working on this. I left you some comments. If you need any help don't hesitate to contact us on IRC #ansible-aws.
4f5d277
to
a7119ff
Compare
@tamirhad can you resolve the conflict and rebase, so that we see where it failed nowadays? |
yes, ill try to find a time for that asap. |
84f1bc4
to
8466fe1
Compare
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.
Thanks for taking the time to try and revive #242.
I've rebased the PR against main and made a couple of small tweaks. The one thing I don't like is that it doesn't support changing tags once they're set.
…e Error comes from the API (ansible-collections#543) Remove reference to 'boto' from s3_bucket failure SUMMARY Remove reference to 'boto' from s3_bucket failure: it's not using boto. ISSUE TYPE Docs Pull Request COMPONENT NAME s3_bucket ADDITIONAL INFORMATION Reviewed-by: None <None>
Looking to revive this, so far I've only rebased. |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1317 🤖 @patchback |
ECS service - add tag+propagate_tags upon creation. SUMMARY this PR is continuation of #242 this PR will enable the use of tags at creation time, in addition to propagate_tags. ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION this PR is continuation of #242 i cant contribute to his repo as i am not a maintainer so i created a new PR, if its not the right git flow please be gentle, its my first time :) Reviewed-by: Mark Chappell <None> Reviewed-by: None <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit e3c8302)
[PR #543/e3c8302c backport][stable-4] ECS service - add tag+propagate_tags upon creation. This is a backport of PR #543 as merged into main (e3c8302). SUMMARY this PR is continuation of #242 this PR will enable the use of tags at creation time, in addition to propagate_tags. ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION this PR is continuation of #242 i cant contribute to his repo as i am not a maintainer so i created a new PR, if its not the right git flow please be gentle, its my first time :) Reviewed-by: Mark Chappell <None>
SUMMARY
this PR is continuation of #242
this PR will enable the use of tags at creation time, in addition to propagate_tags.
ISSUE TYPE
COMPONENT NAME
ecs_service
ADDITIONAL INFORMATION
this PR is continuation of #242
i cant contribute to his repo as i am not a maintainer so i created a new PR, if its not the right git flow please be gentle, its my first time :)