Merge "Service assurance plugins and write_prometheus"

This commit is contained in:
Zuul 2018-06-27 09:48:17 +00:00 committed by Gerrit Code Review
commit 8725e5b474
1 changed files with 5 additions and 0 deletions

View File

@ -13,8 +13,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set collectd_packages = collectd_packages + [
'collectd-amqp1',
'collectd-apache',
'collectd-ceph',
'collectd-connectivity',
'collectd-disk',
'collectd-ipmi',
'collectd-mysql',
@ -22,12 +24,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-ovs-events',
'collectd-ovs-stats',
'collectd-ping',
'collectd-procevent',
'collectd-python',
'collectd-smart',
'collectd-snmp-agent',
'collectd-sysevent',
'collectd-turbostat',
'collectd-utils',
'collectd-virt',
'collectd-write_prometheus',
'python-collectd-gnocchi'
] %}