From de0969c9fcd05044a82a35ec289e445b22294dfc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 9 Aug 2016 12:57:22 -0400 Subject: [PATCH] Add bluebox to cloud_layouts This is our first commit testing ansible-role-cloud-launcher for provisioning our clouds. Here we are creating a simple layout to bring out bluebox cloud online. Change-Id: I10f2f53aaef7cc4a32b1dc9a4d98a47d16626133 Signed-off-by: Paul Belanger --- cloud_launcher/clouds_layouts.yml | 34 +++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/cloud_launcher/clouds_layouts.yml b/cloud_launcher/clouds_layouts.yml index 0702896393..77843e91e4 100644 --- a/cloud_launcher/clouds_layouts.yml +++ b/cloud_launcher/clouds_layouts.yml @@ -1,2 +1,32 @@ -profiles: [] -clouds: [] +profiles: + # Profile to launch AFS server for nodepool. + - name: openstackci + projects: + - name: openstackci + description: OpenStack CI project + domain: default + security_groups: + - name: all + description: Allow traffic ingress + security_groups_rules: + - security_group: all + ethertype: IPv4 + remote_ip_prefix: 0.0.0.0/0 + - name: openstackzuul + projects: + - name: openstackzuul + description: OpenStack zuul project + domain: default + security_groups: + - name: all + description: Allow traffic ingress + security_groups_rules: + - security_group: all + ethertype: IPv4 + remote_ip_prefix: 0.0.0.0/0 + +clouds: + - name: admin-bluebox + profiles: + - openstackci + - openstackzuul