Signed-off-by: Zack Cerza <zack@redhat.com>
plugins:
- vonage-status-panel
- grafana-piechart-panel
+devel_packages:
+ yum:
+ # unzip is needed to extract the Vonage plugin
+ - unzip
+ - grafana
+ # for dashUpdater.py
+ - PyYAML
+ - python-requests
+ apt:
+ # unzip is needed to extract the Vonage plugin
+ - unzip
+ - grafana
+ # for dashUpdater.py
+ - python-yaml
+ - python-requests
---
-defaults:
- devel_packages:
- yum:
- - graphite-web
- - python-carbon
- apt:
- - graphite-web
- - apache2
- - libapache2-mod-wsgi
- - graphite-carbon
+devel_packages:
+ yum:
+ - graphite-web
+ - python-carbon
+ apt:
+ - graphite-web
+ - apache2
+ - libapache2-mod-wsgi
+ - graphite-carbon
- ['15m', '5y']
# The firewalld zone that carbon and grafana will use
firewalld_zone: public
- devel_packages:
- yum:
- # unzip is needed to extract the Vonage plugin
- - unzip
- - grafana
- # for dashUpdater.py
- - PyYAML
- - python-requests
- apt:
- # unzip is needed to extract the Vonage plugin
- - unzip
- - grafana
- # for dashUpdater.py
- - python-yaml
- - python-requests