Infra-cloud-west is currently offline

The infra-cloud-west is currently unavailable due to being relocated
causing the inventory for ansible to not be generated:
Inventory script (/etc/ansible/hosts/openstack) had an execution error: Error fetching server list on openstackci-infracloud-west:RegionOne:

This means ansible and hence puppet fail to run.

For now remove infra-cloud-west from clouds.yaml. This should be added back
in one the cloud is turned back on.

Change-Id: I16fe54c3c040c273977b0cb2e51bf7f804832380
This commit is contained in:
Joshua Hesketh 2016-02-29 10:42:49 +11:00
parent 16e56fce9d
commit 7ab7d45d12

View File

@ -46,14 +46,3 @@ clouds:
username: '<%= internap_username %>'
password: '<%= internap_password %>'
project_name: '<%= internap_project %>'
infracloud-west:
region_name: RegionOne
auth:
username: '<%= infracloud_username %>'
password: '<%= infracloud_password %>'
project_name: '<%= infracloud_project %>'
user_domain_name: 'infra'
project_domain_name: 'infra'
auth_url: 'https://controller00.hpuswest.ic.openstack.org:35357/'
cacert: '/home/nodepool/.config/openstack/infracloud_west_cacert.pem'
identity_api_version: '3'