Revert "Temporarily disable uploads to ovh_gra"

This restores our standard log upload config now that the outage
in ovh is resolved.

This reverts commit babd74eb4f.
This reverts commit 7e033243f3.

Change-Id: Ib308489085a6ad2ace501e4ae078606634eda50a
This commit is contained in:
James E. Blair 2023-12-11 09:09:57 -08:00
parent babd74eb4f
commit ddb3137d87
2 changed files with 5 additions and 5 deletions

View File

@ -12,11 +12,11 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
#- 'ovh_bhs'
- '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

@ -13,7 +13,7 @@
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
- 'ovh_bhs'
#- 'ovh_gra'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'