Re: event bus details

2013-07-03 Thread Chip Childers
On Wed, Jul 03, 2013 at 02:14:59PM +, Murali Reddy wrote: > On 02/07/13 7:45 PM, "Ryan Dietrich" wrote: > > >Patch submitted. > > > >https://reviews.apache.org/r/12223/ > > Thanks for the patch. Added some comments to the review. Cloudstack group > is missing as reviewer, don't have permissi

Re: event bus details

2013-07-03 Thread Murali Reddy
On 02/07/13 7:45 PM, "Ryan Dietrich" wrote: >Patch submitted. > >https://reviews.apache.org/r/12223/ Thanks for the patch. Added some comments to the review. Cloudstack group is missing as reviewer, don't have permission to edit the review, so could you please add group to the reviewers? > >Thi

Re: event bus details

2013-07-02 Thread Ryan Dietrich
Patch submitted. https://reviews.apache.org/r/12223/ Things that still need to be thought through: 1. Should the async command event type be a column on async job (and be an attribute of AsyncJobVO)? 2. Should getInstanceId and getInstanceType of AsyncCmd be abstract instead of implemented wit

Re: event bus details

2013-06-28 Thread Murali Reddy
On 28/06/13 4:28 AM, "Ryan Dietrich" wrote: >> For every api command, pretty much there is an action event generated >>that >> gets published on to event bus as well. CLOUDSTACK-3190 is open bug that >> needs to be fixed so that entity type being operated and UUID details of >> entity are publish

Re: event bus details

2013-06-27 Thread Ryan Dietrich
> For every api command, pretty much there is an action event generated that > gets published on to event bus as well. CLOUDSTACK-3190 is open bug that > needs to be fixed so that entity type being operated and UUID details of > entity are published. It just tedious job to fix all the places action

Re: event bus details

2013-06-27 Thread Murali Reddy
On 27/06/13 5:46 AM, "Ryan Dietrich" wrote: >Hi, I'm doing some work in the event bus. My requirements are pretty >straightforward. > >1. Let me know when a command is executed. >2. Let me know the UUID of the element being modified when that command >is executed. (i.e.: If we're updating a vir

Re: event bus details

2013-06-26 Thread Ryan Dietrich
Hi, I'm doing some work in the event bus. My requirements are pretty straightforward. 1. Let me know when a command is executed. 2. Let me know the UUID of the element being modified when that command is executed. (i.e.: If we're updating a virtual machine, the UUID should be the one for that

Re: event bus details

2013-06-26 Thread Murali Reddy
Yeah its a bug. Fixed CLOUDSTACK-3213 for both 4.2 and 4.1.1. Thanks for bringing it out. On 25/06/13 9:27 PM, "Marcus Sorensen" wrote: >Thanks for the response. So am I to assume that the VM start/stop >showing up under EntityType Network is also a bug? > >On Tue, Jun 25, 2013 at 6:05 AM, Mura

Re: event bus details

2013-06-25 Thread Marcus Sorensen
Thanks for the response. So am I to assume that the VM start/stop showing up under EntityType Network is also a bug? On Tue, Jun 25, 2013 at 6:05 AM, Murali Reddy wrote: > > Opened bug CLOUDSTACK-3190 for this. > > On 25/06/13 4:03 PM, "Murali Reddy" wrote: > >> >>Marcus, >> >>Events bus framewo

Re: event bus details

2013-06-25 Thread Murali Reddy
Opened bug CLOUDSTACK-3190 for this. On 25/06/13 4:03 PM, "Murali Reddy" wrote: > >Marcus, > >Events bus framework with current AMQP default implementation, has routing >key with format >'Eventsource.EventCategory.EventType.EntityType.EntityUUID' as described >in [1]. If you see from the log y

Re: event bus details

2013-06-25 Thread Murali Reddy
Marcus, Events bus framework with current AMQP default implementation, has routing key with format 'Eventsource.EventCategory.EventType.EntityType.EntityUUID' as described in [1]. If you see from the log you pasted below events of type 'ResourceStateEvent' has details of entity UUID. Since it wa

Re: event bus details

2013-06-24 Thread Marcus Sorensen
>> -Thanks >> Sangeetha >> -Original Message- >> From: Marcus Sorensen [mailto:shadow...@gmail.com] >> Sent: Monday, June 24, 2013 9:24 PM >> To: dev@cloudstack.apache.org >> Subject: Re: event bus details >> >> Here's another, when deleti

Re: event bus details

2013-06-24 Thread Marcus Sorensen
inal Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Monday, June 24, 2013 9:24 PM > To: dev@cloudstack.apache.org > Subject: Re: event bus details > > Here's another, when deleting a VPC. I see the details of all of the things > it's doing (

RE: event bus details

2013-06-24 Thread Sangeetha Hariharan
-Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Monday, June 24, 2013 9:24 PM To: dev@cloudstack.apache.org Subject: Re: event bus details Here's another, when deleting a VPC. I see the details of all of the things it's doing (removing the router

Re: event bus details

2013-06-24 Thread Marcus Sorensen
Here's another, when deleting a VPC. I see the details of all of the things it's doing (removing the router, networks, etc), but I can't tell which VPC was being deleted. I feel like that '*' under ActionEvent should be telling me the uuid, like that position does in the other events: [x] 'manage