: Thursday, November 3, 2016 at 7:04 PM
To: Mike Dorman
Cc: OpenStack Operators
Subject: Re: [Openstack-operators] Ceilometer/oslo.messaging connect to
multiple RMQ endpoints
That was me! and yes you can do it when consuming notifications with
ceilometer-agent-notification
Eg in our
That was me! and yes you can do it when consuming notifications with
ceilometer-agent-notification
Eg in our ceilometer.conf we have
[notification]
workers=12
disable_non_metric_meters=true
store_events = true
batch_size = 50
batch_timeout = 5
messaging_urls = rabbit://XX:XX@rabbithost1:5671/vho
Unless this has drastically changed I thought the multiple entries was sort
of like a "pick one" scenario rather than a "connect to all of them". You
specify all the nodes in case one or more is down. I don't think it can be
used to talk to multiple rabbit clusters.
On Thu, Nov 3, 2016 at 5:28 PM,
I heard third hand from the summit that it’s possible to configure
Ceilometer/oslo.messaging with multiple rabbitmq_hosts config entries, which
will let you connect to multiple RMQ endpoints at the same time.
The scenario here is we use the Ceilometer notification agent the pipe events
from Ope