Merge "Use External inmotion cloud network for zuul nodes"

This commit is contained in:
Zuul 2021-04-22 18:39:05 +00:00 committed by Gerrit Code Review
commit a8edd128cc
2 changed files with 6 additions and 7 deletions

View File

@ -361,9 +361,3 @@ cloud_launcher_clouds:
profiles:
- openstackci-keypairs
- openstackci-security
- opendevzuul-networking
routers:
- name: opendevzuul-router1
network: External
interfaces:
- opendevzuul-subnet1

View File

@ -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 }}'