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 <pabelanger@redhat.com>
This commit is contained in:
parent
c2c46552d2
commit
d1231a5a52
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user