
We have experimentally verified that we do not need the bits that this patch removes. Change-Id: I76344e27ba7bac626a44a4a2d70637dfe35826e4
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
ansible:
|
|
use_hostnames: True
|
|
cache:
|
|
expiration_time: 86400
|
|
path: /var/cache/ansible-inventory
|
|
clouds:
|
|
openstackci-bluebox:
|
|
region_name: RegionOne
|
|
auth:
|
|
auth_url: https://montytaylor-sjc.openstack.blueboxgrid.com:5001/v2.0
|
|
username: <%= @puppetmaster_clouds['openstackci_bluebox_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_bluebox_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_bluebox_project_name'] %>
|
|
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'] %>
|
|
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-infracloud-west:
|
|
region_name: RegionOne
|
|
auth:
|
|
auth_url: https://controller00.hpuswest.ic.openstack.org:35357/
|
|
username: <%= @puppetmaster_clouds['openstackci_infracloud_username'] %>
|
|
password: <%= @puppetmaster_clouds['openstackci_infracloud_password'] %>
|
|
project_name: <%= @puppetmaster_clouds['openstackci_infracloud_project_name'] %>
|
|
project_domain_name: 'infra'
|
|
user_domain_name: 'infra'
|
|
cacert: '/etc/openstack/infracloud_west_cacert.pem'
|
|
identity_api_version: '3'
|