Files
devstack/roles/run-devstack/README.rst
Andrea Frittoli (andreaf) b7f8624bed Setup devstack-early log
The whole devstack log is written into the console output
(job-output.txt) and into devstacklog.txt.

Remove it from job-output and add a devstack-early log file (same as in
legacy job) that includes all the output of stack.sh.

Make sure the log file is pulled into the stage folder so that it will
end up on logs.o.o.

Change-Id: Ia7c1d8fe5cc03d15f455c6e62ebf4a5f6d62ab1f
2017-12-18 18:21:24 +00:00

15 lines
337 B
ReStructuredText

Run devstack
**Role Variables**
.. zuul:rolevar:: devstack_base_dir
:default: /opt/stack
The devstack base directory.
.. zuul:rolevar:: devstack_early_log
:default: /opt/stack/log/devstack-early.txt
The full devstack log that includes the whatever stack.sh logs before
the LOGFILE variable in local.conf is honoured.