Disable rax job log uploads

Rackspace keystone is having trouble and creating POST_FAILURE results
when we try to upload logs to rax swift regions. Disable for now until
keystone appears happy again.

Change-Id: I891ef1814d8afe9059ccef27bb45c196bdc3040c
This commit is contained in:
Clark Boylan 2024-11-12 09:57:36 -08:00
parent ef50c4f93c
commit ca48fd1337
2 changed files with 7 additions and 5 deletions

View File

@ -13,8 +13,9 @@
set_fact:
_swift_provider_name: "{{ opendev_base_item }}"
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
# Only rax to test if keystone is happy again
# - 'ovh_bhs'
# - 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'

View File

@ -14,9 +14,10 @@
with_random_choice:
- 'ovh_bhs'
- 'ovh_gra'
- 'rax_dfw'
- 'rax_iad'
- 'rax_ord'
# Remove rax due to keystone problems
# - 'rax_dfw'
# - 'rax_iad'
# - 'rax_ord'
loop_control:
loop_var: 'opendev_base_item'
- name: Upload swift logs to {{ _swift_provider_name }}