Simplify infracloud clouds.yaml
We have experimentally verified that we do not need the bits that this patch removes. Change-Id: I76344e27ba7bac626a44a4a2d70637dfe35826e4
This commit is contained in:
parent
78c55f3223
commit
9f03a1696f
@ -54,8 +54,6 @@ clouds:
|
||||
project_name: '<%= infracloud_project %>'
|
||||
user_domain_name: 'infra'
|
||||
project_domain_name: 'infra'
|
||||
auth_url: 'https://controller00.hpuswest.ic.openstack.org:35357/v3'
|
||||
auth_type: 'v3password'
|
||||
auth_url: 'https://controller00.hpuswest.ic.openstack.org:35357/'
|
||||
cacert: '/home/nodepool/.config/openstack/infracloud_west_cacert.pem'
|
||||
identity_api_version: '3'
|
||||
floating_ip_source: 'None'
|
||||
|
@ -80,33 +80,29 @@ clouds:
|
||||
openstackjenkins-infracloud-west:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/v3
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
|
||||
username: <%= @puppetmaster_clouds['openstackjenkins_infracloud_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackjenkins_infracloud_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackjenkins_infracloud_project_name'] %>
|
||||
project_domain_name: 'infra'
|
||||
user_domain_name: 'infra'
|
||||
cacert: '/etc/openstack/infracloud_west_cacert.pem'
|
||||
auth_type: 'v3password'
|
||||
identity_api_version: '3'
|
||||
floating_ip_source: 'None'
|
||||
openstackci-infracloud-west:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/v3
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
|
||||
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
|
||||
project_domain_name: 'infra'
|
||||
user_domain_name: 'infra'
|
||||
cacert: '/etc/openstack/infracloud_west_cacert.pem'
|
||||
auth_type: 'v3password'
|
||||
identity_api_version: '3'
|
||||
floating_ip_source: 'None'
|
||||
admin-infracloud-west:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/v3
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
|
||||
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
|
||||
|
@ -41,13 +41,11 @@ clouds:
|
||||
openstackci-infracloud-west:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/v3
|
||||
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
|
||||
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
|
||||
project_domain_name: 'infra'
|
||||
user_domain_name: 'infra'
|
||||
cacert: '/etc/openstack/infracloud_west_cacert.pem'
|
||||
auth_type: 'v3password'
|
||||
identity_api_version: '3'
|
||||
floating_ip_source: 'None'
|
||||
|
Loading…
Reference in New Issue
Block a user