Revert "Disable ovh swift endpoints due to errors"

This reverts commit 85e1ff20ea.

The incident [0] has been marked as resolved by our provider. We should
be good to return to our full set of swift backends for log storage.

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

Change-Id: I46d5ae367412081808c22f6b2626fbb83fe2e34c
This commit is contained in:
Clark Boylan 2022-11-16 11:50:02 -08:00
parent 85e1ff20ea
commit 8a7b3895d4
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'