ebec31f572
Because openstackci-tripleo-test-cloud-rh2 is using a single tennat, puppetmaster is now trying to connect into nodepool slaves. So, remove openstackci-tripleo-test-cloud-rh2 until it has been migrated into a 2 tenant setup. Change-Id: I6c6f21fdb4360d244feaa25238945c7e71562ad1 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
ansible:
|
|
fail_on_errors: False
|
|
use_hostnames: True
|
|
cache:
|
|
expiration_time: 86400
|
|
path: /var/cache/ansible-inventory
|
|
clouds:
|
|
openstackci-internap:
|
|
region_name: nyj01
|
|
profile: internap
|
|
auth:
|
|
username: <%= @puppetmaster_clouds['openstackci_internap_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_internap_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_internap_project_name'] %>
|
|
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'
|
|
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'] %>
|