Add collectd-ovs-stats and collectd-ovs-events

to be able to display statistics from ovs
ovs_events can be used to get notified by events generated by
ovs.

Change-Id: Ifb2e4dd30c88e85d368f359be23e30814d26515f
(cherry picked from commit f0d2f83457)
This commit is contained in:
Matthias Runge 2017-12-11 09:03:15 +01:00
parent 8bb195c8e0
commit fc8ded09c3
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set collectd_packages = collectd_packages + [
'collectd-disk'
'collectd-apache',
'collectd-ceph',
'collectd-disk',
'collectd-ovs-events',
'collectd-ovs-stats',
'collectd-python',
'collectd-virt'
] %}
{% endif %}