Monty Taylor af2f1fb254
Tell shade that OSIC doesn't need floating ips
shade will figure this out and do the right thing, but it'll be at the
expense of a bunch more API calls. We konw we don't need them, so short
circuit the detection.

Change-Id: Id893bfec1c5c0abcc5b448899e04de20f7f41363
2016-08-13 11:41:32 -05:00

83 lines
2.3 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:
auth_url: https://ci-overcloud.rh1.tripleo.org:13000
username: '<%= @tripleo_username %>'
password: '<%= @tripleo_password %>'
project_name: '<%= tripleo_project %>'
project_domain_name: default
user_domain_name: default
floating_ip_source: neutron
identity_api_version: '3'
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:
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
username: '<%= @bluebox_username %>'
password: '<%= @bluebox_password %>'
project_name: '<%= @bluebox_project %>'
project_domain_name: default
user_domain_name: default
identity_api_version: '3'
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'
floating_ip_source: None
vexxhost:
region_name: ca-ymq-1
profile: vexxhost
auth:
username: '<%= @vexxhost_username %>'
password: '<%= @vexxhost_password %>'
project_name: '<%= @vexxhost_project %>'