+++ This bug was initially created as a clone of Bug #1524194 +++ Description of problem: If we specify multiple event or metric dispatchers, they should be added on different lines. Version-Release number of selected component (if applicable): puppet-ceilometer-9.5.0-2 How reproducible: 100% Steps to Reproduce: 1. Deploy with this template ~~~ parameter_defaults: ExtraConfig: ceilometer::collector::event_dispatcher: ['gnocchi', 'database'] ~~~~ Actual results: # grep ^event_dispatcher /etc/ceilometer/ceilometer.conf event_dispatchers=gnocchi,database Expected results: # grep ^event_dispatcher /etc/ceilometer/ceilometer.conf event_dispatchers=gnocchi event_dispatchers=database Additional info: This bug is in relation of this bug https://bugzilla.redhat.com/show_bug.cgi?id=1517927
Already fixed in 10.3.1.
According to our records, this should be resolved by puppet-ceilometer-10.3.1-3.el7ost. This build is available now.
[heat-admin@controller-0 ~]$ sudo grep ^event_dispatcher /etc/ceilometer/ceilometer.conf event_dispatchers=gnocchi event_dispatchers=database
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1622