Merge "Update default event publisher"
This commit is contained in:
commit
bd1ebe015f
@ -65,7 +65,7 @@
|
|||||||
# (Optional) A list of publishers to put in event_pipeline.yaml
|
# (Optional) A list of publishers to put in event_pipeline.yaml
|
||||||
# Add 'notifier://?topic=alarm.all' to the list if you are using Aodh
|
# Add 'notifier://?topic=alarm.all' to the list if you are using Aodh
|
||||||
# for alarms.
|
# for alarms.
|
||||||
# Defaults to ['notifier://'],
|
# Defaults to ['gnocchi://'],
|
||||||
#
|
#
|
||||||
class ceilometer::agent::notification (
|
class ceilometer::agent::notification (
|
||||||
$manage_service = true,
|
$manage_service = true,
|
||||||
@ -77,7 +77,7 @@ class ceilometer::agent::notification (
|
|||||||
$messaging_urls = $::os_service_default,
|
$messaging_urls = $::os_service_default,
|
||||||
$package_ensure = 'present',
|
$package_ensure = 'present',
|
||||||
$manage_event_pipeline = false,
|
$manage_event_pipeline = false,
|
||||||
$event_pipeline_publishers = ['notifier://'],
|
$event_pipeline_publishers = ['gnocchi://'],
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include ::ceilometer::deps
|
include ::ceilometer::deps
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Update the default event publisher to be gnocchi://. This is the
|
||||||
|
default upstream.
|
@ -136,7 +136,7 @@ describe 'ceilometer::agent::notification' do
|
|||||||
" transformers:",
|
" transformers:",
|
||||||
" triggers:",
|
" triggers:",
|
||||||
" publishers:",
|
" publishers:",
|
||||||
" - notifier://",
|
" - gnocchi://",
|
||||||
])}
|
])}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user