- hosts: localhost | |
gather_facts: False | |
roles: | |
- generate-zuul-manifest | |
- role: upload-logs | |
zuul_log_url: "{{ 'https://zuul-logs-internal.internal.avm99963.com' if zuul.tenant == 'internal' else 'https://zuul-logs.corp.avm99963.com' }}" | |
zuul_logserver_root: "{{ '/srv/static/logs-internal' if zuul.tenant == 'internal' else '/srv/static/logs' }}" |