You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
6 years ago
..
roles/ecs_cluster Ecs service add features (#50059) 6 years ago
full_test.yml [aws]Add VPC configuration to ECS modules (#34381) 6 years ago
network_assign_public_ip_fail.yml ecs_service: make assign_public_ip option a boolean (#41759) 6 years ago
network_fail.yml Add execution_role_arn parameter (#41849) 6 years ago
network_force_new_deployment.yml Ecs service force new deployment (#47983) 6 years ago
network_force_new_deployment_fail.yml Ecs service force new deployment (#47983) 6 years ago