Update admin-bluebox with new settings
This is part of our effort to bring bluebox back online for nodepool. As such, we need to update shade with the new defaults. Change-Id: I6e8644ac1de739bf1be084e53d2e4deab1fa9100 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
db1728df0a
commit
ae45563ae5
@ -40,10 +40,13 @@ clouds:
|
||||
floating_ip_source: neutron
|
||||
bluebox-sjc1:
|
||||
auth:
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
||||
username: '<%= @bluebox_username %>'
|
||||
password: '<%= @bluebox_password %>'
|
||||
project_name: '<%= @bluebox_project %>'
|
||||
auth_url: 'https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0'
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
internap:
|
||||
profile: internap
|
||||
region_name: nyj01
|
||||
|
@ -2,10 +2,13 @@ clouds:
|
||||
admin-bluebox:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
||||
username: <%= @puppetmaster_clouds['admin_bluebox_username'] %>
|
||||
password: <%= @puppetmaster_clouds['admin_bluebox_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['admin_bluebox_project_name'] %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
infra-files-ro:
|
||||
profile: rackspace
|
||||
auth:
|
||||
@ -23,10 +26,13 @@ clouds:
|
||||
openstackci-bluebox:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
||||
username: <%= @puppetmaster_clouds['openstackci_bluebox_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_bluebox_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_bluebox_project_name'] %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
openstackci-internap:
|
||||
region_name: nyj01
|
||||
profile: internap
|
||||
@ -69,10 +75,13 @@ clouds:
|
||||
openstackjenkins-bluebox:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
||||
username: <%= @puppetmaster_clouds['openstackjenkins_bluebox_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackjenkins_bluebox_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackjenkins_bluebox_project_name'] %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
openstackjenkins-rax:
|
||||
regions:
|
||||
- DFW
|
||||
|
Loading…
x
Reference in New Issue
Block a user