Verify SSL with OSIC

OSIC now has DNS configured with a proper verifiable certificate so use
it.

Change-Id: If09d716b8aa466678fffd5bdddc176fbaaf7b949
This commit is contained in:
Clark Boylan 2016-03-04 08:17:16 -08:00
parent 744b62c6af
commit 8818183c33
3 changed files with 4 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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