b1a039970a
So that it is possible to debug this role, add a flag which disables setting no_log on the synchronize task. Change-Id: Ie433ada5ff6cb15b68f19e8678244af9ce9faa13 Depends-On: https://review.openstack.org/556881
32 lines
887 B
ReStructuredText
32 lines
887 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.
|
|
|
|
.. zuul:rolevar:: zuul_log_verbose
|
|
:default: false
|
|
|
|
The synchronize task in this role outputs a lot of information. By
|
|
default, no_log is set to avoid overwhelming a reader of the logs.
|
|
Set this to true to disable that behavior if it becomes necessary
|
|
to debug this role.
|
|
|
|
.. zuul:rolevar:: zuul_site_upload_logs
|
|
:default: true
|
|
|
|
Controls when logs are uploaded. true, the default, means always upload
|
|
logs. false means never upload logs. 'failure' means to only upload logs
|
|
when the job has failed.
|
|
|
|
.. note:: Intended to be set by admins via site-variables.
|