aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2017-08-23 10:18:13 -0400
committerEmilien Macchi <emilien@redhat.com>2017-08-25 23:19:24 +0000
commit74a79d3ad9d8c1d005a5b93463e1a96b6c67d4de (patch)
tree26190d6b20a81c1dc55342b00df1cfafd1c2daeb
parent98f578b7789cb4edef1090574ab7ab854f886fed (diff)
Add panko publisher in the event pipeline
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)
-rw-r--r--puppet/services/ceilometer-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/ceilometer-base.yaml b/puppet/services/ceilometer-base.yaml
index 5cc020a9..b4c361a3 100644
--- a/puppet/services/ceilometer-base.yaml
+++ b/puppet/services/ceilometer-base.yaml
@@ -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.