From 7117e5594bdb329883c523f7416f7f52033eb7c2 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 28 Sep 2016 10:36:30 +0200 Subject: [PATCH] Add openstackci oscc cloud to Puppetmaster Change-Id: I66ec5661909e58518b158ee088e10027618b47d1 --- .../templates/puppetmaster/ansible-clouds.yaml.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index 27dfb728ea..c4c21f6071 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -125,3 +125,15 @@ clouds: identity_api_version: '3' floating_ip_source: None cacert: /etc/ssl/certs/ca-certificates.crt + openstackci-infracloud-chocolate: + region_name: RegionOne + auth: + auth_url: https://controller00.chocolate.ic.openstack.org:5000 + username: <%= @puppetmaster_clouds['openstackci_infracloud_chocolate_username'] %> + password: <%= @puppetmaster_clouds['openstackci_infracloud_chocolate_password'] %> + project_name: <%= @puppetmaster_clouds['openstackci_infracloud_chocolate_project_name'] %> + project_domain_name: default + user_domain_name: default + identity_api_version: '3' + floating_ip_source: None + cacert: /etc/ssl/certs/ca-certificates.crt