
We're getting numerous 503 errors when trying to authenticate to storage.bhs.cloud.ovh.net, so disable uploads for it temporarily until the problem is resolved on their end. Change-Id: I477589bfffd87a5296288d78083390b924f9a853
23 lines
724 B
YAML
23 lines
724 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Include Zuul manifest role
|
|
include_role:
|
|
name: generate-zuul-manifest
|
|
- name: Include upload logs role
|
|
no_log: true
|
|
include_role:
|
|
name: upload-logs-swift
|
|
vars:
|
|
zuul_log_path_shard_build: true
|
|
zuul_log_cloud_config: '{{ item }}'
|
|
zuul_log_partition: true
|
|
zuul_log_delete_after: 2592000
|
|
# Unique log prefix to avoid container name collisions when ceph is
|
|
# used.
|
|
zuul_log_container: zuul_opendev_logs
|
|
with_random_choice:
|
|
- '{{ opendev_cloud_ovh_gra }}'
|
|
- '{{ opendev_cloud_rax_dfw }}'
|
|
- '{{ opendev_cloud_rax_iad }}'
|
|
- '{{ opendev_cloud_rax_ord }}'
|