diff --git a/inventory/service/host_vars/bridge.openstack.org.yaml b/inventory/service/host_vars/bridge.openstack.org.yaml index 461cebca4b..2266896475 100644 --- a/inventory/service/host_vars/bridge.openstack.org.yaml +++ b/inventory/service/host_vars/bridge.openstack.org.yaml @@ -361,9 +361,3 @@ cloud_launcher_clouds: profiles: - openstackci-keypairs - openstackci-security - - opendevzuul-networking - routers: - - name: opendevzuul-router1 - network: External - interfaces: - - opendevzuul-subnet1 diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index cfdc665562..b5b24a058d 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -161,7 +161,12 @@ clouds: image_format: 'raw' inmotion: regions: - - iad3 + - name: iad3 + values: + networks: + - name: External + routes_externally: true + default_interface: true auth: auth_url: 'https://173.231.255.228:5000' username: '{{ nodepool_inmotion_username }}'