blob: 54c217bcfc02d4430453621da0c662b0ef4d954c [file] [log] [blame]
Andrea Frittoli (andreaf)e4fdd2f2017-10-04 23:36:20 +01001Generate 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
Andrea Frittoli (andreaf)b2953352018-01-30 08:37:28 +000014 :default: "{{ ansible_user_dir }}"
Andrea Frittoli (andreaf)e4fdd2f2017-10-04 23:36:20 +010015
16 The stage directory where the input data can be found and
17 the output will be produced.
18
19.. zuul:rolevar:: test_results_stage_name
20 :default: test_results
21
22 The name of the subunit file to be used as input.