
Due to the possibility for multiple OSIC clouds we need to distinguish between them in our clouds.yaml. Do that now before it becomes a problem later and refer to the current cloud as osic-cloud1. Change-Id: I3f35db2911a44200f0486e71fc215d021aa7c227
58 lines
2.1 KiB
Plaintext
58 lines
2.1 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-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'] %>'
|