e.org>
Cc: Abhinandan Prateek
Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack Questions
)
It also makes sense in a private cloud context as well. There's nothing
different about public versus private on this matter, except the public cloud
is going to have a lot more i
;> From: Chip Childers [mailto:chip.child...@sungard.com]
>>> Sent: Thursday, June 07, 2012 7:15 PM
>>> To: cloudstack-dev@incubator.apache.org
>>> Cc: Chiradeep Vittal
>>> Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>>> Ques
>To: cloudstack-dev@incubator.apache.org
>>Cc: Chiradeep Vittal
>>Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>>Questions )
>>
>>On Thu, Jun 7, 2012 at 7:18 AM, Abhinandan Prateek
>> wrote:
>>> Planning to use apache Qpid implementatio
al
>Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>Questions )
>
>On Thu, Jun 7, 2012 at 7:18 AM, Abhinandan Prateek
> wrote:
>> Planning to use apache Qpid implementation of AMQP for publishing
>cloudstack events.
>
>+1 for implementing even
On Thu, Jun 7, 2012 at 7:18 AM, Abhinandan Prateek
wrote:
> Planning to use apache Qpid implementation of AMQP for publishing cloudstack
> events.
+1 for implementing event notification via AMQP. This will be really
helpful in more advanced deployment environments. It would also be
great if th
10:40 PM
>To: George Reese; cloudstack-dev@incubator.apache.org
>Cc: Nitin Mehta; Kishan Kavala; Dean
>Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>Questions )
>
>While embedding the publisher inside CloudStack could be one way to go, it is
>probably
t; -Original Message-
>>> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com]
>>> Sent: Saturday, May 12, 2012 3:48 AM
>>> To: cloudstack-dev@incubator.apache.org
>>> Cc: Dean
>>> Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cl
ubator.apache.org>>
Cc: Nitin Mehta mailto:nitin.me...@citrix.com>>, Kishan
Kavala mailto:kishan.kav...@citrix.com>>, Dean
mailto:cl...@tizatron.com>>, Chiradeep Vittal
mailto:chiradeep.vit...@citrix.com>>
Subject: Re: Event Publish and Subscribe ( was perhaps Re: C
> Are there any use-cases for which it make sense to have publishers (that use
> CloudStack API to publish) other than CloudStack? If its not overkill we can
> have generic mechanism of publish/subscribe as service in CloudStack. I can
> think of tenants workload VM's be able to leverage this and
; We can extend this to publish the events to registered
>>> listeners/subscribers.
>>>
>>> Nitin,
>>> We should evaluate the google guava package for this purpose.
>>>
>>> -abhi
>>>
>>>> -Original Message-
&g
Are there any use-cases for which it make sense to have publishers (that
use CloudStack API to publish) other than CloudStack? If its not overkill
we can have generic mechanism of publish/subscribe as service in
CloudStack. I can think of tenants workload VM's be able to leverage this
and publish
hiradeep Vittal [mailto:chiradeep.vit...@citrix.com]
>>> Sent: Saturday, May 12, 2012 3:48 AM
>>> To: cloudstack-dev@incubator.apache.org
>>> Cc: Dean
>>> Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>>> Questions )
>>>
>
his purpose.
>
> -abhi
>
>> -Original Message-
>> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com]
>> Sent: Saturday, May 12, 2012 3:48 AM
>> To: cloudstack-dev@incubator.apache.org
>> Cc: Dean
>> Subject: Re: Event Publish and Subscribe
t;From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com]
>Sent: Saturday, May 12, 2012 3:48 AM
>To: cloudstack-dev@incubator.apache.org
>Cc: Dean
>Subject: Re: Event Publish and Subscribe ( was perhaps Re: Cloudstack
>Questions )
>
>+1.
>This could also be used for example
+1.
This could also be used for example to update DNS records on a DNS server
whenever a VM is started / stopped in a network.
A subscriber to the event bus can do this, and potentially things like
updating a CMDB or an LDAP server.
The important caveat is that this will be asynchronous to the st
+1
Makes sense to have pubsub. Inside the java codebase, we could consider a
clean and idiomatic lib like guava which is easy to unit test.
http://codingjunkie.net/guava-eventbus/
Then, expose out-of-JVM hooks for any of the popular services people use.
-A
On May 11, 2012 1:58 PM, "Dean" wrot
Cross reference to:
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201204.mbox/browser
[ from: Marlon Davids ]
< munch >
> 2) How do we monitor VM's that are in Cloudstack when they are in an isolated
> VLAN does
> anyone have a clever workaround?
> 3) Has anyone developed a
urpose or disclose its contents to any
>other person.
>The contents of this e-mail do not necessarily reflect the views of the
>company.
>E&OE
>
>P Please consider the environment before printing this email
>
>
>
>-Original Message-
>From: Chiradeep Vittal [mailt
8:19
To: cloudstack-dev@incubator.apache.org
Subject: Re: Cloudstack Questions
There's a few approaches to the "monitoring VMs" question.
A. Install agents on the VMs and get the agents to phone back to your
monitoring server.
B. Add a dedicated monitoring VLAN per tenant and get the
I was just about to see if anybody wanted to work on a nagios plugin, but
googled first - https://github.com/jasonhancock/nagios-cloudstack looks
interesting, for any other Opsview/Nagios peeps out there.
MIght be good to have a wiki page pointing to plugins for the various
monitoring solutions
Is monitoring VM's through hypervisor APIs an option as well?
-David
On 4/26/12 10:19 AM, "Chiradeep Vittal"
wrote:
>There's a few approaches to the "monitoring VMs" question.
>A. Install agents on the VMs and get the agents to phone back to your
>monitoring server.
>B. Add a dedicated monitor
There's a few approaches to the "monitoring VMs" question.
A. Install agents on the VMs and get the agents to phone back to your
monitoring server.
B. Add a dedicated monitoring VLAN per tenant and get the tenant VMs to be
dual homed on the original isolated VLAN and the monitoring VLAN
C. Like B,
al Message-
From: Marlon Davids [mailto:mdav...@umbee.co.uk]
Sent: Wednesday, April 25, 2012 9:52 AM
To: cloudstack-dev@incubator.apache.org
Subject: RE: Cloudstack Questions
> It depends on two things: What you're trying to monitor and what hypervisor
> you have. We've been look
.net]
Sent: 25 April 2012 17:01
To: 'cloudstack-dev@incubator.apache.org'
Subject: RE: Cloudstack Questions
> 2) How do we monitor VM's that are in Cloudstack when they are in an isolated
> VLAN does anyone have a clever workaround?
It depends on two things: What you
ut that adds more work for what is already a pretty light weight
installation so it might not be desirable.
-Clayton
-Original Message-
From: David Nalley [mailto:da...@gnsa.us]
Sent: Wednesday, April 25, 2012 4:50 AM
To: cloudstack-dev@incubator.apache.org
Subject: Re: Cloudstack Questi
Welcome Marlon
>
> 1) Will NFS be phased out for secondary storage in the future?
I don't think this is going to happen - and if it is, certainly not
any time soon.
> 2) How do we monitor VM's that are in Cloudstack when they are in an isolated
> VLAN does anyone have a clever workaround?
I do
26 matches
Mail list logo