From a0416d6da152831c92898effa0cb4268180e21c8 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 14 Oct 2016 19:02:41 +0200 Subject: Checkin cloud.json template without credentials --- tests/platform-ci/provider/cloud.json.template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/platform-ci/provider/cloud.json.template 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" + } + } +} -- cgit v1.2.3