99526dee00
Internap has offered up a new region for openstack-infra to use. Add the region to puppetmaster first so we can start bootstrapping the cloud. We also update our configuration to reflect the different networks in each region. Change-Id: I2a135c19753f79c5ab24fb821af37d7e1eae9485 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
94 lines
3.5 KiB
Plaintext
94 lines
3.5 KiB
Plaintext
ansible:
|
|
fail_on_errors: False
|
|
expand_hostvars: False
|
|
use_hostnames: True
|
|
cache:
|
|
expiration_time: 86400
|
|
path: /var/cache/ansible-inventory
|
|
clouds:
|
|
openstackci-internap:
|
|
profile: internap
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_internap_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_internap_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_internap_project_name'] %>
|
|
regions:
|
|
- name: mtl01
|
|
values:
|
|
networks:
|
|
- name: inap-17301-WAN1102
|
|
routes_externally: True
|
|
- name: nyj01
|
|
values:
|
|
networks:
|
|
- name: inap-17301-WAN2344
|
|
routes_externally: True
|
|
- name: inap-17301-LAN3328
|
|
routes_externally: False
|
|
openstackci-ovh:
|
|
regions:
|
|
- GRA1
|
|
- SBG1
|
|
- BHS1
|
|
profile: ovh
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_ovh_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_ovh_project_name'] %>
|
|
openstackci-rax:
|
|
regions:
|
|
- DFW
|
|
- ORD
|
|
- IAD
|
|
profile: rackspace
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_rax_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_rax_password'] %>
|
|
project_id: <%= @puppetmaster_clouds['openstackci_rax_project_id'] %>
|
|
openstackci-osic-cloud1:
|
|
region_name: RegionOne
|
|
auth:
|
|
auth_url: https://cloud1.osic.org:5000
|
|
username: <%= @puppetmaster_clouds['openstackci_osic_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_osic_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_osic_project_name'] %>
|
|
project_domain_name: default
|
|
user_domain_name: default
|
|
identity_api_version: '3'
|
|
floating_ip_source: None
|
|
openstackci-vexxhost:
|
|
region_name: ca-ymq-1
|
|
profile: vexxhost
|
|
auth:
|
|
username: '<%= @puppetmaster_clouds['openstackci_vexxhost_username'] %>'
|
|
password: '<%= @puppetmaster_clouds['openstackci_vexxhost_password'] %>'
|
|
project_name: '<%= @puppetmaster_clouds['openstackci_vexxhost_project_name'] %>'
|
|
openstackci-tripleo-test-cloud-rh1:
|
|
region_name: regionOne
|
|
auth:
|
|
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000'
|
|
username: <%= @puppetmaster_clouds['openstackci_tripleo_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_tripleo_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_tripleo_project_name'] %>
|
|
openstackci-bluebox:
|
|
region_name: RegionOne
|
|
auth:
|
|
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5000
|
|
username: <%= @puppetmaster_clouds['openstackci_bluebox_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_bluebox_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_bluebox_project_name'] %>
|
|
project_domain_name: default
|
|
user_domain_name: default
|
|
identity_api_version: '3'
|
|
openstackci-infracloud:
|
|
region_name: RegionOne
|
|
auth:
|
|
auth_url: https://controller00.vanilla.ic.openstack.org:5000
|
|
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
|
|
project_domain_name: default
|
|
user_domain_name: default
|
|
identity_api_version: '3'
|
|
cacert: /etc/ssl/certs/ca-certificates.crt
|