Revert "Temporarily disable rax swift log uploads"

This reverts commit 5ce784d816d1d076374456e8e2310c9da0586170.
This reverts commit 5497c3aa3ac3992cad48ed7875725186578356dd.

Revert the two chagnes that were used to disable rax and then force rax
under base-test for testing. The testing performed after that change
landed seems to indicate things are working.

Change-Id: Ibc3e71399205895d1508786f1eb40cb13d44817a
This commit is contained in:
Clark Boylan 2023-02-09 14:17:22 -08:00
parent 5497c3aa3a
commit 69efb45018
2 changed files with 5 additions and 5 deletions
playbooks

@ -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'

@ -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 }}