Add access to /var/run/openvswitch from collectd

container. Otherwise, the collectd-ovs-stats or
collectd-ovs-events plugins won't be able to read stats from
ovs.

Change-Id: I2520a6d25470f144589d957737ae8ac39d3215a2
This commit is contained in:
Matthias Runge 2018-03-20 16:50:07 +01:00
parent e4af98144c
commit 0417a336b0
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ outputs:
- /var/lib/kolla/config_files/collectd.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/collectd/:/var/lib/kolla/config_files/src:ro
- /var/log/containers/collectd:/var/log/collectd:rw
- /var/run/openvswitch:/var/run/openvswitch:ro
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks: