Disable ovh swift endpoints due to errors

There is an incident producing errors with ovh swift object storage [0].
Disable these regions until that incident is resolved.

Note we disable rax on the test job so that we can easily test things
are functional once this incident is resolved. Reverting this change
will reenable all swift endpoints in base and base-test jobs.

[0] https://public-cloud.status-ovhcloud.com/incidents/by8279p6sdjd

Change-Id: I8f0655f95308a31881680d1b0c25ed6af8f54fb7
This commit is contained in:
Clark Boylan 2022-11-16 07:49:45 -08:00
parent 543a02f059
commit 85e1ff20ea
2 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,9 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'
#- 'rax_dfw'
#- 'rax_iad'
#- 'rax_ord'
loop_control:
loop_var: 'opendev_base_item'
- name: Upload swift logs to {{ _swift_provider_name }}

View File

@ -12,8 +12,8 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
#- 'ovh_bhs'
#- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'