summaryrefslogtreecommitdiff
path: root/test/integration/targets/efs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unused config usage in integration tests.Matt Clay2019-08-141-2/+2
|
* Amazon modules: rename _facts with ansible_facts result to _info (#60178)Felix Fontein2019-08-132-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aws_s3_bucket_facts -> aws_s3_bucket_info * cloudformation_facts -> cloudformation_info * cloudfront_facts -> cloudfront_info * ecs_service_facts -> ecs_service_info * efs_facts -> efs_info * Add changelog and porting guide entry. * lambda_facts -> lambda_info * Improve examples. * Add subsection on renamed modules. * Add sentence on registering variables. * Fix ReST. * Instead of renaming lambda_facts, deprecate it and replace with new module. * Rename internal variable. * Re-add sanity ignores for lambda_facts.
* AWS: _facts -> _info (part 3) (#57635)Felix Fontein2019-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename ec2_ami_facts -> ec2_ami_info. * Rename ec2_asg_facts -> ec2_asg_info. * Rename ec2_customer_gateway_facts -> ec2_customer_gateway_info. * Rename ec2_eip_facts -> ec2_eip_info. * Rename ec2_elb_facts -> ec2_elb_info. * Rename ec2_eni_facts -> ec2_eni_info. * Rename ec2_group_facts -> ec2_group_info. * Rename ec2_instance_facts -> ec2_instance_info. * Rename ec2_lc_facts -> ec2_lc_info. * Rename ec2_placement_group_facts -> ec2_placement_group_info. * Rename ec2_snapshot_facts -> ec2_snapshot_info. * Rename ec2_vol_facts -> ec2_vol_info. * Update module defaults, add changelog and porting guide. * Forgot one occurence of ec2_instance_facts. * Update BOTMETA. * Break too long line.
* Correct virtualenv usage in integration tests.Matt Clay2019-06-031-15/+10
|
* Remove old references to `cloud-config-aws.yml`.Matt Clay2019-05-141-2/+2
| | | | References to the new `cloud-config-aws.ini` file are provided by `"$@"` in tests.
* parse botocore.endpoint logs into a list of AWS actions (#49312)Sloane Hertel2019-03-182-0/+2
| | | | | | | | | | | | | | | | | | | * Add an option to parse botocore.endpoint logs for the AWS actions performed during a task Add a callback to consolidate all AWS actions used by modules Added some documentation to the AWS guidelines * Enable aws_resource_actions callback only for AWS tests * Add script to help generate policies * Set debug_botocore_endpoint_logs via environment variable for all AWS integration tests Ensure AWS tests inherit environment (also remove AWS CLI in aws_rds inventory tests and use the module)
* EFS - add support for new Provisioned Throughput (#43253)Julien PRIGENT2018-09-195-0/+389
* efs.py: Add support for EFS provisioned throughput * efs_facts.py: Add support for EFS provisioned throughput * efs_facts integration tests updated with provision throughput * efs_facts: Tests refactoring - add failure and success playbook according to botocore version. * efs_facts: More tests and new option descriptions adjustment * efs_facts tests renamed to efs