Files
devstack/roles/export-devstack-journal
Sean Mooney c97d29054e do not gzip legacy service logs
This change removes the .gz extension from the
service and syslog logs exported via journalctl.
This change nolonger gzip compresses the exported
logs so that they can be rendered in the browser
directly when served from swift.

Conflicts:
    roles/export-devstack-journal/tasks/main.yaml

Change-Id: I4557a737cb13b9c2406056be08ab8a32ddd45162
(cherry picked from commit d02fa6f856)
2020-01-22 01:27:00 +00:00
..
2020-01-22 01:27:00 +00:00
2017-12-18 18:21:24 +00:00

Export journal files from devstack services

Export the systemd journal for every devstack service in native journal format as well as text. Also, export a syslog-style file with kernal and sudo messages.

Writes the output to the logs/ subdirectory of stage_dir.

Role Variables