browbeat/ansible/install/dashboards-openstack.yml
Alex Krzos 06427c343a WIP-Templatizing Per-Process Openstack Dashboards.
+ Tag OSP General performance Dashboards and Link all together
+ Display Per-Process CPU as 100% = one core utilized rather than 100% = all cores utilized
+ Better display of Process/Thread Counts
+ Add ceilometer-polling process to collectd-openstack configs

Change-Id: I066d298cb1394b581d993ea91154aa73604b5dde
2016-04-21 13:11:13 -04:00

29 lines
794 B
YAML

---
#
# Builds dashboards based on your ansible hosts for Openstack
#
- hosts: localhost
gather_facts: false
vars:
ansible_connection: local
overwrite_existing: true
dashboards:
- template_name: openstack
template_node_type: undercloud
process_list_name: Openstack-Undercloud
- template_name: openstack
template_node_type: controller
process_list_name: Openstack-Controller
- template_name: openstack
template_node_type: compute
process_list_name: Openstack-Compute
- template_name: openstack
template_node_type: ceph
process_list_name: Openstack-Ceph
- template_name: openstack
template_node_type: "*"
process_list_name: Openstack
roles:
- dashboard-openstack