
The TripleO cloud does not work when the neutron-based floating ip logic creates a floating ip directly on a server port. The problem is that the floating IP is correctly created and correctly associated with the server, but Nova has no clue that this has happened, so GET calls to /server do not show that the server has the floating IP. As that's the way we track success, we can't use it. However, if a floating IP is created using the nova proxy, it all works - so just configure the cloud with "has_network: False" so that direct neutron interactions are not attempted. Change-Id: Idb90cad36feb99bc5aa19da4874ce97f868681c7
71 lines
1.8 KiB
Plaintext
71 lines
1.8 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 %>
|
|
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'
|
|
has_network: False
|
|
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 %>'
|
|
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 %>'
|