Add openstackci-bluebox to ansible to manage AFS server
We need to launch an AFS server in openstackci-bluebox, this gives the abilty for ansible-playbook on puppetmaster.o.o to run puppet on the server. Change-Id: Iddfc5bfe8b1c19ef186c8f8997ebdca81789887f Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
33d39badbe
commit
6a797c4afc
@ -61,3 +61,13 @@ clouds:
|
||||
username: <%= @puppetmaster_clouds['openstackci_tripleo_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_tripleo_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_tripleo_project_name'] %>
|
||||
openstackci-bluebox:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
||||
username: <%= @puppetmaster_clouds['openstackci_bluebox_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackci_bluebox_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackci_bluebox_project_name'] %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
|
Loading…
x
Reference in New Issue
Block a user