Add openstackci-tripleo-test-clouds to ansible-clouds.yaml

This is needed to bring the tripleo-test-cloud AFS mirrors under
the control of puppet.

Change-Id: Id17c49c4189961f2b776a4d05d571ff0506a88da
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2016-07-26 03:14:24 -04:00
parent 87e1dd485b
commit 6997677cc7

View File

@@ -54,3 +54,17 @@ clouds:
username: '<%= @puppetmaster_clouds['openstackci_vexxhost_username'] %>'
password: '<%= @puppetmaster_clouds['openstackci_vexxhost_password'] %>'
project_name: '<%= @puppetmaster_clouds['openstackci_vexxhost_project_name'] %>'
openstackci-tripleo-test-cloud-rh1:
region_name: regionOne
auth:
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000'
username: <%= @puppetmaster_clouds['openstackci_tripleo_username'] %>
password: <%= @puppetmaster_clouds['openstackci_tripleo_password'] %>
project_name: <%= @puppetmaster_clouds['openstackci_tripleo_project_name'] %>
openstackci-tripleo-test-cloud-rh2:
region_name: regionOne
auth:
auth_url: 'https://ci-overcloud.rh2.tripleo.org:13000'
username: <%= @puppetmaster_clouds['openstackci_tripleo_username'] %>
password: <%= @puppetmaster_clouds['openstackci_tripleo_password'] %>
project_name: <%= @puppetmaster_clouds['openstackci_tripleo_project_name'] %>