Add networks and routers in new flex tenants
The new projects/tenants we have in Rackspace Flex DFW3 and SJC3 regions still need private networks and routers in order to bind floating IPs on server instances. Add them to our cloud-launcher config so they'll get created the next time it runs. Change-Id: I63a41c23d4b5b4f0e2c37afae48032db44bc30ed
This commit is contained in:
parent
65d7314516
commit
17d8d0b7c5
@ -244,24 +244,48 @@ cloud_launcher_clouds:
|
||||
profiles:
|
||||
- openstackci-keypairs
|
||||
- openstackci-security
|
||||
- opendevci-networking
|
||||
routers:
|
||||
- name: opendevci-router1
|
||||
network: PUBLICNET
|
||||
interfaces:
|
||||
- opendevci-subnet1
|
||||
- name: opendevci-rax-flex-sjc3
|
||||
oscc_cloud: opendevci-rax-flex
|
||||
region_name: SJC3
|
||||
profiles:
|
||||
- openstackci-keypairs
|
||||
- openstackci-security
|
||||
- opendevci-networking
|
||||
routers:
|
||||
- name: opendevci-router1
|
||||
network: PUBLICNET
|
||||
interfaces:
|
||||
- opendevci-subnet1
|
||||
- name: opendevzuul-rax-flex-dfw3
|
||||
oscc_cloud: opendevzuul-rax-flex
|
||||
region_name: DFW3
|
||||
profiles:
|
||||
- openstackci-keypairs
|
||||
- openstackci-security
|
||||
- opendevzuul-networking
|
||||
routers:
|
||||
- name: opendevzuul-router1
|
||||
network: PUBLICNET
|
||||
interfaces:
|
||||
- opendevzuul-subnet1
|
||||
- name: opendevzuul-rax-flex-sjc3
|
||||
oscc_cloud: opendevzuul-rax-flex
|
||||
region_name: SJC3
|
||||
profiles:
|
||||
- openstackci-keypairs
|
||||
- openstackci-security
|
||||
- opendevzuul-networking
|
||||
routers:
|
||||
- name: opendevzuul-router1
|
||||
network: PUBLICNET
|
||||
interfaces:
|
||||
- opendevzuul-subnet1
|
||||
|
||||
# OSUOSL
|
||||
- name: opendevci-osuosl
|
||||
|
Loading…
x
Reference in New Issue
Block a user