system-config/modules/openstack_project/templates/nodepool/clouds.yaml.erb
Derek Higgins a6e3b8d766 Add rh2 cloud credentials
rh1 is physically moving location soon, to prevent an outage we
intend to run a subset to tripleo jobs on rh2.

Change-Id: I6026c6a814faa089788ccdf7a0d6622283cb691d
2016-06-17 01:52:38 +01:00

76 lines
2.1 KiB
Plaintext

cache:
expiration:
server: 5
port: 5
clouds:
rax:
profile: rackspace
regions:
- DFW
- ORD
- IAD
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project_id: <%= rackspace_project %>
ovh:
profile: ovh
regions:
- BHS1
- GRA1
auth:
username: '<%= ovh_username %>'
password: '<%= ovh_password %>'
project_name: '<%= ovh_project %>'
tripleo-test-cloud-rh1:
region_name: regionOne
auth:
username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>'
project_name: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'
floating_ip_source: nova
tripleo-test-cloud-rh2:
region_name: regionOne
auth:
username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>'
project_name: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh2.tripleo.org:13000/v2.0'
floating_ip_source: neutron
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 %>'
networks:
- name: inap-17304-WAN2342
routes_externally: True
- name: inap-17304-LAN3326
routes_externally: False
osic-cloud1:
region_name: RegionOne
auth:
auth_url: https://cloud1.osic.org:5000
username: <%= osic_username %>
password: <%= osic_password %>
project_name: <%= osic_project %>
project_domain_name: default
user_domain_name: default
identity_api_version: '3'
vexxhost:
region_name: ca-ymq-1
profile: vexxhost
auth:
username: '<%= vexxhost_username %>'
password: '<%= vexxhost_password %>'
project_name: '<%= vexxhost_project %>'