-
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 plugin not updating the "placement_constraints" property #1414
Comments
Files identified in the description:
If these files are inaccurate, please update the |
The bug is easy to spot if you look at the call to
|
good point! does one of you (@anirudh-here-com @superwesman ) have some time to provide a PR to fix this issue? |
ecs_service supports constraints and strategy update SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION related issue #1414 Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: 周丰 <[email protected]> Reviewed-by: Alina Buzachis <None>
ecs_service supports constraints and strategy update SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION related issue #1414 Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: 周丰 <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 316f0ac)
ecs_service supports constraints and strategy update SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION related issue #1414 Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: 周丰 <[email protected]> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 316f0ac)
[PR #1601/316f0acb backport][stable-5] ecs_service supports constraints and strategy update This is a backport of PR #1601 as merged into main (316f0ac). SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION related issue #1414 Reviewed-by: Markus Bergholz <[email protected]>
[PR #1601/316f0acb backport][stable-4] ecs_service supports constraints and strategy update This is a backport of PR #1601 as merged into main (316f0ac). SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ecs_service ADDITIONAL INFORMATION related issue #1414 Reviewed-by: Markus Bergholz <[email protected]>
fix link README SUMMARY Fixed links for scenario_guides. ISSUE TYPE Docs Pull Request COMPONENT NAME README.md ADDITIONAL INFORMATION N/A related to ansible-collections#1743 Reviewed-by: Mark Chappell
Summary
When I try to update "placement_constraints" property of an already existing service, its not getting reflected on the aws console.
However, it works perfectly fine when the service does not exist and needs to be created
Issue Type
Bug Report
Component Name
ecs_service
Ansible Version
Collection Versions
AWS SDK versions
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Running the ansible playbook containing ecs_service block which has "placement_constraints" parameter defined
Expected Results
placement-constraints property should be set and visible in aws console.
Actual Results
placement-constraints property is not set in aws console
Code of Conduct
The text was updated successfully, but these errors were encountered: