Re: contrail package organisation

2013-12-02 Thread Pedro Roque Marques
Daan, On Nov 28, 2013, at 9:48 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: H, Someone queried for the status of the contrail plugin and I noticed that the package structure is different then the other network plugins. The difference being that the contrail classes have 'contrail' in

Re: contrail virtual network controller

2013-12-02 Thread Pedro Roque Marques
to work on it. Please let me know how we can collaborate developing content. Regards -Radhika -Original Message- From: Pedro Roque Marques [mailto:pedro.r.marq...@gmail.com] Sent: Tuesday, September 17, 2013 3:42 AM To: dev@cloudstack.apache.org Subject: contrail virtual

Re: SDN compat matrix

2013-11-17 Thread Pedro Roque Marques
Hugo, Small correction bellow... On Nov 17, 2013, at 2:40 AM, Hugo Trippaers h...@trippaers.nl wrote: Hey guys, I’m building the compatibility matrix for our SDN plugins to use in my presentation for CCCEU13. I think i got everything in there, but would like to check it against your

Re: [MERGE] network-guru-orchestration into master

2013-11-01 Thread Pedro Roque Marques
Darren, On Oct 31, 2013, at 10:05 AM, Darren Shepherd darren.s.sheph...@gmail.com wrote: Yeah I think it would be great to talk about this at CCC. I'm hesitant to further narrow down the definition of the network. For example, I think OpenStack's Neutron is fundamentally flawed because

Re: note to devcloud users on db.properties.override

2013-11-01 Thread Pedro Roque Marques
Darren, On Oct 31, 2013, at 9:27 AM, Darren Shepherd darren.s.sheph...@gmail.com wrote: This is fixed now. Maybe i'm doing something really dumb... but i still see the problem. I do see the commit afaf637 in the branch history. Steps to reproduce: 1.

Re: [MERGE] network-guru-orchestration into master

2013-10-30 Thread Pedro Roque Marques
On Oct 30, 2013, at 11:08 AM, Darren Shepherd darren.s.sheph...@gmail.com wrote: I definitely don't want the setup to be done at a zone level. Why ? That seems to me the most obvious way to do it. There are different networking solutions: e.g. VLANs and overlays such as OpenContrail that

Re: contrail virtual network controller

2013-10-21 Thread Pedro Roque Marques
Prasana, On Oct 2, 2013, at 9:18 PM, Prasanna Santhanam wrote: On Tue, Sep 17, 2013 at 10:18:29AM -0700, Pedro Roque Marques wrote: We have an integration test which requires spawning a mysql db, initialize it and then go through the process of creating a zone, etc. This allows us to test

Re: Contrail plugin

2013-10-09 Thread Pedro Roque Marques
Darren, On Oct 9, 2013, at 8:35 AM, Darren Shepherd wrote: Pedro, I completely understand what you are saying as I think this is a gap too I would like to address. I'm thinking of something a little bigger and grander than what you would need right now so that's not helpful, as I won't

Re: [DISCUSS] Transaction Hell

2013-10-09 Thread Pedro Roque Marques
Darren, My assumption when I tried to make sense of the transaction code is that the underlying motivation is that the code is trying to create a transaction per API call and then allow multiple modules to implement that API call... i.e. the intent is do use a bit of what i would call a

Re: [DISCUSS] Transaction Hell

2013-10-09 Thread Pedro Roque Marques
Darren, I generally agree with you... just trying to point out what could be pitfalls on the way to evolve the system. On Oct 9, 2013, at 10:29 AM, Darren Shepherd wrote: I wish we were doing transaction per API, but I don't think that was ever a consideration. I do think the sync portion

Re: Contrail plugin

2013-10-08 Thread Pedro Roque Marques
On Oct 8, 2013, at 7:36 AM, Chip Childers wrote: On Tue, Oct 08, 2013 at 07:59:24PM +0530, Prasanna Santhanam wrote: On Tue, Oct 08, 2013 at 10:23:32AM -0400, Chip Childers wrote: 3) I'd love if we could get some consensus on what additional tests and / or changes to the test approach are

Re: Contrail plugin

2013-10-08 Thread Pedro Roque Marques
Chip, On Oct 8, 2013, at 7:23 AM, Chip Childers wrote: As stated, I've imported the contrail plugin donation into the contrail branch. I've taken the time to add the ASF license header to all of the new files in that branch. I think we have to complete the following in order to merge

Re: Contrail plugin

2013-10-08 Thread Pedro Roque Marques
Darren, Using ActionEvents is not desirable for the plugin either... today CloudStack lacks the ability for a component/plugin to associate itself to the life-cycle of an object. It would be ideal if there was a generic way to accomplish that... The contrail plugin wants to know about project

Re: contrail virtual network controller

2013-09-17 Thread Pedro Roque Marques
Message- From: Pedro Roque Marques [mailto:pedro.r.marq...@gmail.com] Sent: Monday, September 16, 2013 3:12 PM To: dev@cloudstack.apache.org Subject: contrail virtual network controller Myself and a few others in the Contrail team have been working on a cloudstack network plugin

Re: contrail virtual network controller

2013-09-17 Thread Pedro Roque Marques
On Sep 17, 2013, at 10:30 AM, Chip Childers wrote: Ideally, we would have a design document on the wiki that would help everyone understand the implementation. We're not looking for a design doc for Contrail / OpenContrail... we're looking for information about the integration itself.

Re: contrail virtual network controller

2013-09-17 Thread Pedro Roque Marques
On Sep 17, 2013, at 5:17 PM, Chip Childers wrote: On Sep 17, 2013, at 7:05 PM, Pedro Roque Marques pedro.r.marq...@gmail.com wrote: On Sep 17, 2013, at 10:30 AM, Chip Childers wrote: Ideally, we would have a design document on the wiki that would help everyone understand

contrail virtual network controller

2013-09-16 Thread Pedro Roque Marques
Myself and a few others in the Contrail team have been working on a cloudstack network plugin that interfaces with the contrail VNC (http://www.opencontrail.org). At the moment the plugin provides isolated guest networks (and a virtualized Public network) as an overlay that is capable of

Re: Password requested when starting CS MS

2013-08-12 Thread Pedro Roque Marques
Mike, If you create a cloudstack-management package and run cloudstack-setup-management before starting the management server you can run the MS as user cloud without experiencing these issues... It sets up the correct privileges. Pedro. On Aug 12, 2013, at 9:47 AM, Mike Tutkowski wrote:

Re: db exception?

2013-08-10 Thread Pedro Roque Marques
I've bumped into exceptions with similar signature in the past when the database schema has not been updated to match the Dao objects. Check whether the cloud.cluster database has all the fields listed in the select statement displayed in the exception. Pedro. On Aug 10, 2013, at 3:03 PM,

Re: [Discuss] Making CloudMonkey simpler to use for admin tasks

2013-08-09 Thread Pedro Roque Marques
On Aug 2, 2013, at 2:42 PM, Rohit Yadav wrote: On Thu, Aug 1, 2013 at 10:43 PM, Donal Lafferty donal.laffe...@citrix.comwrote: I needed a different configuration than DevCloud provided, so I turned to CloudMonkey to automate setup of my test environment. This led to a blog on automating