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: 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

[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: [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

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: 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: 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: 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: 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

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: [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

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: 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: 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 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: 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: 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

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: [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

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: 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: 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 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: [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: 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

<    1   2