os_panko missing. Ceilometer event.sample queue stuck with no consumers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Fix Released
|
High
|
Unassigned |
Bug Description
When setting up Ceilometer with Gnocchi as its only dispatcher, the rabbitmq /ceilometer vhost's event.sample queue is filled up with messages which are never consumed. The rabbitmq admin panel points out the queue has no consumers.
Gnocchi does not store events (it only stores metrics), however if someone doesn't deploy a db backend (nor Panko, for which we still don't have a playbook), it is dangerous that this queue might overwhelm Rabbit after getting stuck with too many messages.
If I remember well, the last week (before RC1) ceilometer-
Changed in openstack-ansible: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
importance: | Medium → High |
tags: | added: newton-rc-potential |
Changed in openstack-ansible: | |
assignee: | Steve Lewis (steve-lewis) → nobody |
summary: |
- Ceilometer event.sample queue stuck with no consumers + os_panko missing. Ceilometer event.sample queue stuck with no consumers |
Changed in openstack-ansible: | |
status: | In Progress → Confirmed |
This is fixed by pulling https:/ /review. openstack. org/#/c/ 371244 and configuring the event pipeline as follows:
# --[cut]--
ceilometer_ event_pipeline_ yaml_overrides:
sources: []
sinks: []
# --[cut]--
https:/ /review. openstack. org/#/c/ 371244 should be merged and this setting should be documented.