blob: a34e0706a94e50cdd13d39923babfdb6931cfad7 [file] [log] [blame]
Monty Taylor36ddea32017-10-02 10:05:17 -05001Export journal files from devstack services
2
3Export the systemd journal for every devstack service in native
4journal format as well as text. Also, export a syslog-style file with
5kernal and sudo messages.
6
7Writes the output to the ``logs/`` subdirectory of
Andrea Frittoli (andreaf)290d9d82017-12-11 14:30:59 +00008``stage_dir``.
Monty Taylor36ddea32017-10-02 10:05:17 -05009
10**Role Variables**
11
12.. zuul:rolevar:: devstack_base_dir
13 :default: /opt/stack
14
Andrea Frittoli (andreaf)290d9d82017-12-11 14:30:59 +000015 The devstack base directory. This is used to obtain the
16 ``log-start-timestamp.txt``, used to filter the systemd journal.
17
18.. zuul:rolevar:: stage_dir
19 :default: {{ ansible_user_dir }}
20
21 The base stage directory.