browbeat/ansible/check/templates/mysql_report.j2
Sindhur Malleni 29d4b8b63b Adding MySQL Tuner to checks
+ Adding undercloud

Change-Id: Ide98d1795e17d3b0d13a8af42959522e41c04329
Signed-off-by: Sindhur Malleni <smalleni@redhat.com>
2016-03-11 16:20:06 -05:00

17 lines
452 B
Django/Jinja

# MYSQL Tuner Report
{% for host in groups['undercloud'] %}
-------------------------------------------
| Results for host : {{ host }}
-------------------------------------------
{{hostvars[host]['mysql_out']['stdout']}}
{% endfor %}
{% for host in groups['controller'] %}
-------------------------------------------
| Results for host : {{ host }}
-------------------------------------------
{{hostvars[host]['mysql_out']['stdout']}}
{% endfor %}