James E. Blair 9f03a1696f Simplify infracloud clouds.yaml
We have experimentally verified that we do not need the bits
that this patch removes.

Change-Id: I76344e27ba7bac626a44a4a2d70637dfe35826e4
2016-02-24 12:15:24 +11:00

60 lines
1.7 KiB
Plaintext

clouds:
rax:
profile: rackspace
regions:
- DFW
- ORD
- IAD
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project_id: <%= rackspace_project %>
hpcloud:
profile: hp
regions:
- region-a.geo-1
- region-b.geo-1
auth:
username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>'
project_name: '<%= hpcloud_project %>'
ovh:
profile: ovh
regions:
- BHS1
- GRA1
auth:
username: '<%= ovh_username %>'
password: '<%= ovh_password %>'
project_name: '<%= ovh_project %>'
tripleo-test-cloud-rh1:
auth:
username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>'
project_name: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'
bluebox-sjc1:
auth:
username: '<%= bluebox_username %>'
password: '<%= bluebox_password %>'
project_name: '<%= bluebox_project %>'
auth_url: 'https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0'
internap:
profile: internap
region_name: nyj01
auth:
username: '<%= internap_username %>'
password: '<%= internap_password %>'
project_name: '<%= internap_project %>'
infracloud-west:
region_name: RegionOne
auth:
username: '<%= infracloud_username %>'
password: '<%= infracloud_password %>'
project_name: '<%= infracloud_project %>'
user_domain_name: 'infra'
project_domain_name: 'infra'
auth_url: 'https://controller00.hpuswest.ic.openstack.org:35357/'
cacert: '/home/nodepool/.config/openstack/infracloud_west_cacert.pem'
identity_api_version: '3'