zuul-jobs/roles/upload-logs
Monty Taylor 4997f9bee0
Just use chmod instead of file for log permissions
The file module with recurse goes to the bad place when the content has
a symlink to '.'. Rather than fighting it - just use chmod -R, which
does what we want.

Change-Id: Id3e23e67727d8ac7f29c87d6865b54dc729ccaf4
2018-06-18 12:20:34 -05:00
..
tasks Just use chmod instead of file for log permissions 2018-06-18 12:20:34 -05:00
vars Add a flag to disable no_log on upload-logs 2018-03-27 09:17:18 -07:00
README.rst Add a flag to disable no_log on upload-logs 2018-03-27 09:17:18 -07:00

Upload logs to a static webserver

This uploads logs to a static webserver using SSH.

Role Variables

Base URL where logs are to be found.