From 17d8d0b7c5af8df83928322295f50563707fc817 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 27 Feb 2025 17:54:31 +0000 Subject: [PATCH] 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 --- inventory/service/group_vars/bastion.yaml | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/inventory/service/group_vars/bastion.yaml b/inventory/service/group_vars/bastion.yaml index b724a63fd1..9faa79460b 100644 --- a/inventory/service/group_vars/bastion.yaml +++ b/inventory/service/group_vars/bastion.yaml @@ -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