From 316e7939d65d85e6c52ba3ee75fbe7eb7d676c6c Mon Sep 17 00:00:00 2001 From: Will Thames Date: Fri, 10 Nov 2017 02:56:31 +1000 Subject: [cloud] Improve aws testing and use `{{ region }}` var (#26892) * Protect AWS credentials from accidental commits * Improve documentation for IAM policies * Update ELB tests to be multi region Allow AZs to reflect the region in which the tests are run. This will not work for regions with fewer than three AZs, but those are relatively rare --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 52463abc48..ac6520869c 100644 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,7 @@ packaging/release/ansible_release /test/integration/inventory.networking /test/integration/inventory.winrm /test/integration/cloud-config-aws.yml +/test/integration/cloud-config-cs.ini # python 'rope' stuff .ropeproject # local 'ack' config files -- cgit v1.2.1