| Dan Smith | c2772c2 | 2022-04-08 08:48:49 -0700 | [diff] [blame] | 1 | Generate performance logs for staging |
| 2 | |
| 3 | Captures usage information from mysql, systemd, apache logs, and other |
| 4 | parts of the system and generates a performance.json file in the |
| 5 | staging directory. |
| 6 | |
| 7 | **Role Variables** |
| 8 | |
| 9 | .. zuul:rolevar:: stage_dir |
| 10 | :default: {{ ansible_user_dir }} |
| 11 | |
| 12 | The base stage directory |
| 13 | |
| 14 | .. zuul:rolevar:: devstack_conf_dir |
| 15 | :default: /opt/stack |
| 16 | |
| 17 | The base devstack destination directory |
| 18 | |
| 19 | .. zuul:rolevar:: debian_suse_apache_deref_logs |
| 20 | |
| 21 | The apache logs found in the debian/suse locations |
| 22 | |
| 23 | .. zuul:rolevar:: redhat_apache_deref_logs |
| 24 | |
| 25 | The apache logs found in the redhat locations |