Bug 1524194 - [OSP10] specifying multiple dispatchers shouldn't just concatenate them
Summary: [OSP10] specifying multiple dispatchers shouldn't just concatenate them
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-ceilometer
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 10.0 (Newton)
Assignee: Pradeep Kilambi
QA Contact: Sasha Smolyak
URL:
Whiteboard:
Depends On:
Blocks: 1524195
TreeView+ depends on / blocked
 
Reported: 2017-12-10 17:07 UTC by David Vallee Delisle
Modified: 2022-08-16 11:34 UTC (History)
7 users (show)

Fixed In Version: puppet-ceilometer-9.5.0-4.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1524195 (view as bug list)
Environment:
Last Closed: 2018-03-30 10:33:38 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:07:16 UTC
OpenStack gerrit 527017 0 None None None 2017-12-11 09:21:22 UTC
Red Hat Issue Tracker OSP-4796 0 None None None 2022-08-16 11:34:29 UTC

Description David Vallee Delisle 2017-12-10 17:07:17 UTC
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:21:23 UTC
Backport sent upstream.

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


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