Remove ovh from clouds.yaml files
We are getting authentication errors from OVH at the moment, for now remove them from clouds.yaml so dynamic inventory from ansible works again. Change-Id: Ief1613b281cd51863119b7ce8b6e8dda78badb12 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
5b360ec55b
commit
fc88936851
@ -69,19 +69,6 @@ clouds:
|
|||||||
networks:
|
networks:
|
||||||
- name: inap-17304-WAN1101
|
- name: inap-17304-WAN1101
|
||||||
routes_externally: True
|
routes_externally: True
|
||||||
openstackci-ovh:
|
|
||||||
regions:
|
|
||||||
- GRA1
|
|
||||||
- SBG1
|
|
||||||
- BHS1
|
|
||||||
profile: ovh
|
|
||||||
# OVH has a weird new ipv6 setup that we can't handle properly
|
|
||||||
# for now ignore ipv6
|
|
||||||
force_ipv4: true
|
|
||||||
auth:
|
|
||||||
username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %>
|
|
||||||
password: <%= @puppetmaster_clouds['openstackci_ovh_password'] %>
|
|
||||||
project_name: <%= @puppetmaster_clouds['openstackci_ovh_project_name'] %>
|
|
||||||
openstackci-rax:
|
openstackci-rax:
|
||||||
regions:
|
regions:
|
||||||
- DFW
|
- DFW
|
||||||
@ -126,19 +113,6 @@ clouds:
|
|||||||
username: <%= @puppetmaster_clouds['openstackjenkins_rax_username'] %>
|
username: <%= @puppetmaster_clouds['openstackjenkins_rax_username'] %>
|
||||||
password: <%= @puppetmaster_clouds['openstackjenkins_rax_password'] %>
|
password: <%= @puppetmaster_clouds['openstackjenkins_rax_password'] %>
|
||||||
project_id: <%= @puppetmaster_clouds['openstackjenkins_rax_project_id'] %>
|
project_id: <%= @puppetmaster_clouds['openstackjenkins_rax_project_id'] %>
|
||||||
openstackjenkins-ovh:
|
|
||||||
regions:
|
|
||||||
- GRA1
|
|
||||||
- SBG1
|
|
||||||
- BHS1
|
|
||||||
profile: ovh
|
|
||||||
# OVH has a weird new ipv6 setup that we can't handle properly
|
|
||||||
# for now ignore ipv6
|
|
||||||
force_ipv4: true
|
|
||||||
auth:
|
|
||||||
username: <%= @puppetmaster_clouds['openstackjenkins_ovh_username'] %>
|
|
||||||
password: <%= @puppetmaster_clouds['openstackjenkins_ovh_password'] %>
|
|
||||||
project_name: <%= @puppetmaster_clouds['openstackjenkins_ovh_project_name'] %>
|
|
||||||
openstack-rax:
|
openstack-rax:
|
||||||
regions:
|
regions:
|
||||||
- DFW
|
- DFW
|
||||||
|
@ -22,19 +22,6 @@ clouds:
|
|||||||
networks:
|
networks:
|
||||||
- name: inap-17301-WAN1102
|
- name: inap-17301-WAN1102
|
||||||
routes_externally: True
|
routes_externally: True
|
||||||
openstackci-ovh:
|
|
||||||
regions:
|
|
||||||
- GRA1
|
|
||||||
- SBG1
|
|
||||||
- BHS1
|
|
||||||
profile: ovh
|
|
||||||
# OVH has a weird new ipv6 setup that we can't handle properly
|
|
||||||
# for now ignore ipv6
|
|
||||||
force_ipv4: true
|
|
||||||
auth:
|
|
||||||
username: <%= @puppetmaster_clouds['openstackci_ovh_username'] %>
|
|
||||||
password: <%= @puppetmaster_clouds['openstackci_ovh_password'] %>
|
|
||||||
project_name: <%= @puppetmaster_clouds['openstackci_ovh_project_name'] %>
|
|
||||||
openstackci-rax:
|
openstackci-rax:
|
||||||
regions:
|
regions:
|
||||||
- DFW
|
- DFW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user