Ghanshyam Mann | 264d2a2 | 2020-06-19 10:31:38 -0500 | [diff] [blame] | 1 | Generate stackviz report. |
| 2 | |
| 3 | Generate stackviz report using subunit and dstat data, using |
| 4 | the 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. |