Merge "Verify SSL with OSIC"
This commit is contained in:
commit
032b0d641f
@ -49,16 +49,13 @@ clouds:
|
||||
osic:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://172.99.101.17:5000
|
||||
auth_url: https://cloud1.osic.org:5000
|
||||
username: <%= osic_username %>
|
||||
password: <%= osic_password %>
|
||||
project_name: <%= osic_project %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
# Since DNS is not setup for the CN in the self signed cert we are not
|
||||
# able to verify even if we provide the cert to check against.
|
||||
verify: False
|
||||
vexxhost:
|
||||
region_name: ca-ymq-1
|
||||
profile: vexxhost
|
||||
|
@ -115,29 +115,23 @@ clouds:
|
||||
openstackjenkins-osic:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://172.99.101.17:5000
|
||||
auth_url: https://cloud1.osic.org:5000
|
||||
username: <%= @puppetmaster_clouds['openstackjenkins_osic_username'] %>
|
||||
password: <%= @puppetmaster_clouds['openstackjenkins_osic_password'] %>
|
||||
project_name: <%= @puppetmaster_clouds['openstackjenkins_osic_project_name'] %>
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
# Since DNS is not setup for the CN in the self signed cert we are not
|
||||
# able to verify even if we provide the cert to check against.
|
||||
verify: False
|
||||
openstackci-osic:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://172.99.101.17:5000
|
||||
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'
|
||||
# Since DNS is not setup for the CN in the self signed cert we are not
|
||||
# able to verify even if we provide the cert to check against.
|
||||
verify: False
|
||||
openstackjenkins-vexxhost:
|
||||
region_name: ca-ymq-1
|
||||
profile: vexxhost
|
||||
|
@ -41,16 +41,13 @@ clouds:
|
||||
openstackci-osic:
|
||||
region_name: RegionOne
|
||||
auth:
|
||||
auth_url: https://172.99.101.17:5000
|
||||
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'
|
||||
# Since DNS is not setup for the CN in the self signed cert we are not
|
||||
# able to verify even if we provide the cert to check against.
|
||||
verify: False
|
||||
openstackci-vexxhost:
|
||||
region_name: ca-ymq-1
|
||||
profile: vexxhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user