zuul-jobs/roles/local-log-download
Vitaliy Lotorev ade85d3233 Use braces for 'file' var in download-logs.sh
Currenlty braces are printed in logs. Most probabrly braces were
meant for variable expansion.

Change-Id: Id5a8c89bb4118840f9938f01ab2f42eceece429d
2020-12-24 01:49:54 +03:00
..
tasks local-log-download : role with script to download all log files 2020-04-01 07:41:26 +11:00
templates Use braces for 'file' var in download-logs.sh 2020-12-24 01:49:54 +03:00
README.rst local-log-download : role with script to download all log files 2020-04-01 07:41:26 +11:00

README.rst

Add a script for users to bulk download logs locally

This adds a script for users to bulk download all logs to their local system. It queries the Zuul API for the manifest and then copies all files locally from the log server.

Role Variables

The Zuul API endpoint to use. Example: https://zuul.example.org/api/tenant/{{ zuul.tenant }}