Revert "Remove rax from zuul log upload config"

This reverts commit 9d25a857da.

We revert this as our testing shows the MFA updates to our regular
accounts don't seem to affect swift uploads currently. That may change
when MFA is required across the board on the 26th but we can reapply
this sort of disablement and testing then and in the meantime continue
to have two providers of log upload locations.

Change-Id: I9f24f67253934a6a128a6cee3cceb9c1f0bcdf37
This commit is contained in:
Clark Boylan 2024-03-20 11:54:26 -07:00
parent 9d25a857da
commit 4195dcf119
2 changed files with 5 additions and 8 deletions

View File

@ -12,10 +12,8 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
# Disable ovh to force base-test to use rax to check authentication
# details
#- 'ovh_bhs'
#- 'ovh_gra'
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'

View File

@ -14,10 +14,9 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
# Temporarily disabled while we update authentication details
#- '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 }}