diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-20 20:25:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-20 20:25:44 +0000 |
commit | b9cab21630a79d57594a7b5cedf28439df794047 (patch) | |
tree | 8920afd79a294337829db26e0219b1e51c246168 | |
parent | 724670088954dd76c0fedcbae91cc58826ba0e0d (diff) | |
parent | 696bb7316504e0bd9e33480fd612bb90add36041 (diff) |
Merge "Set the default event pipeline publisher"
-rw-r--r-- | puppet/services/ceilometer-base.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/ceilometer-base.yaml b/puppet/services/ceilometer-base.yaml index e441c5b0..24c71cbb 100644 --- a/puppet/services/ceilometer-base.yaml +++ b/puppet/services/ceilometer-base.yaml @@ -54,6 +54,10 @@ parameters: default: false description: Enable legacy ceilometer Api service if needed. type: boolean + EventPipelinePublishers: + default: ['notifier://?topic=alarm.all'] + description: A list of publishers to put in event_pipeline.yaml. + type: comma_delimited_list Debug: default: '' description: Set to True to enable debugging on all services. @@ -109,6 +113,7 @@ outputs: ceilometer::agent::auth::auth_password: {get_param: CeilometerPassword} ceilometer::agent::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] } ceilometer::agent::notification::store_events: {get_param: CeilometerStoreEvents} + ceilometer::agent::notification::event_pipeline_publishers: {get_param: EventPipelinePublishers} ceilometer::agent::auth::auth_region: {get_param: KeystoneRegion} ceilometer::agent::auth::auth_tenant_name: 'service' ceilometer::agent::auth::auth_endpoint_type: 'internalURL' |