| Andrea Frittoli (andreaf) | e4fdd2f | 2017-10-04 23:36:20 +0100 | [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: /opt/stack/logs | 
|  | 15 |  | 
|  | 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. |