Description of problem: Integrating CFME 4.2 with OSP 10(undercloud + overcloud) Seems like CFME is not able to receive event from undercloud as well as overcloud Modified ceilometer.conf to send event_dispatcher to gnocchi .. event_dispatchers=gnocchi meter_dispatchers=gnocchi .. Overcloud metric info is being received well. Having an issue with getting below msg from OSP 10 providers - Overcloud Service event - Undercloud Service event - Undercloud Service metric Customer reported that they are hitting https://bugzilla.redhat.com/show_bug.cgi?id=1428390 no ceilometer related comm outputs are available. Version-Release number of selected component (if applicable): CFME 5.7.2.1, OSP 10(undercloud + overcloud) How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Getting below info from OSP side - Overcloud Service event - Undercloud Service event - Undercloud Service metric Additional info:
Hi! CloudForms expects to read events from either ceilometer or panko. In OSP10, panko is not yet installed, so it can only read events from ceilometer. Given that, the event_dispatcher actually has to be set to 'database'.