RE: [ANNOUNCE] Saksham Srivastava as committer

2014-06-03 Thread Ram Ganesh
Congrats Saksham. Thanks, RamG -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: 03 June 2014 11:06 To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] Saksham Srivastava as committer Great work Saksham! Congratulations. On Mon, Jun 2, 2014 at 10:29

Re: [DISCUSS] vpc gateway networks are guestnetworks

2014-06-03 Thread Daan Hoogland
valid questions. i will answer in line shortly and expand later (on the wiki) On Tue, Jun 3, 2014 at 12:51 AM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: Hi Daan, Thanks for the visual. It helps, but the use case outlined seems possible with a single VPC? The organisation at Schuberg

RE: [ANNOUNCE] Amogh Vasekar as committer

2014-06-03 Thread Suresh Sadhu
Congrats Amogh :-) -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 02 June 2014 23:47 To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] Amogh Vasekar as committer Great news. Congrats Amogh !!! On 02/06/14 11:14 AM, John Kinsella j...@stratosec.co wrote:

Re: VPC's VR missing public NIC eth1

2014-06-03 Thread Daan Hoogland
one clarification, I was not suggesting changing vlan://x back to x, just the case where x==untagged. I had a little analog discussion with Hugo and he convinced me that untagged has no special meaning in SDN cases, maybe for vxlan. So the problem I saw is at least smaller then in my mind. I have

Re: [ANNOUNCE] Amogh Vasekar as committer

2014-06-03 Thread Daan Hoogland
have fun Amogh (and bring us joy) On Tue, Jun 3, 2014 at 8:19 AM, Suresh Sadhu suresh.sa...@citrix.com wrote: Congrats Amogh :-) -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: 02 June 2014 23:47 To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] Amogh

Re: New Defects reported by Coverity Scan for cloudstack

2014-06-03 Thread Rajani Karuturi
These are the approximate number of defects reported by coverity from the generated code. /awsapi/src/com/amazon/ec2 - around 4300 /awsapi/src/com/amazon/s3 - around 350 total defects - around 6500 ~Rajani On 02-Jun-2014, at 4:57 pm, Rajani Karuturi rajani.karut...@citrix.com wrote:

Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22193/ --- Review request for cloudstack, Abhinandan Prateek and daan Hoogland.

Re: [ACS4.4] [Issue] Unable to create a autoscalevmprofile

2014-06-03 Thread Meghna Kale
Thanks Daan. On Fri, May 30, 2014 at 1:59 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: Long accountId = _accountService.finalyzeAccountId(accountName, domainId, projectId, true); _accountService didn't get initialized/injected!?! The spring stuff should have taken care of

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22193/#review44603 --- Ship it! master: commit 2424d9a9e0f1189044303a98c40e60033808f0b2

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Hugo Trippaers
On June 3, 2014, 7:20 a.m., Hugo Trippaers wrote: master: commit 2424d9a9e0f1189044303a98c40e60033808f0b2 Author: Rajani Karuturi rajanikarut...@gmail.com Date: Tue Jun 3 12:31:20 2014 +0530 Fixed ResouceLeak on pstmtCidr in the function

RE: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Santhosh Edukulla
Not able to mark it inside the review, so making a note here. The below statement ( preparestatement creation) is called inside the while loop multiple times, but was closed only once in finally. This may still result in leak. pstmtCidr = conn.prepareStatement(networkAclItemCidrSql); 1.

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-06-03 Thread Daan Hoogland
strong point, I added both commits. Are there tests to the old code as well? this is a lot of untested code like this. On Mon, Jun 2, 2014 at 7:50 PM, Nitin Mehta nitin.me...@citrix.com wrote: Daan - Thanks for your comment. The java upgrade code has never been data migration code only. I

RE: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Hugo Trippaers
Good find Santhosh. I missed the outer loop while doing the review. Cheers, Hugo -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: Tuesday, June 03, 2014 9:35 AM To: dev@cloudstack.apache.org; Hugo Trippaers; daan Hoogland; Abhinandan Prateek

RE: [ANNOUNCE] Amogh Vasekar as committer

2014-06-03 Thread Likitha Shetty
Congratulations Amogh! Regards, Likitha -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Monday, June 2, 2014 11:44 PM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] Amogh Vasekar as committer The Project Management Committee (PMC) for Apache CloudStack has

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22193/ --- (Updated June 3, 2014, 8:41 a.m.) Review request for cloudstack, Abhinandan

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Rajani Karuturi
Good find Santhosh. I uploaded another patch on review board to fix this. ~Rajani On 03-Jun-2014, at 1:41 pm, Hugo Trippaers htrippa...@schubergphilis.com wrote: Good find Santhosh. I missed the outer loop while doing the review. Cheers, Hugo -Original Message- From:

Regarding Blocker bug CLOUDSTACK-6603

2014-06-03 Thread Rajesh Battala
Hi, This bug https://issues.apache.org/jira/browse/CLOUDSTACK-6603 [Upgrade]DB Exception while Autoscale monitoring after upgrading from 4.3 to 4.4] got introduced by the feature of Autoscaling without netscaler A new column last_interval got added to autoscale_vmgroups table by this commit

Unable to upload SSL certificate

2014-06-03 Thread Sujaya Maiyya (Intern)
Hi, I am trying to upload an SSL certificate to Cloudstack using uploadSslCert API since 4.3 version does not have UI support for the same. And I am getting following exception: Invalid Certificate format. Expected X509 certificate The certificate, private key and

Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/ --- Review request for cloudstack and Koushik Das. Repository: cloudstack-git

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/#review44605 --- engine/schema/src/com/cloud/upgrade/dao/Upgrade421to430.java

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/ --- (Updated June 3, 2014, 9:31 a.m.) Review request for cloudstack and Koushik

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/#review44606 --- engine/schema/src/com/cloud/upgrade/dao/Upgrade421to430.java

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/#review44608 --- engine/schema/src/com/cloud/upgrade/dao/Upgrade421to430.java

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/ --- (Updated June 3, 2014, 10:42 a.m.) Review request for cloudstack, Abhinandan

Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-03 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22197/ --- Review request for cloudstack, Girish Shilamkar and Santhosh Edukulla. Bugs:

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22193/ --- (Updated June 3, 2014, 11:02 a.m.) Review request for cloudstack, Abhinandan

Re: [ANNOUNCE] Amogh Vasekar as committer

2014-06-03 Thread Nux!
On 02.06.2014 19:14, John Kinsella wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Amogh Vasekar to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22193/#review44610 --- Ship it! Ship It! - Santhosh Edukulla On June 3, 2014, 11:02

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/#review44611 --- Ship it! Ship It! - Santhosh Edukulla On June 3, 2014, 10:42

Re: Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22197/#review44612 --- test/integration/smoke/test_non_contigiousvlan.py

Re: Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-03 Thread Ashutosh Kelkar
On June 3, 2014, 11:22 a.m., Santhosh Edukulla wrote: test/integration/smoke/test_non_contigiousvlan.py, line 29 https://reviews.apache.org/r/22197/diff/1/?file=602789#file602789line29 Is it ok to move to test data? Removed services dictionary as it is no longer used - Ashutosh

Re: Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-03 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22197/ --- (Updated June 3, 2014, 11:45 a.m.) Review request for cloudstack, Girish

Re: Regarding Blocker bug CLOUDSTACK-6603

2014-06-03 Thread Daan Hoogland
if a schema change fixes a bug, yes we can On Tue, Jun 3, 2014 at 10:58 AM, Rajesh Battala rajesh.batt...@citrix.com wrote: Hi, This bug https://issues.apache.org/jira/browse/CLOUDSTACK-6603 [Upgrade]DB Exception while Autoscale monitoring after upgrading from 4.3 to 4.4] got introduced by

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-03 Thread Meghna Kale
Hi Min, With reference to the wiki doc, I had a query. In case of a customized role with deny permissions how will the listAll, isrecursive ..etc. input parameters values will be ? For example, there are two accounts and they belong to a group with Allow all permissions. If I have to remove some

Re: Review Request 22194: Fixed Resource leak reported by coverity

2014-06-03 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22194/#review44615 --- Ship it! master - 793462e5fa40dc73ce30658fe6a27e4284ed9cdb

[ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-03 Thread Namita Chaudhari
Hi All, I was trying to create a resource tag on ISO and Template with a sample data for a test case. Can anyone help me toknow is there anything I'm missing in the input parameters ? For both resources, I get a db exception Out of range value for column 'domain_id' at row 1 where the domainid

Re: Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22197/#review44616 --- test/integration/smoke/test_non_contigiousvlan.py

RE: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-03 Thread Santhosh Edukulla
Namita, 1. Just to separate this issue as simulator vs test code, can we just check from UI whether the objective of creating tags for simulator is possible there? If yes, then we can look in to test code. 2. As well, are these new tests or existing tests? Thanks! Santhosh

Re: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-03 Thread Namita Chaudhari
Hi Santhosh, These are new test cases. On simulator and in same test case, I have created tags on various resources like volume, project, snapshot etc and they work perfectly fine. I face this issue only for ISO and Template resource tag creation. Thanks, Namita On Tue, Jun 3, 2014 at 6:16 PM,

RE: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-03 Thread Santhosh Edukulla
Two things: 1. Is this feature of tagging iso or template available\supported in CS? What API we are using for it? 2. If this is supported feature, can you manually do it from UI on simulator and check if its working there? Thanks! Santhosh From:

Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Nux!
Hello, Any dev experienced with the KVM networking available to have a look at this bug? https://issues.apache.org/jira/browse/CLOUDSTACK-6464 Seems like it's widespread and with no resolution in sight. I have not experienced it in my 4.3 deployments, wonder if it'll come back to bite me

RE: Regarding Blocker bug CLOUDSTACK-6603

2014-06-03 Thread Rajesh Battala
Tuna, Can you please move your schema changes appropriately? Thanks Rajesh Battala -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Tuesday, June 3, 2014 5:26 PM To: Rajesh Battala Cc: dev@cloudstack.apache.org; ng.t...@gmail.com Subject: Re: Regarding

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Marcus
I think a fresh 4.3 install with vlan isolation is pretty well tested, but there have been issues with upgrades, and apparently basic/no isolation networks. I'm taking a shot in the dark to try to help, and I'll see if I can reproduce, but the symptoms seem rather complex and varied. If I can

Cpu, cpu speed and memory in usage records

2014-06-03 Thread Olivier Lemasle
Hi, Is it normal if CloudStack does not return usage details (cpu cores, cpu speed and memory) in the usage records? Since the introduction of dynamic compute offerings, these details are recorded in table cloud_usage.usage_vm_instance, but they are not in table cloud_usage.cloud_usage, and they

UI Development

2014-06-03 Thread Matt Spurlin
I am trying to get a grasp on how the UI is generated for CloudStack. Are there any good documented resources for the UI? For example, say I wanted to add another column to the table of storage devices, is there any documentation that would help me figure this out?

RE: [Proposal] Integrating Apache Stratos with Apache CloudStack.

2014-06-03 Thread Alex Hitchins
Hi Chris Tuna, Are any of your designs available to read? I'm interested in Stratos and how it could be integrated with CloudStack. I'd be interested to see what you are working to achieve. Alex Hitchins | 07788 423 969 | 01892 523 587 -Original Message- From: chris snow

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Nux!
On 03.06.2014 16:20, Marcus wrote: I think a fresh 4.3 install with vlan isolation is pretty well tested, but there have been issues with upgrades, and apparently basic/no isolation networks. I'm taking a shot in the dark to try to help, and I'll see if I can reproduce, but the symptoms seem

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-03 Thread Min Chen
As mentioned in our FS doc in wiki, In phase I, all the permissions attached to any policy are by default explicit 'Allow' permissions. As of now 'Deny' permissions cannot be added. For your use cases, you can have two options: 1. Assign the two accounts into 2 different groups, and attach

Re: [ANNOUNCE] Amogh Vasekar as committer

2014-06-03 Thread Amogh Vasekar
Thanks a ton everyone! :-) Regards, Amogh On 6/3/14 4:06 AM, Nux! n...@li.nux.ro wrote: On 02.06.2014 19:14, John Kinsella wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Amogh Vasekar to become a committer and we are pleased to announce that he has accepted.

Re: Review Request 21908: Fix for CLOUDSTACK-6464

2014-06-03 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21908/#review44634 --- Actually, this would be fixed by changing the upgraded db to have

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Marcus
Good catch. This patch works around the main problem that the mgmt server is passing broadcastUri in one way (e.g. vlan://100 in his example) for one Command and broadcastUri in another way (just '100') for a different Command. It doesn't affect fresh 4.3 installs because the way new values are

Re: Review Request 21908: Fix for CLOUDSTACK-6464

2014-06-03 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21908/#review44635 --- I would vote to reject this patch, by the way, on the terms that it

Re: VPC's VR missing public NIC eth1

2014-06-03 Thread Marcus
Ok, thanks. It seems there are other cases where the Command being passed from the mgmt server has inconsistent broadcastUri as well, this should blanket fix them. In the meantime there's a growing group of 4.3 upgraders who are getting pitchforks out over at CLOUDSTACK-6464, so we may want to

RE: UI Development

2014-06-03 Thread Gabor Apati-Nagy
Hi Matt, There are ui controls in /ui/scripts/ui/widgets that generate the actual controls/page based on JSON definitions at /ui/scripts. AFAIK there is no complete UI documentation, but you can take a look here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+widget+samples To add

[DISCUSS] NetConf client Library for Brocade Network Plugin implemenatation...

2014-06-03 Thread Ritu Sabharwal
Hi, The Brocade Network plugin uses NetConf Java client library, NetConf4j https://github.com/dana-i2cat/netconf4j for its implementation. It is available under LGPL license. Is it ok to use this library with CloudStack or are there any other recommendations that have been used earlier for

Re: [Proposal] Integrating Apache Stratos with Apache CloudStack.

2014-06-03 Thread Nguyen Anh Tu
On Tue, Jun 3, 2014 at 11:15 PM, Alex Hitchins a...@alexhitchins.com wrote: Are any of your designs available to read? I'm interested in Stratos and how it could be integrated with CloudStack. I'd be interested to see what you are working to achieve. Alex, Unfortunately I'm not follow it

Re: [ACS44] Cherry pick CLOUDSTACK-6599

2014-06-03 Thread Nitin Mehta
Thanks Daan. Regarding test cases, I will check and get back. Just that we don¹t loose this it in mails I have created a bug for 4.4, for adding test cases if they don¹t already exist. -Nitin On 03/06/14 1:08 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: strong point, I added both commits.

[ACS44] Cherry pick 73330167228d14ea8494c9c1893627b6936626a7

2014-06-03 Thread Nitin Mehta
Hi Daan, Can you please cherry-pick the following commit ? commit 73330167228d14ea8494c9c1893627b6936626a7 CLOUDSTACK-6824: In case there is a failure to delete the soft link of a download url, dont bail out since there can be cases such as destroy ssvm where the soft links do not exist any

RE: VPC's VR missing public NIC eth1

2014-06-03 Thread Edison Su
I checked in a commit: 5e80e5d33d9a295b91cdba9377f52d9d963d802a, which will fix some of the mess of vlan id. -Original Message- From: Marcus [mailto:shadow...@gmail.com] Sent: Tuesday, June 03, 2014 9:57 AM To: Daan Hoogland Cc: dev Subject: Re: VPC's VR missing public NIC eth1

[ACS44] cherry pick 5e80e5d33d9a295b91cdba9377f52d9d963d802a

2014-06-03 Thread Edison Su
If Vpc public network with snat enabled, mgt server will send down vlan-id instead of vlan://vlan-id in ipassoccommand, which will cause issue on the hypervisor resource to program VR.

Marvin Question

2014-06-03 Thread Mike Tutkowski
Hi, I've been playing around with Marvin lately. I got it to build a CS cloud with one zone, one pod, one cluster, and two hosts in it just fine. I've been trying to run another script to create a Compute Offering, but get the following error (below). Perhaps I'm missing some piece of Marvin

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Daan Hoogland
H Marcus, saw your comment on the patch. I refused it as well and commented 'use BroadcastDomainType to do this' . I think Nux can use the dB update as well. On 3 Jun 2014 18:46, Marcus shadow...@gmail.com wrote: Good catch. This patch works around the main problem that the mgmt server is

[GSOC2014] Progress Update - week two

2014-06-03 Thread Darren Brogan
Hi Guys, Just a quick update on progress for last week. *[ec2stack]* Since the last progress email I've completed support of tag actions. There is now support for listing / creating / deleting Cloudstack tags through ec2stack. I wrote the required tests and updated the documentation

Re: Review Request 21908: Fix for CLOUDSTACK-6464

2014-06-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21908/#review44664 --- Commit 15385948dcdf4c69136e99bf3c602f95fd018f39 in cloudstack's

Re: Review Request 21908: Fix for CLOUDSTACK-6464

2014-06-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21908/#review44665 --- Commit dfb59cd6cc0292a88cb619e53f34cdb713879ffd in cloudstack's

[ACS44]cherry-pick: dfb59cd6cc0292a88cb619e53f34cdb713879ffd

2014-06-03 Thread Edison Su
CLOUDSTACK-6464: The root cause is that, in 3.0.x, if guest network is vlan://untagged, then kvm agent will use whatever value in private.network.device, while in 4.x, kvm agent will use guest.network.device. So if both value are not the same in the agent.properties, then kvm agent will use

Re: [GSOC2014] Progress Update - week two

2014-06-03 Thread Sebastien Goasguen
Great job Darren, and thanks for the update. See inline -Sebastien On 3 Jun 2014, at 22:25, Darren Brogan brogan...@darrenbrogan.ie wrote: Hi Guys, Just a quick update on progress for last week. *[ec2stack]* Since the last progress email I've completed support of tag actions. There

RE: [ACS44]cherry-pick: dfb59cd6cc0292a88cb619e53f34cdb713879ffd

2014-06-03 Thread Edison Su
Need to cherry pick it into 4.3.1 also. -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Tuesday, June 03, 2014 1:37 PM To: dev@cloudstack.apache.org Subject: [ACS44]cherry-pick: dfb59cd6cc0292a88cb619e53f34cdb713879ffd CLOUDSTACK-6464: The root cause is

Re: UI Development

2014-06-03 Thread Matt Spurlin
Adding a column was just an example I was trying to figure out as it seemed like it should be straight forward if I can find where the columns are referenced. Ideally I would like to add an option for intermediate certificates when adding an SSL Cert under infrastructure. It appears I just need to

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Marcus
Edison applied it for some reason, I guess it won't hurt anything. On Tue, Jun 3, 2014 at 2:10 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: H Marcus, saw your comment on the patch. I refused it as well and commented 'use BroadcastDomainType to do this' . I think Nux can use the dB update

Re: VPC's VR missing public NIC eth1

2014-06-03 Thread Marcus
Hmm.. ok. I guess we can apply the bandaid patch as well On Tue, Jun 3, 2014 at 12:16 PM, Edison Su edison...@citrix.com wrote: I checked in a commit: 5e80e5d33d9a295b91cdba9377f52d9d963d802a, which will fix some of the mess of vlan id. -Original Message- From: Marcus

Re: [ACS44]cherry-pick: dfb59cd6cc0292a88cb619e53f34cdb713879ffd

2014-06-03 Thread Marcus
I don't think that's the root cause, but it shouldn't hurt. The root cause seems to be that we're telling the agent that the broadcastUri for the vlan is 'vlan://100' (as reported by Anders), but the IpAssocCmd passes broadcast URI as just '100'. This is a bit messy to workaround the mgmt server

Re: [ACS44]cherry-pick: dfb59cd6cc0292a88cb619e53f34cdb713879ffd

2014-06-03 Thread Marcus
Your commit 5e80e5d33d9a295b91cdba9377f52d9d963d802a actually does the fix mgmt server side and makes this patch irrelevant, as we are now passing a proper vlan:// in this command. However, Daan's fix will make the data in the db consistent for upgraders and fresh installers, which will fix this

Re: [GSOC2014] Progress Update - week two

2014-06-03 Thread Darren Brogan
Dif you upload a new version to pypi ? Not yet, this will be done very shortly though. I dont recall if we had the same version number or not. Probably good to increment it so we can upggrade via pip Yup, the versions numbers are different, upgrade should work fine. 0.0.1 = initial gcloud

Re: Spectacular networking fail with KVM Adv zone - can someone address this bug?

2014-06-03 Thread Nux!
On 03.06.2014 22:23, Marcus wrote: Edison applied it for some reason, I guess it won't hurt anything. That's fantastisch, thanks guys. Wonder how this was not caught sooner. Anyway, good job! Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: [DISCUSS] NetConf client Library for Brocade Network Plugin implemenatation...

2014-06-03 Thread David Nalley
On Tue, Jun 3, 2014 at 1:48 PM, Ritu Sabharwal rsabh...@brocade.com wrote: Hi, The Brocade Network plugin uses NetConf Java client library, NetConf4j https://github.com/dana-i2cat/netconf4j for its implementation. It is available under LGPL license. Is it ok to use this library with

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-03 Thread Hieu LE
Hi Mike, You are right, performance will be decreased over time because writes IOPS will always end up on slower storage pool. In our case, we are using CloudStack integrated in VDI solution to provived pooled VM type[1]. So may be my approach can bring better UX for user with lower bootime ...

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-03 Thread Mike Tutkowski
Hi, Yes, please feel free to add a new Wiki page for your design. Here is a link to applicable design info: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design Also, feel free to ask more questions and have me review your design. Thanks! Mike On Tue, Jun 3, 2014 at 7:29 PM, Hieu

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-03 Thread Hieu LE
Hi Mike, Could you please give edit/create permission on ASF Jira/Wiki confluence ? I can not add a new Wiki page. My Jira ID: hieulq Wiki: hieulq89 Review Board: hieulq Thanks ! On Wed, Jun 4, 2014 at 9:17 AM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi, Yes, please feel free

Re: Review Request 22193: Fixed ResourceLeak on pstmtCidr in the function Upgrade430to440.moveCidrsToTheirOwnTable as reported by coverity

2014-06-03 Thread Rajani Karuturi
On June 3, 2014, 11:07 a.m., Santhosh Edukulla wrote: Ship It! Hi Hugo, Can you commit the latest patch as well which fixes the issue reported by Santhosh. - Rajani --- This is an automatically generated e-mail. To reply, visit: