blob: a8447d2355498e100ee7d915f814b2c8ceae5f00 [file] [log] [blame]
Ghanshyam Mann264d2a22020-06-19 10:31:38 -05001Generate stackviz report.
2
3Generate stackviz report using subunit and dstat data, using
4the stackviz archive embedded in test images.
5
6**Role Variables**
7
8.. zuul:rolevar:: devstack_base_dir
9 :default: /opt/stack
10
11 The devstack base directory.
12
13.. zuul:rolevar:: stage_dir
14 :default: "{{ ansible_user_dir }}"
15
16 The stage directory where the input data can be found and
17 the output will be produced.
18
19.. zuul:rolevar:: zuul_work_dir
20 :default: {{ devstack_base_dir }}/tempest
21
22 Directory to work in. It has to be a fully qualified path.