Re: Callbacks and Events.

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 03:39:08PM -0500, Jeronimo Garcia wrote: > You know i was checking that out right now ... it seems like a good idea > ... but when would this be official ? Once we release 4.1 (upgrade bugs are blocking that release) > > Thanks! > > > On Mon, May 6, 2013 at 3:30 PM, Chi

Re: Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
You know i was checking that out right now ... it seems like a good idea ... but when would this be official ? Thanks! On Mon, May 6, 2013 at 3:30 PM, Chip Childers wrote: > On Mon, May 06, 2013 at 03:25:17PM -0500, Jeronimo Garcia wrote: > > the Events api call looks interesting ... but i'd ne

Re: Callbacks and Events.

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 03:25:17PM -0500, Jeronimo Garcia wrote: > the Events api call looks interesting ... but i'd need VM name and > Ipaddress ... so it forces me to do one call after a given event. Take a look at this: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Event+Notification

Re: Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
the Events api call looks interesting ... but i'd need VM name and Ipaddress ... so it forces me to do one call after a given event. Thanks On Mon, May 6, 2013 at 3:20 PM, Jeronimo Garcia wrote: > Hi List. > > Is there anyway to specify callbacks on api events , or maybe a real time > debug por

Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
Hi List. Is there anyway to specify callbacks on api events , or maybe a real time debug port/url ? I need to trigger certain actions on VM creation and so far I've thought of these ones: - Mysql Triggers on a given table - Virtual Router Modifications (edithosts.sh script) - Code modi