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:
parent
a2c59b50e1
commit
2c68149e37
@ -15,9 +15,9 @@
|
|||||||
with_random_choice:
|
with_random_choice:
|
||||||
- 'ovh_bhs'
|
- 'ovh_bhs'
|
||||||
- 'ovh_gra'
|
- 'ovh_gra'
|
||||||
- '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 }}
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
_swift_provider_name: "{{ opendev_base_item }}"
|
_swift_provider_name: "{{ opendev_base_item }}"
|
||||||
with_random_choice:
|
with_random_choice:
|
||||||
- 'ovh_bhs'
|
#- 'ovh_bhs'
|
||||||
- 'ovh_gra'
|
#- 'ovh_gra'
|
||||||
- 'rax_dfw'
|
- 'rax_dfw'
|
||||||
- 'rax_iad'
|
- 'rax_iad'
|
||||||
- 'rax_ord'
|
- 'rax_ord'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user