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 . You can see the code in Change I33cc9076 . This could be an alternative to gl

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 b

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 r

Re: [Openstack] Notifiers

2012-03-13 Thread Jay Pipes
Venkat and Monsyne, feel free to coordinate with Jason Koelker and Mark McLoughlin (cc'd) on the openstack-common stuff (which I very much support!) Best, -jay On 03/13/2012 01:19 AM, Swaminathan Venkataraman wrote: Hi, I'd be happy to take a stab at that. I guess, the process would be to move

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, Monsyne

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 Pipes 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 ca

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 Pipes 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 t

Re: [Openstack] Notifiers

2012-03-12 Thread Johannes Erdfelt
On Mon, Mar 12, 2012, Jay Pipes 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 looked relat

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 c

[Openstack] Notifiers

2012-03-12 Thread Swaminathan Venkataraman
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 common library for notifications. That way, when we make ch