Also set the network info for internap ci account
Same as the previous nodepool patch - it's important that we configure internap correctly in our other clouds.yaml files. Change-Id: I100fa7f7aa4836579dc8ddcfd40d78402aef38ef
This commit is contained in:
parent
84dac6c5cc
commit
16c9274213
@ -34,6 +34,11 @@ clouds:
|
||||
username: <%= @puppetmaster_clouds['openstackci_internap_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_internap_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_internap_project_name'] %>
|
||||
networks:
|
||||
- name: inap-17301-WAN2344
|
||||
routes_externally: True
|
||||
- name: inap-17301-LAN3328
|
||||
routes_externally: False
|
||||
openstackjenkins-internap:
|
||||
region_name: nyj01
|
||||
profile: internap
|
||||
|
@ -18,6 +18,11 @@ clouds:
|
||||
username: <%= @puppetmaster_clouds['openstackci_internap_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_internap_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_internap_project_name'] %>
|
||||
networks:
|
||||
- name: inap-17301-WAN2344
|
||||
routes_externally: True
|
||||
- name: inap-17301-LAN3328
|
||||
routes_externally: False
|
||||
openstackci-ovh:
|
||||
regions:
|
||||
- GRA1
|
||||
|
Loading…
x
Reference in New Issue
Block a user