blob: 2b26bbe49010cfb40a31f0d194cc5ec1444cb6bf [file] [log] [blame]
- 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' }}"