From 7ab7d45d12ccbb6264cba46e388e218b4180f70f Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 29 Feb 2016 10:42:49 +1100 Subject: [PATCH] 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 --- .../templates/nodepool/clouds.yaml.erb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index ed2024ff90..4aaed890ca 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -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'