
For launch_node and for ansible-inventory we need a functioning clouds.yaml file. The file should really just contain the entries we actually need, becuase we don't want to be listing all the hosts in nodepool. However, we do want ALL of the entries available, so the all-clouds template has them all there. Not sure where we want that file to go though. Change-Id: Ibee80f9a4d8f159a626e2b4c2e9639134a559ae4
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
clouds:
|
|
openstackci2-hpcloud:
|
|
profile: hp
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci2_hpcloud_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci2_hpcloud_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci2_hpcloud_project_name'] %>
|
|
regions:
|
|
- region-a.geo-1
|
|
- region-b.geo-1
|
|
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
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_internap_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_internap_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_internap_project_name'] %>
|
|
openstackci-ovh:
|
|
regions:
|
|
- GRA1
|
|
- SBG1
|
|
profile: ovh
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_ovh_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_ovh_project_name'] %>
|
|
openstackci-rax:
|
|
regions:
|
|
- DFW
|
|
- ORD
|
|
- IAD
|
|
profile: rackspace
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_rax_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_rax_password'] %>
|
|
project_id: <%= @puppetmaster_clouds['openstackci_rax_project_id'] %>
|