From 29a67fc44c654220be9f594fca72926794035451 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 14 Jan 2016 13:14:04 -0500 Subject: [PATCH] Add BHS1 to the clouds.yaml on puppetmaster We have a pypi mirror here, but it's not listed in our cloud config so ansible is unaware of it. Change-Id: I7b2b75a278472e0a36668b96d74b354ef56aff6c --- .../openstack_project/templates/puppetmaster/all-clouds.yaml.erb | 1 + .../templates/puppetmaster/ansible-clouds.yaml.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb index 37cb284953..7540f94c71 100644 --- a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb @@ -54,6 +54,7 @@ clouds: regions: - GRA1 - SBG1 + - BHS1 profile: ovh auth: username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %> diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index a00f665e40..d46394bd70 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -31,6 +31,7 @@ clouds: regions: - GRA1 - SBG1 + - BHS1 profile: ovh auth: username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %>