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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-09 12:57:22 -04:00
parent ae45563ae5
commit de0969c9fc
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -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