-
Notifications
You must be signed in to change notification settings - Fork 397
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
Allow ECS.Client.delete_service to force delete a service #228
Allow ECS.Client.delete_service to force delete a service #228
Conversation
I do not know how to setup shippable for local debugging before submitting the PR, And I did not find any information about this. |
The test
The test
The test
|
@asaf400 You can run the tests locally, have a look at https://www.katacoda.com/ansible-community/scenarios/fixing-a-bug for an example walk through of how to do this |
Please add the following into the
|
I think I still have a bit of work on 'tests/integration/targets/ecs_cluster/tasks/force_service_deletion.yml' Edit: Also, Done pushing documentation block commit |
@asaf400 This PR contains |
46e50bc
to
bcd4dc4
Compare
rebased, tested locally and added some missing documentation (changelog / version_added) |
I'm sorry it's taken so long to get this merged. I've fixed up the tests and added some minor documentation but I think this is now ready to merge. |
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.
LGTM!
SUMMARY
Change allows ansible to forcefully delete a service,
required when deleting a service with >0 scale, or no target group
ISSUE TYPE
#220
COMPONENT NAME
ecs_service