cb51d5b332
OVH instances are getting ipv6 addresses now. This is great except that the only info on these addresses seems to be in the nova/neutron api and not via ipv6 router advertisements or config drive metadata. Until we sort out a programmatic way to configure ipv6 on the instances at boot lets not attempt to use ipv6 when connecting to OVH instances. Change-Id: I48e773b9f29fae9a15f6c95fc64831ab0749cc60
103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
cache:
|
|
expiration:
|
|
server: 5
|
|
port: 5
|
|
floating-ip: 5
|
|
clouds:
|
|
rax:
|
|
profile: rackspace
|
|
regions:
|
|
- DFW
|
|
- ORD
|
|
- IAD
|
|
auth:
|
|
username: '<%= @rackspace_username %>'
|
|
password: '<%= @rackspace_password %>'
|
|
project_id: <%= @rackspace_project %>
|
|
force_ipv4: true
|
|
ovh:
|
|
profile: ovh
|
|
# OVH has a weird new ipv6 setup that we can't handle properly
|
|
# for now ignore ipv6
|
|
force_ipv4: true
|
|
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
|
|
inap:
|
|
profile: internap
|
|
auth:
|
|
username: '<%= @internap_username %>'
|
|
password: '<%= @internap_password %>'
|
|
project_name: '<%= @internap_project %>'
|
|
regions:
|
|
- name: mtl01
|
|
values:
|
|
networks:
|
|
- name: inap-17304-WAN1101
|
|
routes_externally: True
|
|
vexxhost:
|
|
region_name: ca-ymq-1
|
|
profile: vexxhost
|
|
auth:
|
|
username: '<%= @vexxhost_username %>'
|
|
password: '<%= @vexxhost_password %>'
|
|
project_name: '<%= @vexxhost_project %>'
|
|
infracloud-vanilla:
|
|
auth:
|
|
auth_url: https://controller00.vanilla.ic.openstack.org:5000
|
|
username: '<%= @infracloud_vanilla_username %>'
|
|
password: '<%= @infracloud_vanilla_password %>'
|
|
project_name: '<%= @infracloud_vanilla_project %>'
|
|
project_domain_name: default
|
|
user_domain_name: default
|
|
identity_api_version: '3'
|
|
floating_ip_source: None
|
|
cacert: /home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem
|
|
infracloud-chocolate:
|
|
auth:
|
|
auth_url: https://controller00.chocolate.ic.openstack.org:5000
|
|
username: '<%= @infracloud_chocolate_username %>'
|
|
password: '<%= @infracloud_chocolate_password %>'
|
|
project_name: '<%= @infracloud_chocolate_project %>'
|
|
project_domain_name: default
|
|
user_domain_name: default
|
|
identity_api_version: '3'
|
|
floating_ip_source: None
|
|
cacert: /home/nodepool/.config/openstack/infracloud_chocolate_cacert.pem
|
|
citycloud:
|
|
regions:
|
|
- Lon1
|
|
- Kna1
|
|
- La1
|
|
- Sto2
|
|
profile: citycloud
|
|
auth:
|
|
username: '<%= @citycloud_username %>'
|
|
password: '<%= @citycloud_password %>'
|
|
project_id: bed89257500340af8d0fbe7141b1bfd6
|
|
project_domain_id: a5e7d1a8f25b42b081cf89d1130638da
|
|
user_domain_id: a5e7d1a8f25b42b081cf89d1130638da
|