Derek Higgins 945370f7a7 Switch the floating ip source to neutron for rh1
RH1 has been redeployed with mitaka, neutron should be
used as its floating IP source.

Change-Id: I9c2c29c1b5612eaaf73e9dc8a1ba0d75974404f0
2016-07-29 09:29:07 +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: neutron
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 %>'