Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-12 Thread Doug Hellmann
On Mon, Aug 5, 2013 at 3:49 AM, Julien Danjou wrote: > On Fri, Aug 02 2013, Doug Hellmann wrote: > > > On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou > wrote: > >> That would need the RPC layer to connect to different rabbitmq server. > >> Not sure that's supported yet. > >> > > > > We'll have th

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-05 Thread Sandy Walsh
On 08/05/2013 04:49 AM, Julien Danjou wrote: > On Fri, Aug 02 2013, Doug Hellmann wrote: > >> On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote: >>> That would need the RPC layer to connect to different rabbitmq server. >>> Not sure that's supported yet. >>> >> >> We'll have that problem in t

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-05 Thread Julien Danjou
On Fri, Aug 02 2013, Doug Hellmann wrote: > On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote: >> That would need the RPC layer to connect to different rabbitmq server. >> Not sure that's supported yet. >> > > We'll have that problem in the cell's collector, then, too, right? If you have an AM

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-02 Thread Doug Hellmann
On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou wrote: > On Fri, Aug 02 2013, Doug Hellmann wrote: > > > I'm not certain any new code needs to be written. Couldn't we configure > the > > pipeline in the cell to send the data directly upstream to the central > > collector, instead of having it pass

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-02 Thread Julien Danjou
On Fri, Aug 02 2013, Doug Hellmann wrote: > I'm not certain any new code needs to be written. Couldn't we configure the > pipeline in the cell to send the data directly upstream to the central > collector, instead of having it pass through a collector in the cell? That would need the RPC layer to

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-02 Thread Doug Hellmann
On Thu, Aug 1, 2013 at 7:36 PM, Sam Morrison wrote: > > On 31/07/2013, at 6:45 PM, Julien Danjou wrote: > > > On Wed, Jul 31 2013, Sam Morrison wrote: > > > > Hi Sam, > > > >> Does everything that gets stored in the datastore go through the > >> ceilometer.collector.metering queue? > > > > If yo

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-01 Thread Sam Morrison
On 31/07/2013, at 6:45 PM, Julien Danjou wrote: > On Wed, Jul 31 2013, Sam Morrison wrote: > > Hi Sam, > >> Does everything that gets stored in the datastore go through the >> ceilometer.collector.metering queue? > > If you only use the RPC publisher (which is the default), yes. > >> If so m

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-07-31 Thread Julien Danjou
On Wed, Jul 31 2013, Sam Morrison wrote: Hi Sam, > Does everything that gets stored in the datastore go through the > ceilometer.collector.metering queue? If you only use the RPC publisher (which is the default), yes. > If so maybe the collector could instead of storing the message forward thes

[openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-07-30 Thread Sam Morrison
Hi, There is a blueprint [1] that I'd like to get involved with. I know quite a bit about cells but not much about ceilometer. I'm trying to figure out all the message flows to see where the best place would be to intercept the message and forward it up to a higher level rabbit server. Essenti