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:
parent
ae45563ae5
commit
de0969c9fc
@ -1,2 +1,32 @@
|
|||||||
profiles: []
|
profiles:
|
||||||
clouds: []
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user