Commit Graph

9 Commits (87aa59af79fd2f8f74935795f60818bf0278cdc0)

Author SHA1 Message Date
David M. Lee fde551fa2a Adding support for Amazon ECR (#19306)
* Adding support for Amazon ECR

This patch adds a new module named ecr, which can create, update or
destroy Amazon EC2 Container Registries. It also handles the management
of ECR policies.

* ecs_ecr: addressed review feeback

 * Renaming ecr to ecs_ecr
 * Fixed docs
   * Removed bad doc about empty string handling
   * Added example of `delete_policy`
 * Removed `policy_text` option; switched policy to `json` type so
   it can accept string or dict
 * Added support for specifying registry_id
 * Added explicit else after returned if clauses
 * Added `force_set_policy` option
 * Improved `set_repository_policy` error handling
 * Fixed policy comparisons when AWS doesn't keep the ordering stable
 * Moved `boto_exception` into the module
8 years ago
Matt Clay 86c5eddb05 Move ec2_vpc_nat_gateway integration test role. 8 years ago
Matt Clay 39c5c558f8 Switch tests from sudo to become. (#17694) 8 years ago
James Cammarata 5c2c10987e Re-enable the ec2_eip test 10 years ago
Kevin Bell 73c1ccf53e Added an integration test for the ec2_asg module 10 years ago
James Cammarata c9df855d38 Adding an integration test for the ec2_elb module 10 years ago
James Cammarata f2db460203 A few updates to the ec2_elb_lb integration test 10 years ago
James Laska b589bf1d2e First pass at ec2 module tests 10 years ago
Michael DeHaan 2177b773c8 Rename tests to test, use old directory name. 11 years ago