ansible/test
Michael Mayer fbcd6f8a65 Add Fargate support for ECS modules
Fargate instances do not require memory and cpu descriptors. EC2 instances
 do require descriptions. https://botocore.readthedocs.io/en/latest/reference/services/ecs.html#ECS.Client.describe_task_definition

Fargate requires that cpu and memory be defined at task definition level.
EC2 launch requires them to be defined at the container level.

Fargate requires the use of awsvpc for the networking_mode. Also updated,
the documentation regarding where and when memory/cpu needs to the assigned.

The task_definition variable for the awspvc configuration colided with
the ecs_service for the bridge network. This would cause the test to fail.

Add testing for fargate

Add examples for fargate and ec2
2018-06-06 20:51:50 +10:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
integration Add Fargate support for ECS modules 2018-06-06 20:51:50 +10:00
legacy Add mode, owner_id and group_id options to one_vm (#40217) 2018-05-25 08:00:26 +02:00
results
runner pin azure deps to exact versions 2018-06-05 18:50:48 -07:00
sanity Implement new changelog generator. 2018-06-05 19:08:15 -07:00
units Fix inserting noop tasks by using active state (#36056) 2018-06-06 12:34:25 +02:00
utils Make docs-build sanity test disabled by default. 2018-05-09 17:55:00 -07:00