![Alex Krzos](/assets/img/avatar_default.png)
+ Added Grafana Port to install vars + Parameterized Per Process component of General Dashboard to allow much faster deployment of Dashboarding Per process components on machine types. + Graph Graphite/Carbon Metrics in Graphite Dashboard + Added a few more workers for CFME to collect on in collectd Change-Id: I6cf0488332cc0aa9816f11e34fc7f0429ee17eb7
13 lines
214 B
YAML
13 lines
214 B
YAML
---
|
|
#
|
|
# Builds dashboards based on your ansible hosts for Openstack
|
|
#
|
|
|
|
- hosts: localhost
|
|
gather_facts: false
|
|
vars:
|
|
ansible_connection: local
|
|
overwrite_existing: true
|
|
roles:
|
|
- dashboard-openstack
|