Revert "Disable rax job log uploads"
This reverts commit ca48fd1337c2968bf7e064c39cbecde41bef6091. Testing via https://review.opendev.org/c/zuul/zuul-jobs/+/680178 base-test inheriting jobs indicates that rax swift is working again. Let's go ahead and put the rax swift services back into service. Change-Id: I6313433833c5d487b1344e4c7d24e573a561a220
This commit is contained in:
parent
ca48fd1337
commit
4c6326d12a
@ -13,9 +13,8 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
_swift_provider_name: "{{ opendev_base_item }}"
|
_swift_provider_name: "{{ opendev_base_item }}"
|
||||||
with_random_choice:
|
with_random_choice:
|
||||||
# Only rax to test if keystone is happy again
|
- 'ovh_bhs'
|
||||||
# - 'ovh_bhs'
|
- 'ovh_gra'
|
||||||
# - 'ovh_gra'
|
|
||||||
- 'rax_dfw'
|
- 'rax_dfw'
|
||||||
- 'rax_iad'
|
- 'rax_iad'
|
||||||
- 'rax_ord'
|
- 'rax_ord'
|
||||||
|
@ -14,10 +14,9 @@
|
|||||||
with_random_choice:
|
with_random_choice:
|
||||||
- 'ovh_bhs'
|
- 'ovh_bhs'
|
||||||
- 'ovh_gra'
|
- 'ovh_gra'
|
||||||
# Remove rax due to keystone problems
|
- 'rax_dfw'
|
||||||
# - 'rax_dfw'
|
- 'rax_iad'
|
||||||
# - 'rax_iad'
|
- 'rax_ord'
|
||||||
# - 'rax_ord'
|
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: 'opendev_base_item'
|
loop_var: 'opendev_base_item'
|
||||||
- name: Upload swift logs to {{ _swift_provider_name }}
|
- name: Upload swift logs to {{ _swift_provider_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user