From d1231a5a52c189bc1b8cbb3aac8fa9857be708af Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 10 Aug 2016 11:42:57 -0400 Subject: [PATCH] Refactor layout for clouds_layouts.yaml Our first attempt at managing the clouds with ansible-role-cloud-launcher was not correct. We need to use the credentials of each cloud to created resources on them. Change-Id: Ica8e57395e0e3b4862238e119d51889cb591aac1 Signed-off-by: Paul Belanger --- cloud_launcher/clouds_layouts.yml | 35 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/cloud_launcher/clouds_layouts.yml b/cloud_launcher/clouds_layouts.yml index f66e213d3a..16898d07f3 100644 --- a/cloud_launcher/clouds_layouts.yml +++ b/cloud_launcher/clouds_layouts.yml @@ -1,37 +1,36 @@ profiles: # Profile to launch AFS server for nodepool. - - name: openstackci + - name: openstackci-projects projects: - name: openstackci description: OpenStack CI project domain: default + - name: openstackzuul + description: OpenStack zuul project + domain: default + - name: openstackci-security security_groups: - - name: all - description: Allow traffic ingress + - name: default + description: Default security group security_groups_rules: - - security_group: all + - security_group: default ethertype: IPv4 remote_ip_prefix: 0.0.0.0/0 - - name: openstackzuul + - name: openstackci-flavors flavors: - name: nodepool ram: 8192 vcpus: 8 disk: 80 - 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 + - openstackci-projects + - openstackci-flavors + - name: openstackci-bluebox + profiles: + - openstackci-security + - name: openstackzuul-bluebox + profiles: + - openstackci-security