From 2eda8bd63330da7f57f3dd0ae3e1187623e80bdc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 12 Aug 2016 13:12:39 -0400 Subject: [PATCH] Add tripleo-test-cloud configuration for cloud-launcher Here we are adding configuration for both tripleo-test-cloud-rh1. We do not have admin credentials for the cloud, so we can only do non-admin tasks. Currently we are only setting up security groups. Change-Id: Ied94965023342f45083659fd59342729fa048e4b Signed-off-by: Paul Belanger --- cloud_launcher/clouds_layouts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cloud_launcher/clouds_layouts.yml b/cloud_launcher/clouds_layouts.yml index 118143ca12..4136d98172 100644 --- a/cloud_launcher/clouds_layouts.yml +++ b/cloud_launcher/clouds_layouts.yml @@ -37,3 +37,9 @@ clouds: - name: openstackzuul-bluebox profiles: - openstackci-security + - name: openstackci-tripleo-test-cloud-rh1 + profiles: + - openstackci-security + - name: openstackzuul-tripleo-test-cloud-rh1 + profiles: + - openstackci-security