Re: Automated Tests: Account Cleanup in test modules

2013-07-23 Thread Prasanna Santhanam
On Tue, Jul 23, 2013 at 11:20:22PM -0700, Sheng Yang wrote: > About the patch I committed, in fact it's not moving. It's fixing. Because: > 1. The logical reason is, currently in many cases(which I committed the > patches) the account is already create per test case rather than per > module. And if

Re: [ACS4.1.1][BLOCKER] Unable to launch VNC Console to VSphere VMs

2013-07-23 Thread Wei ZHOU
Ilya, Did you upgrade agent and systemvm.iso on host ? 2013/7/24 Musayev, Ilya > Kelven > > We are unable release ACS 4.1.1 as we have issues with CLOUDSTACK-3433. > > After several hours of testing, even after I redeploy CPVM, I still see > more errors in the logs (see below) and basic CPVM

Re: Review Request 12852: CLOUDSTACK-2508: Template usage should report both physical and virtual sizes

2013-07-23 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12852/ --- (Updated July 24, 2013, 6:30 a.m.) Review request for cloudstack and Kishan Kav

Re: Automated Tests: Account Cleanup in test modules

2013-07-23 Thread Sheng Yang
About the patch I committed, in fact it's not moving. It's fixing. Because: 1. The logical reason is, currently in many cases(which I committed the patches) the account is already create per test case rather than per module. And if account is created in setUp() rather than setUpClass(), the clean u

Re: Review Request 12893: CLOUDSTACK-3696: Test case test_project_limits.TestResourceLimitsProject.test_06_volumes_per_project failed due to volume usage exceeded for project.

2013-07-23 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12893/#review23738 --- When I run it locally I see this: ERROR: Test Volumes limit per proj

Re: [Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread Murali Reddy
On 23/07/13 11:15 PM, "Nguyen Anh Tu" wrote: >@David: it just only add a feature for guest network mode. If a VPC has >too >much tiers, maybe one VPC router is not enough. If scale is a concern with VPC router, perhaps that could be addressed. I believe users can today deploy a routing appliance

RE: [ACS4.1.1][BLOCKER] Unable to launch VNC Console to VSphere VMs

2013-07-23 Thread Animesh Chaturvedi
Kelven most likely in on a flight to US and may not see this > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Tuesday, July 23, 2013 7:36 PM > To: Kelven Yang; dev@cloudstack.apache.org > Subject: RE: [ACS4.1.1][BLOCKER] Unable to launch VNC Console to VSphere

Automated Tests: Account Cleanup in test modules

2013-07-23 Thread Prasanna Santhanam
In the test modules when you debug you will notice that accounts are created once per module in setUpClass() all resources created within it and tearDownClass() destroys the account initiating cleanup. All the resources are appended to a cleanup [] list and deleted in appropriate order at the end o

RE: Inclusion of commons-httpclient-contrib jar

2013-07-23 Thread Alex Huang
Amogh, I added the following to the pom.xml for cisco and it seems to compile with a few extra exceptions try-catch added. Can you check on if you can use this? ca.juliusdavies not-yet-commons-ssl 0.3.11 --Alx > -Original Message- > From: Alex Huang [mailto:alex.hu...@ci

Re: Review Request 12893: CLOUDSTACK-3696: Test case test_project_limits.TestResourceLimitsProject.test_06_volumes_per_project failed due to volume usage exceeded for project.

2013-07-23 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12893/#review23737 --- Review 12893 PASSED the build test The url of build cloudstack-maste

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread bharat kumar
> On July 23, 2013, 8:51 p.m., Sheng Yang wrote: > > patches/systemvm/debian/config/root/dnsmasq.sh, line 100 > > > > > > dhcp-option=tag.* is not in the log > > bharat kumar wrote: > the dhcp-option=tag* will be

RE: Inclusion of commons-httpclient-contrib jar

2013-07-23 Thread Alex Huang
Isn't this in commons-httpclient 3.1? http://grepcode.com/file/repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java --Alex > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread Sheng Yang
> On July 23, 2013, 8:51 p.m., Sheng Yang wrote: > > patches/systemvm/debian/config/root/dnsmasq.sh, line 100 > > > > > > dhcp-option=tag.* is not in the log > > bharat kumar wrote: > the dhcp-option=tag* will be

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread bharat kumar
> On July 23, 2013, 8:51 p.m., Sheng Yang wrote: > > patches/systemvm/debian/config/root/dnsmasq.sh, line 100 > > > > > > dhcp-option=tag.* is not in the log the dhcp-option=tag* will be there in the new config. I am

Re: [GSOC]cannot add host with the lastest master

2013-07-23 Thread Chiradeep Vittal
Not sure what the vintage of the systemvm has to do with it. They do not contain the agent (Java jar files) until the systemvm is created and started. When first started, the jar files are copied into the system vm. On 7/24/13 3:41 AM, "Donal Lafferty" wrote: >Hi Meng, > >You may also be having

Review Request 12893: CLOUDSTACK-3696: Test case test_project_limits.TestResourceLimitsProject.test_06_volumes_per_project failed due to volume usage exceeded for project.

2013-07-23 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12893/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-3696 R

Re: DNS Network Domain

2013-07-23 Thread Chiradeep Vittal
Not sure. I don't think it will break anything to remove this check. On 7/24/13 3:04 AM, "Soheil Eizadi" wrote: >Created Jira bug against this, was going to submit a UI patch: >https://issues.apache.org/jira/browse/CLOUDSTACK-3754 > >-Soheil > >From: Sohei

Re: Inclusion of commons-httpclient-contrib jar

2013-07-23 Thread Chiradeep Vittal
+1 @Frank, it is not a re-implementation, but a copy. On 7/24/13 2:14 AM, "Amogh Vasekar" wrote: >In the absence of an officially published jar on maven for contrib-ssl, >the current idea is to put this package in cloud-utils (it is a dependency >for both cisco-vnmc and ucs) for easier maintenan

Re: Review Request 11942: ProcessUtil cleanup

2013-07-23 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11942/ --- (Updated July 24, 2013, 4:42 a.m.) Review request for cloudstack, Frank Zhang a

Re: New Components on JIRA

2013-07-23 Thread Prasanna Santhanam
On Tue, Jul 23, 2013 at 05:23:03PM +, Ram Ganesh wrote: > > -Original Message- > > From: Prasanna Santhanam [mailto:t...@apache.org] > > Sent: 23 July 2013 22:36 > > To: CloudStack Dev > > Subject: New Components on JIRA > > > > The following new components have been added to JIRA to n

Re: building deb package problem

2013-07-23 Thread Firuz Fira
Hi Guys, have you figured out what the issue was? I have exactly same problem.

RE: [ACS4.1.1][BLOCKER] Unable to launch VNC Console to VSphere VMs

2013-07-23 Thread Musayev, Ilya
Kelven We are unable release ACS 4.1.1 as we have issues with CLOUDSTACK-3433. After several hours of testing, even after I redeploy CPVM, I still see more errors in the logs (see below) and basic CPVM functionality is broken. I'm not certain what we fix with CLOUDSTACK-3433, but currently hav

[DESIGN] Why are these being logged at this level?

2013-07-23 Thread Alex Huang
Been looking at our logs and I have to wonder why these are being logged at the level they are logged at. WARN [xen.resource.XenServer56FP1Resource] (DirectAgent-4:) Host xs-alex does not support dynamic scaling - This is logged on every VM start. Why is it a warning. Did the admin say they

Re: Review Request 12886: Fix test case issue test_vm_life_cycle.py:test_09_expunge_vm : CLOUDSTACK-2899

2013-07-23 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12886/#review23726 --- Review 12886 PASSED the build test The url of build cloudstack-maste

Review Request 12886: Fix test case issue test_vm_life_cycle.py:test_09_expunge_vm : CLOUDSTACK-2899

2013-07-23 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12886/ --- Review request for cloudstack, Alena Prokharchyk and Prasanna Santhanam. Bugs:

RE: [GSOC]cannot add host with the lastest master

2013-07-23 Thread Donal Lafferty
Hi Meng, You may also be having problems with your system VM. Let me explain: The issue you see is caused by a change in JSON serialisation that happened in 4.2. Previously, we recorded an object's type using it's class' simple name. Now, we are using the full class name, which include the

Review Request 12883: DNS value in Zone is not getting set in the Network created for the Zone

2013-07-23 Thread Soheil Eizadi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12883/ --- Review request for cloudstack. Bugs: https://issues.apache.org/jira/browse/CLOU

RE: DNS Network Domain

2013-07-23 Thread Soheil Eizadi
Created Jira bug against this, was going to submit a UI patch: https://issues.apache.org/jira/browse/CLOUDSTACK-3754 -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Tuesday, July 02, 2013 6:36 PM To: dev@cloudstack.apache.org Subject: DNS Network D

Re: Review Request 12865: CLOUDSTACK-3693 - Fix more account objects

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12865/#review23719 --- Commit 1898fa5046b6b73c85d9d0ed9490156d2278ece8 in branch refs/heads

Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread Sheng Yang
> On July 23, 2013, 8:55 p.m., Sheng Yang wrote: > > Ship It! Pushed to 4.2 and master. - Sheng --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/#review23715

Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/#review23720 --- Commit c6ea21866e008c467afdcc8b5d505c1c7978e164 in branch refs/heads

Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/#review23718 --- Commit cfffe63afb60be77d43448ddcad18baf5f76d781 in branch refs/heads

Re: Review Request 12865: CLOUDSTACK-3693 - Fix more account objects

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12865/#review23717 --- Commit 7551d8b1a96426a85c35f6b377cd3024feff96c5 in branch refs/heads

Re: Review Request 12865: CLOUDSTACK-3693 - Fix more account objects

2013-07-23 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12865/#review23716 --- Ship it! Ship It! - Sheng Yang On July 23, 2013, 4:58 p.m., Sowm

Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/#review23715 --- Ship it! Ship It! - Sheng Yang On July 23, 2013, 4:01 p.m., Sowm

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12810/#review23713 --- patches/systemvm/debian/config/root/dnsmasq.sh

Re: Inclusion of commons-httpclient-contrib jar

2013-07-23 Thread Amogh Vasekar
In the absence of an officially published jar on maven for contrib-ssl, the current idea is to put this package in cloud-utils (it is a dependency for both cisco-vnmc and ucs) for easier maintenance. Please let me know if this sounds good. Thanks, Amogh On 7/22/13 5:26 PM, "Frank Zhang" wrote:

Re: Review Request 12877: Support HTTP to HTTPS redirect for UCS

2013-07-23 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12877/#review23712 --- Review 12877 PASSED the build test The url of build cloudstack-maste

RE: Reformatting UI code

2013-07-23 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Tuesday, July 23, 2013 9:36 AM > To: dev@cloudstack.apache.org > Cc: Jessica Wang; Brian Federle; Pranav Saxena; Ian Duffy > (i...@ianduffy.ie) > Subject: Re: Reformatting UI code > > On Tue, Jul 23, 20

Re: [GSOC]cannot add host with the lastest master

2013-07-23 Thread Wido den Hollander
Hi Meng, On 07/23/2013 09:28 PM, Han,Meng wrote: Hi Wei, Thank you for your reply. On Wed, 24 Jul 2013 02:08:36 +0800, Wei ZHOU wrote: I suggest updating the agent on host as well I run yum install cloudstack-agent on the kvm host, it told me that it's already the latest version. I found

Re: Reformatting UI code

2013-07-23 Thread Mike Tutkowski
Yeah, I agree, as well, that ideally such a change would go into the younger branch (master, in this case) as opposed to being placed in a branch that is about to be frozen. On Tue, Jul 23, 2013 at 2:25 PM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > > > > -Original Message-

Review Request 12877: Support HTTP to HTTPS redirect for UCS

2013-07-23 Thread Amogh Vasekar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12877/ --- Review request for cloudstack and Frank Zhang. Bugs: https://issues.apache.org/

Re: [GSOC]cannot add host with the lastest master

2013-07-23 Thread Han,Meng
Hi Wei, Thank you for your reply. On Wed, 24 Jul 2013 02:08:36 +0800, Wei ZHOU wrote: I suggest updating the agent on host as well I run yum install cloudstack-agent on the kvm host, it told me that it's already the latest version. I found the post here:https://issues.apache.org/jira/brow

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-23 Thread Andrew Bayer
Once I get it a bit more refined, yeah - probably gonna talk about it a bit at the ACS meetup in Santa Clara next month too. A. On Tue, Jul 23, 2013 at 11:47 AM, Sebastien Goasguen wrote: > > On Jul 22, 2013, at 10:58 AM, Andrew Bayer wrote: > > > Woot, making progress - unsurprisingly, all of

Re: Using the ACS simulator for jclouds "live" tests - some questions. =)

2013-07-23 Thread Sebastien Goasguen
On Jul 22, 2013, at 10:58 AM, Andrew Bayer wrote: > Woot, making progress - unsurprisingly, all of the jclouds live tests that > expect to be able to create a VM and then SSH into it fail, but that's > entirely reasonable. =) I'm making progress through the other failing tests > - catching some

Ruby dev wanted

2013-07-23 Thread Sebastien Goasguen
Hi folks, I committed to do an interoperability workshop in Madrid, Spain in september: http://www.cloudplugfest.org/cloud-interoperability-week/detailed-program All "four sisters" of cloud are represented. The main goal is to show that we can talk to CloudStack with OCCI and even CIMI standard

Re: [DISCUSS] Upgrade path to ACS 4.2 from CCP

2013-07-23 Thread Alena Prokharchyk
Thank you, Chip. If nobody else objects, I'm planning to commit CCP-CS db upgrade code to the master/4.2 builds tomorrow. -Alena. From: Chip Childers mailto:chip.child...@sungard.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Da

RE: [DESIGN] Why is enum a class...

2013-07-23 Thread Frank Zhang
Speaking of method on enum, I used to think it's very handy feature but finally I failed on some scenarios and switched to own defined class. The problem is enum is singleton that you can't save stateful data in it. For example: public enum Type { private Object userData; privat

Re: [DISCUSS] Upgrade path to ACS 4.2 from CCP

2013-07-23 Thread Chip Childers
My only concern was testing. Looks like that's handled. Let's roll with it. On Tue, Jul 23, 2013 at 06:15:33PM +, Animesh Chaturvedi wrote: > Ilya, Chip > > Are your concerns addressed? If so I would like to proceed with adding this > upgrade path. > > Animesh > > > -Original Message

Re: New user - Introduction

2013-07-23 Thread Mathias Mullins
Welcome René! Glad to have you join. Matt On 7/19/13 4:19 AM, "René Diepstraten" wrote: >Hi everyone. > >Since I have joined the mailing list, I'd like to say hello and introduce >myself. >My name is Rene Diepstraten, am a system administrator and the company I >work for ( PCextreme ) uses Ap

RE: [DISCUSS] Upgrade path to ACS 4.2 from CCP

2013-07-23 Thread Animesh Chaturvedi
Ilya, Chip Are your concerns addressed? If so I would like to proceed with adding this upgrade path. Animesh > -Original Message- > From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] > Sent: Friday, July 19, 2013 3:54 PM > To: dev@cloudstack.apache.org > Subject: RE: [DISCU

Re: [rant] stupid test cases

2013-07-23 Thread Mathias Mullins
Prasanna, If we broke these tests down into smaller test specific test cases, could we automate them into one specific end-to-end test together? I.e. (And I'm over simplifying this for the sake of the e-mail) 1. Create Zone 2. Create Domain 3. Create Accounts 4. Create Users 5. Create Networks

Re: [GSOC]cannot add host with the lastest master

2013-07-23 Thread Wei ZHOU
I suggest updating the agent on host as well

RE: [DESIGN] Why is enum a class...

2013-07-23 Thread Frank Zhang
Emm, it's not intended as a pun, but now I learned this pun :) > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Tuesday, July 23, 2013 8:43 AM > To: dev@cloudstack.apache.org > Subject: Re: [DESIGN] Why is enum a class... > > The first thing I noti

Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/#review23706 --- Review 12864 PASSED the build test The url of build cloudstack-maste

Re: [Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread Nguyen Anh Tu
@David: it just only add a feature for guest network mode. If a VPC has too much tiers, maybe one VPC router is not enough. @Ahmad: this proposal use a route instead of a nat. Vms can talk via privateIP. Of course, VMs in two guest networks currently can reach each other via hairpinNAT. @Chip: For

[GSOC]cannot add host with the lastest master

2013-07-23 Thread Han,Meng
Hi all, When I deploy CloudStack using the latest master, I can start jetty but it gave me the following error: com.google.gson.JsonParseException: The JsonDeserializer com.cloud.agent.transport.ArrayTypeAdaptor@3bfd6f73 failed to deserialize json object [{"StartupRoutingCommand":{"cpus":2,

Localization pages on Jira

2013-07-23 Thread Milamber
Hello, I've add a new section "Localization L10N" in Development section. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Localization+%28L10N%29 Currently there have 2 pages: * Debug Web UI with another language than English

Re: [Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread Chip Childers
On Tue, Jul 23, 2013 at 01:26:08PM -0400, David Nalley wrote: > On Tue, Jul 23, 2013 at 1:21 PM, Nguyen Anh Tu wrote: > > Hi guys, > > > > I write a proposal about implementing routing method for guest networks > > using VLAN isolation. At the moment, they can reach each other due to > > interVLAN

Re: [Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread Ahmad Emneina
it looks like this is meant to enable routing between two different guest isolated networks. Also suggests the ability to allow natted traffic through another accounts network. I'd like to know more as to why someone would want this, I dont see how the natting would work since the CIDR for both net

Re: [rant] stupid test cases

2013-07-23 Thread Ahmad Emneina
In terms of integration tests, it could be broken up into smaller pieces, but as part of an overall 'networking functional' suite. Maybe we need to further divide the tests between functional tests and unit or integration tests. We really need to improve the testing around error handling and the li

Re: [Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread David Nalley
On Tue, Jul 23, 2013 at 1:21 PM, Nguyen Anh Tu wrote: > Hi guys, > > I write a proposal about implementing routing method for guest networks > using VLAN isolation. At the moment, they can reach each other due to > interVLAN routing in VPC model, but can not in Guest network model. So the > key po

RE: New Components on JIRA

2013-07-23 Thread Ram Ganesh
> -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: 23 July 2013 22:36 > To: CloudStack Dev > Subject: New Components on JIRA > > The following new components have been added to JIRA to narrow down > issues into the right buckets. > > (name, description) > ---

Re: New Components on JIRA

2013-07-23 Thread Ahmad Emneina
+1, good stuff Prasanna. I'm a fan of more concise components to be filing against. On Tue, Jul 23, 2013 at 10:04 AM, Prasanna Santhanam wrote: > The following new components have been added to JIRA to narrow down > issues into the right buckets. > > (name, description) > --- > * Infra - Infras

[Proposal] Routing between guest networks in VLAN isolation method.

2013-07-23 Thread Nguyen Anh Tu
Hi guys, I write a proposal about implementing routing method for guest networks using VLAN isolation. At the moment, they can reach each other due to interVLAN routing in VPC model, but can not in Guest network model. So the key point is make some static routes between them, including iptables ru

Review Request 12874: Fix reboot failures with wait time

2013-07-23 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12874/ --- Review request for cloudstack and Prasanna Santhanam. Repository: cloudstack-gi

New Components on JIRA

2013-07-23 Thread Prasanna Santhanam
The following new components have been added to JIRA to narrow down issues into the right buckets. (name, description) --- * Infra - Infrastructure managed by the project - CloudStack - (jenkins, builds, repos, mirrors) * SystemVM - SystemVM appliances, images, scripts, ssvm, cpvm * Virtual Rout

Review Request 12865: CLOUDSTACK-3693 - Fix more account objects

2013-07-23 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12865/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-3693 R

Re: Regression failures

2013-07-23 Thread Prasanna Santhanam
On Tue, Jul 23, 2013 at 11:56:02AM +0530, Prasanna Santhanam wrote: > Thanks Sowmya, I see more issues in the list now when the component is > Automation. Filtered this further down to : """ project = CloudStack AND (status = Open OR status = Reopened OR status = "Ready To Review") AND (summary

Re: [Discuss] Apply rules on Virtual Router

2013-07-23 Thread Wei ZHOU
+1 It is also much better if CS supports adding multiple rules in one request. 2013/7/23 Nguyen Anh Tu > Just still thinking about the incremental applying solution... > > +1 for writing rules to file. > > > 2013/7/23 Alex Huang > > > The file approach will definitely make it faster. > > > >

Re: Reformatting UI code

2013-07-23 Thread David Nalley
On Tue, Jul 23, 2013 at 12:36 PM, Chip Childers wrote: > On Tue, Jul 23, 2013 at 09:37:26AM -0600, Mike Tutkowski wrote: >> One other thought here is that we might want to wait until, say, the day >> after code freeze - if allowable - and then check in these kinds of changes >> (basically give the

Re: Reformatting UI code

2013-07-23 Thread Chip Childers
On Tue, Jul 23, 2013 at 09:37:26AM -0600, Mike Tutkowski wrote: > One other thought here is that we might want to wait until, say, the day > after code freeze - if allowable - and then check in these kinds of changes > (basically give them special permission to go in after code freeze). > > I thin

Re: [Discuss] Apply rules on Virtual Router

2013-07-23 Thread Nguyen Anh Tu
Just still thinking about the incremental applying solution... +1 for writing rules to file. 2013/7/23 Alex Huang > The file approach will definitely make it faster. > > Just thinking out loud, If we can write all of the rules on a file, why > not do an iptables-save, perform a diff and apply

Re: [DISCUSS] API changes / compatibility between 4.1 and 4.2

2013-07-23 Thread Wido den Hollander
Op 23 jul. 2013 om 18:16 heeft "Marcus Sorensen" het volgende geschreven: > I think maybe there's a typo there, you mean to say a 4.1 agent can't > communicate to a 4.2 mgmt server, and vice versa? > Correct, that was a typo. I mean 4.1 and 4.2 > The systemvm problem, do you mean that th

Re: [rant] stupid test cases

2013-07-23 Thread Prasanna Santhanam
here's another one: def test_07_delete_network_with_rules(self): """ Test delete network that has PF/staticNat/LB rules/Network Acl # Validate the following # 1. Create a VPC with cidr - 10.1.1.1/16 # 2. Add network1(10.1.1.1/24) and network2(10.1.2.1/24) to this V

Re: [DISCUSS] API changes / compatibility between 4.1 and 4.2

2013-07-23 Thread Marcus Sorensen
I think maybe there's a typo there, you mean to say a 4.1 agent can't communicate to a 4.2 mgmt server, and vice versa? The systemvm problem, do you mean that the system vms need to be upgraded, or are you talking about a specific bug? On Tue, Jul 23, 2013 at 10:00 AM, Wido den Hollander wrote:

Re: Review Request 12858: CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering.

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12858/#review23704 --- Commit 5c45645932f7537aa93f4d060e114a40dc7cbcb6 in branch refs/heads

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread Sheng Yang
> On July 22, 2013, 10:23 p.m., Sheng Yang wrote: > > patches/systemvm/debian/config/root/dnsmasq.sh, line 54 > > > > > > You don't need so complicate way to find dns is enabled or not. Just > > check /var/cache/cloud/

Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12864/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-3697 R

[DISCUSS] API changes / compatibility between 4.1 and 4.2

2013-07-23 Thread Wido den Hollander
Hi, Yesterday I encountered this bug: https://issues.apache.org/jira/browse/CLOUDSTACK-3714 A short summary: A 4.2 agent can't communicate with a 4.2 management server and vise versa. What this means is that during an upgrade you can't upgrade the Agents one by one, since a upgraded Agent

Re: [DESIGN] Why is enum a class...

2013-07-23 Thread Mike Tutkowski
The first thing I noticed about Frank's comment is that he started it with "Frankly speaking." (Frank/Frankly) Probably not intended as a pun, but funny nonetheless. :) On Mon, Jul 22, 2013 at 6:45 PM, Frank Zhang wrote: > Frankly speaking, if we are going to change enum, I would suggest not >

Re: Reformatting UI code

2013-07-23 Thread Mike Tutkowski
One other thought here is that we might want to wait until, say, the day after code freeze - if allowable - and then check in these kinds of changes (basically give them special permission to go in after code freeze). I think they're valuable since they do make the code much more readable, but it

Re: Review Request 12856: [GSoC] Add midterm review

2013-07-23 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12856/#review23702 --- Ship it! applied to master 06484061f39f27dd3249572016e8a9adbf95851a

Re: Review Request 12859: fixed account objects CLOUDSTACK-3726

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12859/#review23698 --- Commit 1cd435e25a36e8737d37edce1bb5da70d9b670c9 in branch refs/heads

Re: Review Request 12858: CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering.

2013-07-23 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12858/#review23701 --- Ship it! Ship It! - Prasanna Santhanam On July 23, 2013, 2:53 p.

Re: Review Request 12858: CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering.

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12858/#review23699 --- Commit a06b3f40eba6ebc3af5d7c366ec757703a085f67 in branch refs/heads

Re: Review Request 12859: fixed account objects CLOUDSTACK-3726

2013-07-23 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12859/#review23700 --- Ship it! Ship It! - Prasanna Santhanam On July 23, 2013, 3:11 p.

Re: Review Request 12859: fixed account objects CLOUDSTACK-3726

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12859/#review23697 --- Commit d2ce17ea73248ed92cda58df85d27c771dbfdfb3 in branch refs/heads

Review Request 12859: fixed account objects CLOUDSTACK-3726

2013-07-23 Thread Sowmya Krishnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12859/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-3726 R

Fwd: [GSOC] Update to document

2013-07-23 Thread Sebastien Goasguen
Hi Guys (Ian, Dharmesh, Shiva, Meng, Nguyen), Google needs to get our evaluation of your progress so far to decide if you keep on going or not. I sent the email below on July 5th. You now have only few days left to get it done ( I need it before Friday). I am looking for 3/4 pages describing w

Re: Review Request 12854: CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server.

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12854/#review23696 --- Commit a7084b2dac594a5851e32be692863fb9f7b23d9d in branch refs/heads

Re: Review Request 12854: CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server.

2013-07-23 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12854/#review23695 --- Ship it! Ship It! - Prasanna Santhanam On July 23, 2013, 12:54 p

Re: Review Request 12854: CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server.

2013-07-23 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12854/#review23694 --- Commit e2e3b9a2884d4f1029aa5e0bb5137160fd794b24 in branch refs/heads

Review Request 12858: CLOUDSTACK-3724: Test case "test_vpc_vms_deployment.py" failed to find network offering.

2013-07-23 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12858/ --- Review request for cloudstack and Prasanna Santhanam. Bugs: CLOUDSTACK-3724 R

Re: Reformatting UI code

2013-07-23 Thread Sebastien Goasguen
On Jul 22, 2013, at 6:54 PM, Jessica Wang wrote: > Sebastien, > > Brian and I are fix 4.2 bugs. > Any fix for 4.2 bugs should go to both 4.2 branch and master branch. > That's why Brian and I still need to merge our check-in between master branch > and 4.2 branch. Ok got it . Ian next time y

Re: Review Request 12854: CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server.

2013-07-23 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12854/#review23691 --- Review 12854 PASSED the build test The url of build cloudstack-maste

Re: [DESIGN] Why is enum a class...

2013-07-23 Thread John Burwell
All, +1 to Alex's design suggestion. Another little know feature of enumerations is the ability to define abstract methods. Therefore, Alex's example can be expanded as follows: public enum Type { User(false) { @Override public void doWork() {

RE: [Discuss] Apply rules on Virtual Router

2013-07-23 Thread Alex Huang
The file approach will definitely make it faster. Just thinking out loud, If we can write all of the rules on a file, why not do an iptables-save, perform a diff and apply the difference? --Alex > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sen

Review Request 12856: [GSoC] Add midterm review

2013-07-23 Thread Ian Duffy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12856/ --- Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen. Repos

Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-23 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12810/ --- (Updated July 23, 2013, 1:07 p.m.) Review request for cloudstack, Alena Prokhar

  1   2   >