1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/ecs_cluster/playbooks
Tad Merchant b538e34a32 Ecs service add features (#50059)
* Support UpdateService forceNewDeployment in ecs_service module

* Fixes for review

* Add force_new_deployment option to ecs_service.py

cherrypicks changes from via/ansible
Adds tests for pull request #42518
fixes backwards compatability with boto<1.8.4

* WIP commit so I don't have to stash

* WIP commit for healthcheck grace period

* WIP commit; ecs_module handles service registries

* Fix bad check for desired_count

* Add scheduling strategy test, comment out service registry test

* Fix names in ecs_cluster role main task.

* move full test run back to the end

* Change botocore version for full test to support scheduling strategy

* fix bug with desired_count==0 in amazon/ecs_service

* Fix changed checking for scheduling strategy DAEMON in ecs_service

* Pass testS

* Fix some unhelpful comments

* Add changelog for ecs_service
2019-02-27 13:20:19 +10:00
..
roles/ecs_cluster Ecs service add features (#50059) 2019-02-27 13:20:19 +10:00
full_test.yml [aws]Add VPC configuration to ECS modules (#34381) 2018-04-25 15:41:04 -04:00
network_assign_public_ip_fail.yml ecs_service: make assign_public_ip option a boolean (#41759) 2018-06-21 12:17:01 +10:00
network_fail.yml Add execution_role_arn parameter (#41849) 2018-07-04 14:34:11 +10:00
network_force_new_deployment.yml Ecs service force new deployment (#47983) 2018-11-24 11:26:44 +10:00
network_force_new_deployment_fail.yml Ecs service force new deployment (#47983) 2018-11-24 11:26:44 +10:00