Re: [Openstack] Notifiers

2012-03-16 Thread Juan Lebrijo @Stackops
We have been investigating over nova notifications. I really like the Sandy Walsh implementation for Essex SystemUsage Blueprint http://wiki.openstack.org/SystemUsageData. You can see the code in Change I33cc9076 https://review.openstack.org/#change,4194. This could be an alternative to

Re: [Openstack] Notifiers

2012-03-14 Thread Juan Antonio García Lebrijo
Hi, we are thinking to contribute to increase the types of notifications (events) through the rabbit server. We are thinking to notify from each Openstack component (nova, glance, quantum in the future ...) We think that unify the code on the openstack-common stuff is a great idea. We are

Re: [Openstack] Notifiers

2012-03-14 Thread Eric Windisch
To make the notifiers common, the QAL / RPC will also have to be made common. The Glance code for notifications currently implements queue/rpc-implementation specific notifiers, so this might not be a bad thing… If there is an effort to move the RPC into openstack.common, then I would like to

Re: [Openstack] Notifiers

2012-03-12 Thread Jay Pipes
On 03/12/2012 09:33 AM, Swaminathan Venkataraman wrote: Hi, I've been playing around with openstack for a month now and was looking to see how I can contribute. I saw that nova and glance use different methods to send out notifications. It looked relatively straight forward to make them use one

Re: [Openstack] Notifiers

2012-03-12 Thread Johannes Erdfelt
On Mon, Mar 12, 2012, Jay Pipes jaypi...@gmail.com wrote: On 03/12/2012 09:33 AM, Swaminathan Venkataraman wrote: I've been playing around with openstack for a month now and was looking to see how I can contribute. I saw that nova and glance use different methods to send out notifications. It

Re: [Openstack] Notifiers

2012-03-12 Thread Jay Pipes
On 03/12/2012 11:56 AM, Johannes Erdfelt wrote: On Mon, Mar 12, 2012, Jay Pipesjaypi...@gmail.com wrote: On 03/12/2012 09:33 AM, Swaminathan Venkataraman wrote: I've been playing around with openstack for a month now and was looking to see how I can contribute. I saw that nova and glance use

Re: [Openstack] Notifiers

2012-03-12 Thread Monsyne Dragon
On Mar 12, 2012, at 11:33 AM, Jay Pipes wrote: On 03/12/2012 11:56 AM, Johannes Erdfelt wrote: On Mon, Mar 12, 2012, Jay Pipesjaypi...@gmail.com wrote: On 03/12/2012 09:33 AM, Swaminathan Venkataraman wrote: I've been playing around with openstack for a month now and was looking to see how

Re: [Openstack] Notifiers

2012-03-12 Thread Swaminathan Venkataraman
Hi, I'd be happy to take a stab at that. I guess, the process would be to move the code that we have in glance to openstack-common and change glance accordingly. I would then have to modify nova to use code in openstack-common. Let mek know. thanks, Venkat On Tue, Mar 13, 2012 at 8:48 AM,