Explicitly set event publishers to panko and gnocchi

By default puppet only sets gnocchi as the publisher, we also need
panko, so events gets sent to both endpoints.

Closes-bug: #1721367

Change-Id: Id4d4f62cd71e87503a99c8dad6f0aeef1e9dbdb3
(cherry picked from commit 7ab4febf4f)
This commit is contained in:
Pradeep Kilambi 2017-09-26 18:33:25 -04:00
parent c97752b994
commit daf2d83154
2 changed files with 7 additions and 0 deletions

View File

@ -302,6 +302,8 @@ ceilometer::dispatcher::gnocchi::resources_definition_file: 'gnocchi_resources.y
# events dispatcher config
ceilometer::collector::event_dispatcher: ['panko', 'gnocchi']
ceilometer::agent::notification::event_pipeline_publishers: ['gnocchi://', 'panko://']
ceilometer::agent::notification::manage_event_pipeline: true
# Aodh
aodh::debug: "%{hiera('debug')}"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Explicitly set event pipeline publishers to panko and gnocchi to sent the
events to both endpoints.