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:
parent
ef50c4f93c
commit
ca48fd1337
@ -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'
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user