browbeat/ansible/install/grafana-prometheus-dashboards.yml
Lucas H. Xu 219a5122fd Add new support for Prometheus/Grafana/Collectd
This patch adds the support for using Prometheus with
Grafana and Collectd. Automated the most panels within the
openstack system performance dashboad.

To test it:

$ansible-playbook -i hosts install/grafana-prometheus-dashboards.yml

And make sure add grafana-api-key in the group_vars/all.yml

Co-authored-by: Asma Syed Hameed <asyedham@redhat.com>
Co-authored-by: Sai Sindhur Malleni <smalleni@redhat.com>

Change-Id: Icb9fa058324165c0d304dc1dcf2dd843662307cf
2020-08-06 02:20:32 +00:00

17 lines
469 B
YAML

---
# Builds and Uploads Dashboards for Browbeat analysis of System Performance Metrics
# Templated General Dashboards (Ex. OpenStack General System Performance)
- hosts: localhost
gather_facts: false
vars:
ansible_connection: local
upload_general: true
general_dashboards:
- template_name: openstack
template_node_type: "*"
process_list_name: OpenStack
roles:
- grafana-prometheus-dashboards
environment: "{{proxy_env}}"