674e7347e4
We can pass in the fileserver, but if you're using upload-logs, you're going to need it to return data, so move this functionality into the role. Change-Id: I987b1060acd3e6d96519010673fd21eba781f162
15 lines
296 B
ReStructuredText
15 lines
296 B
ReStructuredText
Upload logs to a static webserver
|
|
|
|
This uploads logs to a static webserver using SSH.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_log_url
|
|
|
|
Base URL where logs are to be found.
|
|
|
|
.. zuul:rolevar:: zuul_logserver_root
|
|
:default: /srv/static/logs
|
|
|
|
The root path to the logs on the logserver.
|