ansible/test
Will Thames f972994662 [cloud] fix VPC behavior for ec2_group module, improve integration tests (#27038)
* Add tests for group in a VPC

* Improve ec2_group output and documentation

Update ec2_group to provide full security group information
Add RETURN documentation to match

* Fix ec2_group creation within a VPC

Ensure VPC ID gets passed when creating security group

* Add test for auto creating SG

* Fix ec2_group auto group creation

* Add backoff to describe_security_groups

Getting LimitExceeded from describe_security_groups is definitely
possible (source: me) so add backoff to increase likelihood of
success.

To ensure that all `describe_security_group` calls are backed off,
remove implicit ones that use `ec2.SecurityGroup`. From there,
the decision to remove the `ec2` boto3 resource and rely on the client
alone makes good sense.

* Tidy up auto created security group

Add resource_prefix to auto created security group and delete
it in the `always` section.
Use YAML argument form for all module parameters
2017-08-01 06:53:43 -04:00
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration [cloud] fix VPC behavior for ec2_group module, improve integration tests (#27038) 2017-08-01 06:53:43 -04:00
results Create bot friendly sanity output. (#22381) 2017-03-07 14:59:50 -08:00
runner Add some features to the pylint sanity check 2017-07-29 14:13:30 -07:00
sanity Fix broken import in utilities.helper._accelerate (#27088) 2017-07-31 22:05:46 -07:00
units ACI module_utils library for ACI modules (#27070) 2017-07-31 12:44:27 +01:00
utils Optimize running of CI cloud integration tests. 2017-07-14 22:28:14 -07:00