diff --git a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb index 00b39f982c..b2318f572e 100644 --- a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb @@ -103,6 +103,15 @@ clouds: 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 + username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %> + password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %> + project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %> + cacert: '/etc/openstack/infracloud_west_cacert.pem' + identity_api_version: '3' openstackjenkins-rax: regions: - DFW