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
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
8 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration Add Fargate support for ECS modules 8 years ago
legacy Add mode, owner_id and group_id options to one_vm (#40217) 8 years ago
results Collect data from integration test runs. (#28650) 9 years ago
runner pin azure deps to exact versions 8 years ago
sanity Implement new changelog generator. 8 years ago
units Fix inserting noop tasks by using active state (#36056) 8 years ago
utils Make docs-build sanity test disabled by default. 8 years ago