Reset log upload targets

This resets the log upload targets to our full list of options. This
should only be landed after the previous commit has beened used to
confirm all is well in rax iad and dfw again.

Change-Id: Icc22521b812bfb10b158c5e1e07665f3e45aaa4e
This commit is contained in:
Clark Boylan 2023-11-06 13:56:11 -08:00
parent a6da5a83e1
commit 84cffab894
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_gra'
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
#- 'rax_ord'
- 'rax_ord'
loop_control:
loop_var: 'opendev_base_item'
- name: Upload swift logs to {{ _swift_provider_name }}

View File

@ -14,8 +14,8 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
#- 'rax_dfw'
#- 'rax_iad'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'
loop_control:
loop_var: 'opendev_base_item'