Make event_sink publisher configurable
The charm currently configures events to be published to rabbit on both the config.event_topic (event.sample queue) and alarm topic but as of Queens Ceilometer no longer consumes event.sample. This patch makes the event_sink publishers configurable and defaults to publishing to aodh to retain backwards compatibility. Change-Id: I5b55f31adcf2b069ff51e387a416f9f1ac4099f8 Partial-Bug: #1676586 (cherry picked from commit d398cdff)
Showing
- config.yaml 10 additions, 0 deletionsconfig.yaml
- lib/ceilometer_contexts.py 25 additions, 0 deletionslib/ceilometer_contexts.py
- templates/queens/event_pipeline.yaml 38 additions, 0 deletionstemplates/queens/event_pipeline.yaml
- unit_tests/test_ceilometer_contexts.py 64 additions, 11 deletionsunit_tests/test_ceilometer_contexts.py
Loading
Please register or sign in to comment