From 3fd652ee3f5752079ec232457dfa2f02c03c1f60 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley <fungi@yuggoth.org> Date: Tue, 7 Jun 2016 13:11:08 +0000 Subject: [PATCH] Temporarily disable bluebox in ansible Temporarily disable bluebox so it will cease breaking our ansible inventory and stop preventing puppeting of servers in other providers. This should be reverted once bluebox is back online again. Change-Id: I97d31f94a5f7ed5b14eee85278315a41a8524a76 --- .../templates/puppetmaster/ansible-clouds.yaml.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index 5d2a7c9aac..858c2d2260 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -4,13 +4,6 @@ cache: expiration_time: 86400 path: /var/cache/ansible-inventory clouds: - openstackci-bluebox: - region_name: RegionOne - auth: - auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0 - username: <%= @puppetmaster_clouds['openstackci_bluebox_username'] %> - password: <%= @puppetmaster_clouds['openstackci_bluebox_password'] %> - project_name: <%= @puppetmaster_clouds['openstackci_bluebox_project_name'] %> openstackci-internap: region_name: nyj01 profile: internap