Merge "Use External inmotion cloud network for zuul nodes"
This commit is contained in:
commit
a8edd128cc
inventory/service/host_vars
playbooks/templates/clouds
@ -361,9 +361,3 @@ cloud_launcher_clouds:
|
|||||||
profiles:
|
profiles:
|
||||||
- openstackci-keypairs
|
- openstackci-keypairs
|
||||||
- openstackci-security
|
- openstackci-security
|
||||||
- opendevzuul-networking
|
|
||||||
routers:
|
|
||||||
- name: opendevzuul-router1
|
|
||||||
network: External
|
|
||||||
interfaces:
|
|
||||||
- opendevzuul-subnet1
|
|
||||||
|
@ -161,7 +161,12 @@ clouds:
|
|||||||
image_format: 'raw'
|
image_format: 'raw'
|
||||||
inmotion:
|
inmotion:
|
||||||
regions:
|
regions:
|
||||||
- iad3
|
- name: iad3
|
||||||
|
values:
|
||||||
|
networks:
|
||||||
|
- name: External
|
||||||
|
routes_externally: true
|
||||||
|
default_interface: true
|
||||||
auth:
|
auth:
|
||||||
auth_url: 'https://173.231.255.228:5000'
|
auth_url: 'https://173.231.255.228:5000'
|
||||||
username: '{{ nodepool_inmotion_username }}'
|
username: '{{ nodepool_inmotion_username }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user