browbeat/ansible/install/dashboards-generic.yml
Alex Krzos 59bf86c75c Adding CFME All-In-One Install and support.
+ Disable epel after graphite install and after grafana install
+ Add readme for cfme-all-in-one
+ Allow port to be changed for graphite/grafana
+ Automated adding graphite as data source
+ Removed grafana api key usage from dashboards-generic, dashboards-openstack
+ wait for grafana to be ready for new data source

Change-Id: I97235d60032d60061790f99d6d811ecc9d6f4c36
2016-03-18 12:39:28 -04:00

42 lines
1.2 KiB
YAML

---
#
# Builds and uploads dashboards to your grafana server for several host types
#
- hosts: localhost
gather_facts: false
vars:
ansible_connection: local
overwrite_existing: true
dashboards:
- template_name: baremetal
process_list_name: Baremetal
- template_name: guest
process_list_name: Guest
- template_name: cfme
process_list_name: CFME
- template_name: cfmeallinone
process_list_name: CFME-All-In-One
# - template_name: cfme
# process_list_name: CFME-Amazon
# - template_name: cfme
# process_list_name: CFME-Azure
- template_name: cfme
process_list_name: CFME-Containers
- template_name: cfme
process_list_name: CFME-Microsoft
- template_name: cfme
process_list_name: CFME-Openstack
- template_name: cfme
process_list_name: CFME-RedHat
- template_name: cfme
process_list_name: CFME-VMware
- template_name: graphite
process_list_name: Graphite
- template_name: ose
process_list_name: OpenShift-Enterprise
- template_name: satellite6
process_list_name: Satellite6
roles:
- dashboard-generic