summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-10-14 19:02:41 +0200
committervarac <varacanero@zeromail.org>2016-10-18 21:17:13 +0200
commita0416d6da152831c92898effa0cb4268180e21c8 (patch)
tree5c1b5f0e9d172ae4fb894f38047b0d58fbf1cfd7
parentde873f2747bea5008c5bd3852f51d5e0be7c64fb (diff)
Checkin cloud.json template without credentials
-rw-r--r--tests/platform-ci/provider/cloud.json.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/platform-ci/provider/cloud.json.template b/tests/platform-ci/provider/cloud.json.template
new file mode 100644
index 00000000..28152e82
--- /dev/null
+++ b/tests/platform-ci/provider/cloud.json.template
@@ -0,0 +1,15 @@
+{
+ "platform_ci": {
+ "api": "aws",
+ "vendor": "aws",
+ "auth": {
+ "region": "us-west-2",
+ "aws_access_key_id": "",
+ "aws_secret_access_key": ""
+ },
+ "default_image": "ami-2a34e94a",
+ "default_options": {
+ "InstanceType": "t2.small"
+ }
+ }
+}