Disable ovh job log uploads

OVH appears to be having a keystone outage according to their status
page. We are not able to boot instances in either region and log uploads
are failing. While we are at it we update base-test to only upload to
ovh so that we can easily test things are working again later prior to
reverting this change.

Change-Id: I5e15c71238f49ca4cc812f38f1eb33edef22578a
This commit is contained in:
Clark Boylan 2025-03-12 13:15:29 -07:00
parent a2c59b50e1
commit 2c68149e37
2 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,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'