Bug 1524195 - [OSP11] specifying multiple dispatchers shouldn't just concatenate them
Summary: [OSP11] specifying multiple dispatchers shouldn't just concatenate them
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-ceilometer
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z5
: 11.0 (Ocata)
Assignee: Pradeep Kilambi
QA Contact: Sasha Smolyak
URL:
Whiteboard:
Depends On: 1524194
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-10 17:08 UTC by David Vallee Delisle
Modified: 2018-05-18 17:09 UTC (History)
7 users (show)

Fixed In Version: puppet-ceilometer-10.3.1-1.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1524194
Environment:
Last Closed: 2018-05-18 17:08:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1737418 0 None None None 2017-12-10 17:08:25 UTC
OpenStack gerrit 453625 0 None None None 2017-12-11 09:17:05 UTC
Red Hat Product Errata RHBA-2018:1622 0 None None None 2018-05-18 17:09:49 UTC

Description David Vallee Delisle 2017-12-10 17:08:26 UTC
+++ 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

Comment 1 Julien Danjou 2017-12-11 09:17:05 UTC
Already fixed in 10.3.1.

Comment 3 Lon Hohberger 2018-03-22 13:26:22 UTC
According to our records, this should be resolved by puppet-ceilometer-10.3.1-3.el7ost.  This build is available now.

Comment 4 Sasha Smolyak 2018-05-10 09:28:33 UTC
[heat-admin@controller-0 ~]$ sudo grep ^event_dispatcher /etc/ceilometer/ceilometer.conf
event_dispatchers=gnocchi
event_dispatchers=database

Comment 7 errata-xmlrpc 2018-05-18 17:08:29 UTC
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


Note You need to log in before you can comment on or make changes to this bug.