Add panko publisher in the event pipeline
authorPradeep Kilambi <pkilambi@redhat.com>
Wed, 23 Aug 2017 14:18:13 +0000 (10:18 -0400)
committerEmilien Macchi <emilien@redhat.com>
Fri, 25 Aug 2017 23:19:24 +0000 (23:19 +0000)
Even though panko is deprecated, we still enable it by default.
So lets keep it in pipeline as well until its fully dead.

Change-Id: Idac89820a66c59b921551857cccae6dbc38241c3
(cherry picked from commit 3dbd5bfe86c2d6864c5678774fc7f910ab846300)

puppet/services/ceilometer-base.yaml

index 5cc020a..b4c361a 100644 (file)
@@ -47,7 +47,7 @@ parameters:
     description: Whether to manage event_pipeline.yaml.
     type: boolean
   EventPipelinePublishers:
-    default: ['gnocchi://']
+    default: ['gnocchi://', 'panko://']
     description: >
         A list of publishers to put in event_pipeline.yaml. When the
         collector is used, override this with notifier:// publisher.