Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 Thread Santhosh Edukulla
Hi Cao, Inside "_sort_request" function mentioned at the wiki, change the below line self.params.append(key + '=' + urllib.quote_plus(args[key])) to self.params.append( key + '=' + str.lower(urllib.quote_plus(args[key])). *replace(**"+", "%20") *) The time stamp parameter "2015-08-28 16:20:00

Re: marvin

2015-08-14 Thread Santhosh Edukulla
1, If you have run cloudstack build with required profile, post that go to tools/marvin directory and run "python setup.py install", this should install marvin on your machine. 2, If we want to create tar.gz file and copy it on to another machine, just run python setup.py sdist, under tools/marvi

Re: Error code 401 listdomains failed - Test of host allocator failing

2015-07-15 Thread Santhosh Edukulla
Amy, The error message denotes that API signature generated by the client seems to be wrong or not what cloudstack is expecting. Follow the below link, so, basically check out the latest code from the branch you are running this with, seems you are using 4.5.2. Once you are done getting simulato

Re: marvin installation error on cloudstack 4.3; Unable to load plugin marvinPlugin = marvin.marvinPlugin:MarvinPlugin: 'module' object has no attribute 'case'

2015-07-06 Thread Santhosh Edukulla
Hi Urvi, Just go to ../tools/marvin directory under CS and run *"python setup.py install".* Regards, Santhosh On Tue, Jul 7, 2015 at 4:10 PM, Daan Hoogland wrote: > Can you try unistalling or using --upgrade in the pip command? > If that doesn't work can you try a 4.6/master version of marvin?

Re: Coverity Scan : cloudstack project

2015-05-11 Thread Santhosh Edukulla
gt; While you guys fix it, can you also post the link to wiki or documentation > on it ? > > > On 08-May-2015, at 1:45 pm, Santhosh Edukulla < > santhosh.eduku...@gmail.com> wrote: > > > > Hi Dakshesh, > > > > It seems no change in analysis. Is it like it h

Re: Coverity Scan : cloudstack project

2015-05-08 Thread Santhosh Edukulla
er: @coverityScan > *Coverity* by Synopsys > > From: Santhosh Edukulla > Date: Sunday, May 3, 2015 at 11:39 PM > To: "dev@cloudstack.apache.org" > Cc: scan-admin > Subject: Coverity Scan : cloudstack project > > Team, > > > It seems Coverity Scan se

Coverity Scan : cloudstack project

2015-05-03 Thread Santhosh Edukulla
Team, It seems Coverity Scan service has stopped analysis, since March 16, 2015. Please check. Regards, Santhosh

Re: 4.5 clustered mgmt server

2015-05-03 Thread Santhosh Edukulla
Marcus, If the issue is not yet fixed, let me know i will try fix it. Regards, Santhosh On Wed, Apr 15, 2015 at 4:51 PM, Marcus wrote: > Is anyone running 4.5 mgmt server in cluster setup? I've run into an > issue where the channel between the two servers is null, and I think > I've tracked it

Re: Cloudstack Simulator: unable to simulate infrastructure from basic.cfg

2014-12-19 Thread Santhosh Edukulla
Ramzi, Use the below link to get the simulator up and running tests thereafter. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes%2C+using+Simulator Regards, Santhosh On Fri, Dec 19, 2014 at 11:00 PM, Ramzi Youssefi wrote: > Hello everyone, > >

Re: Review Request 27611: CLOUDSTACK-6282 - Added automated tests for filter feature

2014-11-25 Thread Santhosh Edukulla
pache.org/r/27611/#comment105177> We dont need this i believe test/integration/component/test_escalations_vpncustomergateways.py <https://reviews.apache.org/r/27611/#comment105178> I believe the message sould be not matching by name - Santhosh

Re: Review Request 28437: CLOUDSTACK-6282 Added automated ACL tests

2014-11-25 Thread Santhosh Edukulla
est/integration/component/test_escalations_networks.py <https://reviews.apache.org/r/28437/#comment105159> Why two asserts for same element "network_created" - Santhosh Edukulla On Nov. 25, 2014, 10:24 a.m., anusha bilgi wrote: > > -

Re: Review Request 27862: CLOUDSTACK-7706: Triage and fix Coverity defects

2014-11-11 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27862/#review60774 --- Ship it! Ship It! - Santhosh Edukulla On Nov. 11, 2014, 11:03

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-10 Thread Santhosh Edukulla
people want they can add it later down the lane. > On 04-Nov-2014, at 8:43 pm, Santhosh Edukulla > wrote: > > Rohit, > > The recent fix can solve the issue, but instead if we can use apache2.conf > for these directives and remove them from http2.conf and ssl.conf, it makes >

RE: Strange if else under LibvirtStorageAdaptor.java[lines 1203-1206]

2014-11-10 Thread Santhosh Edukulla
...@widodh.nl] Sent: Monday, November 03, 2014 5:27 AM To: Santhosh Edukulla; dev@cloudstack.apache.org Cc: shadow...@gmail.com Subject: Re: Strange if else under LibvirtStorageAdaptor.java[lines 1203-1206] On 11/03/2014 10:05 AM, Santhosh Edukulla wrote: > Team, > > Either of the paths are

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-04 Thread Santhosh Edukulla
88acc9b) - user-ML > On 04-Nov-2014, at 2:52 pm, Santhosh Edukulla > wrote: > > There we mentioned to support only TLS1...etc through + logic I checked again, where and how is httpd.conf used? I think this file that is no longer used. I think very old systemvms were build using a

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-04 Thread Santhosh Edukulla
Rohit, As well, we may want to just revert the previous changes done to httpd.conf to keep the configuration of ciphers consistent across files. There we mentioned to support only TLS1...etc through + logic Here, we are excluding few protocols from all. Regards Santhosh __

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-04 Thread Santhosh Edukulla
...@shapeblue.com] Sent: Tuesday, November 04, 2014 2:42 AM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: Re: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b) > On 04-Nov-2014, at 1:02 pm, Santhosh Edukulla > wrote: > > 2. TLSv1.2 is the

RE: Patched 4.3.1 SystemVMs (was Re: git commit: updated refs/heads/master to 88acc9b)

2014-11-03 Thread Santhosh Edukulla
) Hi again, > On 04-Nov-2014, at 6:01 am, Santhosh Edukulla > wrote: > > Apart from SSLv3, we may want to disable TLS1.0, TLS1.1, as they have similar > vulnerabilities. If we don’t support TLS v1.0, it will break console proxy on IE etc. Further, what vulnerabilities do TLS v1.

RE: git commit: updated refs/heads/master to 88acc9b

2014-11-03 Thread Santhosh Edukulla
Rohit, Apart from SSLv3, we may want to disable TLS1.0, TLS1.1, as they have similar vulnerabilities. TLS1.2 is preferrred. Regards, Santhosh From: bhais...@apache.org [bhais...@apache.org] Sent: Monday, November 03, 2014 3:18 PM To: comm...@cloudstack.a

Strange if else under LibvirtStorageAdaptor.java[lines 1203-1206]

2014-11-03 Thread Santhosh Edukulla
Team, Either of the paths are doing the same thing for below if else, please check. This is observed under master. if (srcPool.getType() != StoragePoolType.RBD) { newDisk = destPool.createPhysicalDisk(name, Storage.ProvisioningType.THIN, disk.getVirtualSize());

SSL Usages in CloudStack

2014-10-16 Thread Santhosh Edukulla
Team, Can you please point out the areas where ssl is used in CloudStack? EX: Agent communications, ssvm, cpvm, template download etc? as well pointers to corresponding modules for these? Regards, Santhosh

RE: Shellshock

2014-10-02 Thread Santhosh Edukulla
We may use the below scanner to identify this vulnerability. One of our ex-colleague has written it, its a remote, network scanner and available as free download. http://blog.crowdstrike.com/crowdstrike-shellshock-scanner/ Seems configurable with custom paths. Please check the note at the en

RE: Question about Marvin

2014-09-15 Thread Santhosh Edukulla
We use code generator for building all relevant api(request\response) information under marvin/cloudstackAPI directory. Regards, Santhosh On Fri, Sep 12, 2014 at 9:38 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > I was wondering, do we leverage a code generator at all for

RE: test case tagging and travis output

2014-09-06 Thread Santhosh Edukulla
, 2014, at 10:34 AM, Santhosh Edukulla wrote: > One small note regarding return values, if we are running tests using nose, > then discovery, run and report is all handled by it, so in a way commands > output depends on the nose handling success, failure and error output from > te

RE: New Defects reported by Coverity Scan for cloudstack

2014-09-05 Thread Santhosh Edukulla
Two weeks before, it was 3.12 in terms of density, now it is up by 0.0.5 pts, We started at 3.95+, now density is almost reduced by one unit, so some good sign i would say. Santhosh From: Daan Hoogland [daan.hoogl...@gmail.com] Sent: Friday, September 05

RE: test case tagging and travis output

2014-09-04 Thread Santhosh Edukulla
One small note regarding return values, if we are running tests using nose, then discovery, run and report is all handled by it, so in a way commands output depends on the nose handling success, failure and error output from tests, its nothing to do much with marvin. Regards, Santhosh

RE: simulator run

2014-09-04 Thread Santhosh Edukulla
1. If we want to collect all tests applicable for simulator, use nose test command below (just add these switches to existing nosecmd --collect-only --with-xunit --xunit-file=/tmp/x.xml ) It will dump all the tests under directory mentioned with -w switch and required_hardware=false(signifying s

RE: [PROPOSAL]: MarvinCli

2014-08-28 Thread Santhosh Edukulla
: [PROPOSAL]: MarvinCli On 28-Aug-2014, at 11:59 am, Santhosh Edukulla wrote: > Hello Team, > > Good Day. Iam planning to add the below change, please let me know your > inputs. > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/MarvinCli Nice. In case you’re interested y

[PROPOSAL]: MarvinCli

2014-08-28 Thread Santhosh Edukulla
Hello Team, Good Day. Iam planning to add the below change, please let me know your inputs. https://cwiki.apache.org/confluence/display/CLOUDSTACK/MarvinCli Few members have inquired the usage of marvin from cli. There were few mails on ml, inquiring for few basic usage of marvin and its help

Re: Review Request 24936: RPM build failing with RHEL7

2014-08-25 Thread Santhosh Edukulla
/santhosh/softwares/cs_master/cloudstack/.git/rebase-apply/patch:99: trailing whitespace. port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" warning: 1 line adds whitespace errors. - Santhosh Edukulla On Aug. 22, 2014, 11:03 a.m., Damodar R

globodns few issues reported with coverity

2014-08-22 Thread Santhosh Edukulla
All, There were few issues reported under new code addition of globodns,apart from others. For globodns, daniel, you may want to look in to them. Please check. ** CID 1232329: Explicit null dereferenced (FORWARD_NULL) /engine/orchestration/src/org/apache/cloudstack/engine/orchestration/Network

Re: Review Request 24600: Test script to verify if there is an error in editing network without network domain specified

2014-08-21 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24600/#review51197 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 12, 2014, 11:47

Re: Review Request 24936: RPM build failing with RHEL7

2014-08-21 Thread Santhosh Edukulla
936/#comment89221> A small typo. Change "_pyhto.." to "_pyth.." - Santhosh Edukulla On Aug. 21, 2014, 4:15 p.m., Damodar Reddy Talakanti wrote: > > --- > This is an automatically generat

RE: Integration Tests on TravisCI

2014-08-21 Thread Santhosh Edukulla
From: Ian Duffy [i...@ianduffy.ie] Sent: Thursday, August 21, 2014 8:02 AM To: CloudStack Dev Subject: Re: Integration Tests on TravisCI Santosh, What command/flags did you use for the above test output? On 14 August 2014 17:22, Santhosh Edukulla wrote: > Ian, > >

Re: Review Request 23928: Test script to verify CS-5986 fix for vpc networks

2014-08-21 Thread Santhosh Edukulla
tps://reviews.apache.org/r/23928/#comment89198> This check is not required - Santhosh Edukulla On July 25, 2014, noon, sanjeev n wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 24805: CLOUDSTACK-7363 test_vmware_drs.py should skip on non-VMWare hypervisors

2014-08-18 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24805/#review50892 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 18, 2014, 4:42

RE: Integration Tests on TravisCI

2014-08-14 Thread Santhosh Edukulla
: test_vpc_site2site_vpn | Status : SUCCESS === Thanks! Santhosh From: Santhosh Edukulla Sent: Thursday, August 14, 2014 11:23 AM To: dev@cloudstack.apache.org Subject: RE: Integration Tests on TravisCI Few test suites under smoke/misc folder say test_vm_ha

RE: Integration Tests on TravisCI

2014-08-14 Thread Santhosh Edukulla
Few test suites under smoke/misc folder say test_vm_ha,test_vm_sync, test_deploy_vm have a dependency to run only on simulator and sequentially with no entries available in CS, these are written using simulator mocks, so if you run along with other test suites they will fail. with -w switch, no

Re: Review Request 24696: Only attempt to shrink volume in test if CLVM is in use

2014-08-14 Thread Santhosh Edukulla
ance of this logic "if possible to shrink", start vm can still be possible with out previous if, so what check additionally we do if or if not for previous if? - Santhosh Edukulla On Aug. 14, 2014, 10:42 a.m., John Dilley wrote: > > --

Re: Review Request 24696: Only attempt to shrink volume in test if CLVM is in use

2014-08-14 Thread Santhosh Edukulla
org/r/24696/#comment88433> Test case pass\fail depends upon the previous if, then it will pass even with out going to the previous if? As well, the test case in itself is not clear as what we are trying to achieve? - Santhosh Edukulla On Aug. 14, 2014, 10:42 a.m., John Dilley

Re: Review Request 24695: CLOUDSTACK-7346: Skip iSCSI primary storage test for VMWare

2014-08-14 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24695/#review50569 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 14, 2014, 10:37

Re: Review Request 24550: CLOUDSTACK-7306 Don't run test_01_primary_storage_iscsi on KVM or HyperV

2014-08-13 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24550/#review50443 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 13, 2014, 10:44

Re: Review Request 24550: CLOUDSTACK-7306 Don't run test_01_primary_storage_iscsi on KVM or HyperV

2014-08-13 Thread Santhosh Edukulla
tps://reviews.apache.org/r/24550/#comment88215> This check is not required right? As well, i just pushed a similar change to master, post the ci failure. Please check. - Santhosh Edukulla On Aug. 13, 2014, 10:42 a.m., Alex Brett

Re: Review Request 24550: CLOUDSTACK-7306 Don't run test_01_primary_storage_iscsi on KVM or HyperV

2014-08-13 Thread Santhosh Edukulla
/integration/smoke/test_primary_storage.py:146 error: test/integration/smoke/test_primary_storage.py: patch does not apply - Santhosh Edukulla On Aug. 11, 2014, 2:28 p.m., Alex Brett wrote: > > --- > This is an automatically generated e

Re: Review Request 24544: CLOUDSTACK-7294: Passing listall =True for listUsers api admin call

2014-08-13 Thread Santhosh Edukulla
> On Aug. 13, 2014, 8:13 a.m., Santhosh Edukulla wrote: > > tools/marvin/marvin/cloudstackTestClient.py, line 348 > > <https://reviews.apache.org/r/24544/diff/1/?file=657577#file657577line348> > > > > Make listall as keyword argument, instead of alw

Re: Review Request 24544: CLOUDSTACK-7294: Passing listall =True for listUsers api admin call

2014-08-13 Thread Santhosh Edukulla
tps://reviews.apache.org/r/24544/#comment88210> Make listall as keyword argument, instead of always making it to set to true. - Santhosh Edukulla On Aug. 11, 2014, 10:20 a.m., Gaurav Aradhye wrote: > > --- > This is an automatically g

Re: Review Request 24547: CLOUDSTACK-7304: Fixed Exception not raised issue in portable IP test cases

2014-08-12 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24547/#review50311 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 11, 2014, 12:14

Re: Review Request 24589: Test script to verify fix for CS-5332

2014-08-12 Thread Santhosh Edukulla
tps://reviews.apache.org/r/24589/#comment87985> This is not required, may be going ahead we can remove this. - Santhosh Edukulla On Aug. 12, 2014, 5:42 a.m., sanjeev n wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 24589: Test script to verify fix for CS-5332

2014-08-12 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24589/#review50295 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 12, 2014, 5:42

Re: Review Request 23610: New script for verifying multiple shared networks with overlapped cidrs in different vlans

2014-08-11 Thread Santhosh Edukulla
che.org/r/23610/#comment87791> same here and at other places, it will reduce no of lines - Santhosh Edukulla On Aug. 11, 2014, 5:38 a.m., sanjeev n wrote: > > --- > This is an automatically generated e-mai

Re: Review Request 24502: CLOUDSTACK-7292: Fixed issue in test_deploy_vm_root_resize.py

2014-08-08 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24502/#review50029 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 8, 2014, 12:32

Re: Review Request 24378: CLOUDSTACK-7268: Ignore "already exists" error in createEgressFirewallRule

2014-08-07 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24378/#review49884 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 7, 2014, 7:41 a.m

Re: Review Request 24383: CLOUDSTACK-7271: Accept any hypervisor in error message for integration.smoke.test_deploy_vm_root_resize.TestDeployVM.test_00_deploy_vm_root_resize

2014-08-07 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24383/#review49878 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 6, 2014, 2:57 p.m

Re: Review Request 24378: CLOUDSTACK-7268: Ignore "already exists" error in createEgressFirewallRule

2014-08-07 Thread Santhosh Edukulla
r both left and right hand vlaue. - Santhosh Edukulla On Aug. 6, 2014, 2:58 p.m., John Dilley wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 24298: CLOUDSTACK-6873: Moved test cases that run only on simulator and those should be run serially to misc folder and also tagged them with required_hardware='simulator only'

2014-08-06 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24298/#review49871 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 7, 2014, 6:19 a.m

Re: Review Request 24298: CLOUDSTACK-6873: Moved test cases that run only on simulator and those should be run serially to misc folder and also tagged them with required_hardware='simulator only'

2014-08-06 Thread Santhosh Edukulla
.apache.org/r/24298/ > --- > > (Updated Aug. 6, 2014, 12:33 p.m.) > > > Review request for cloudstack and Santhosh Edukulla. > > > Bugs: CLOUDSTACK-6873 > https://issues.apache.org/jira/browse/CLOUDSTACK-

Re: Review Request 24232: Removing invalid and unused import from test_escalations_templates.py

2014-08-06 Thread Santhosh Edukulla
views.apache.org/r/24232/ > --- > > (Updated Aug. 5, 2014, 12:58 p.m.) > > > Review request for cloudstack and Santhosh Edukulla. > > > Repository: cloudstack-git > > > Description > --- > > Remov

Re: Review Request 24298: CLOUDSTACK-6873: Moved test cases that run only on simulator and those should be run serially to misc folder and also tagged them with required_hardware='simulator only'

2014-08-06 Thread Santhosh Edukulla
tps://reviews.apache.org/r/24298/#comment87033> why we need a new tag? - Santhosh Edukulla On Aug. 5, 2014, 3:13 p.m., Gaurav Aradhye wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 24302: CLOUDSTACK-7241: Fixed error in test_escalations_ipaddresses.py

2014-08-06 Thread Santhosh Edukulla
views.apache.org/r/24302/ > --- > > (Updated Aug. 5, 2014, 12:04 p.m.) > > > Review request for cloudstack and Santhosh Edukulla. > > > Bugs: CLOUDSTACK-7241 > https://issues.apache.org/jira/browse/CLOUDSTACK-7241

Re: Review Request 24305: CLOUDSTACK-7240: Fixed expunge VM issue in test_persistent_networks.py

2014-08-05 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24305/#review49589 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 5, 2014, 9:45 a.m

Re: Review Request 24305: CLOUDSTACK-7240: Fixed expunge VM issue in test_persistent_networks.py

2014-08-05 Thread Santhosh Edukulla
> On Aug. 5, 2014, 12:01 p.m., Santhosh Edukulla wrote: > > Ship It! Please change the branch to master, its still open for commits, pushed to master. 64b9ca0..c76302c master -> master - Santhosh --- This is an a

Re: Review Request 24301: CLOUDSTACK-7247: Fixed Marvin Issue: Hypervisor value was hardcoded to XenServer while deploying VM if not specified

2014-08-05 Thread Santhosh Edukulla
> On Aug. 5, 2014, 10:41 a.m., Santhosh Edukulla wrote: > > Ship It! dfa607f..2109418 master -> master - Santhosh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24301/

Re: Review Request 24301: CLOUDSTACK-7247: Fixed Marvin Issue: Hypervisor value was hardcoded to XenServer while deploying VM if not specified

2014-08-05 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24301/#review49582 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 5, 2014, 10:02

RE: implementing git workflow

2014-08-05 Thread Santhosh Edukulla
Post the proposal vote, we should have given some time buffer, or prior intimation of a day or two before this switch i believe. There were still people using master till today for their development purpose, holding on it at sudden may not be appropriate. Regards, Santhosh _

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-08-05 Thread Santhosh Edukulla
> On Aug. 5, 2014, 9:31 a.m., Santhosh Edukulla wrote: > > Ship It! Pushed to master Updated Branches: refs/heads/master 1bfb1f650 -> cc725e53e - Santhosh --- This is an automatically generated e-mail. To reply,

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-08-05 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24111/#review49578 --- Ship it! Ship It! - Santhosh Edukulla On July 31, 2014, 5:57

Re: Review Request 24238: Fix mvn marvin.sync profile

2014-08-04 Thread Santhosh Edukulla
its in plan. Any upload of marvin to external package download system will tie this dependency on pom.xml. - Santhosh Edukulla On Aug. 4, 2014, 4:08 p.m., Leo Simons wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 23924: Fixed some more Coverity issues in CitrixResourceBase.java

2014-08-04 Thread Santhosh Edukulla
> On Aug. 4, 2014, 11:59 a.m., Santhosh Edukulla wrote: > > Ship It! acffe5a..b73fe32 master -> master - Santhosh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23924/

Re: Review Request 23924: Fixed some more Coverity issues in CitrixResourceBase.java

2014-08-04 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23924/#review49451 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 4, 2014, 11:56

Re: Review Request 23924: Fixed some more Coverity issues in CitrixResourceBase.java

2014-08-04 Thread Santhosh Edukulla
/resource/CitrixResourceBase.java <https://reviews.apache.org/r/23924/#comment86527> Please check if static is required here. - Santhosh Edukulla On Aug. 4, 2014, 11:42 a.m., Damodar Reddy Talakanti wrote: > > ---

Re: Review Request 24154: CLOUDSTACK-7215: Make expunge=True as default parameter value while calling destroyVirtualMachine through base library

2014-08-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24154/#review49447 --- Ship it! Ship It! - Santhosh Edukulla On July 31, 2014, 2:58

Re: Review Request 24182: CLOUDSTACK-7223 Wait for System VM agent state to be connected before verication

2014-08-03 Thread Santhosh Edukulla
> On Aug. 4, 2014, 4:35 a.m., Santhosh Edukulla wrote: > > John, > > > > 1. Just mark the open issues as resolved. > > 2. As well, mention the branch information to which it need to be applied. > > > > Santhosh Hi John, Sorry, iam getting trailing whi

Re: Review Request 24182: CLOUDSTACK-7223 Wait for System VM agent state to be connected before verication

2014-08-03 Thread Santhosh Edukulla
well, mention the branch information to which it need to be applied. Santhosh - Santhosh Edukulla On Aug. 1, 2014, 7:13 p.m., John Dilley wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-08-03 Thread Santhosh Edukulla
> On Aug. 1, 2014, 5:57 a.m., Santhosh Edukulla wrote: > > plugins/network-elements/brocade-vcs/src/com/cloud/network/brocade/BrocadeVcsApi.java, > > line 547 > > <https://reviews.apache.org/r/24111/diff/2/?file=646948#file646948line547> > > > > It see

build on master is failing

2014-08-02 Thread Santhosh Edukulla
Build on latest master was found to be failing, related to unused imports logs below, removed them and pushed the change. It went fine thereafter. Please check. == [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-plugin-storage-volume-default

Re: Review Request 24185: CLOUDSTACK-7224: Fixed marvin code for async jobs

2014-08-01 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24185/#review49353 --- Ship it! Ship It! - Santhosh Edukulla On Aug. 1, 2014, 4:23 p.m

Re: Review Request 24182: CLOUDSTACK-7223 Wait for System VM agent state to be connected before verication

2014-08-01 Thread Santhosh Edukulla
ror and do a lower conversion string comparison. - Santhosh Edukulla On Aug. 1, 2014, 1:43 p.m., John Dilley wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

RE: bug in marvin?

2014-08-01 Thread Santhosh Edukulla
n Fri, Aug 1, 2014 at 2:17 PM, Daan Hoogland wrote: > On Fri, Aug 1, 2014 at 2:10 PM, Santhosh Edukulla > wrote: >> import requests >> print requests.__version__ >> print requests.__path__ > > > seems fine: > > \\ebi\daan:~/cloudstack-4.4/cloudstack (4.4)&

RE: bug in marvin?

2014-08-01 Thread Santhosh Edukulla
I just built cs master and ran python setup.py install under tools/marvin folder, i could see that requests version 2.3.0 is properly validated. =Logs== Using /usr/local/lib/python2.7/dist-packages/paramiko-1.14.0-py2.7.egg Searching for requests==2.3.0 Best match: request

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-07-31 Thread Santhosh Edukulla
/BrocadeVcsApi.java <https://reviews.apache.org/r/24111/#comment86298> It seems there is no corresponding catch here, did compilation worked? - Santhosh Edukulla On July 31, 2014, 5:57 p.m., Ritu Sabharwal wrote: > > ---

RE: How to speed up testing using BVT/smoke tests with Simulator

2014-07-31 Thread Santhosh Edukulla
1. yes, test cases currently run in parallel in ci environment, using parallel nose commands. 2. There were few hard codings for sleep, where we removed at some places, still there could be few\many out there. 3. 1 sec sleep and poll check is too heavy i believe, for async. So, worst a test c

Re: Review Request 23982: CLOUDSTACK-7192: Skip tests on Hyper-V which don't apply

2014-07-31 Thread Santhosh Edukulla
Another issue is does the test case does not hold for hyperv or test case code is not applicable? If test case code only, then a different addition for hyperv is required? - Santhosh Edukulla On July 28, 2014, 2:17 p.m., John

Wiki : Code Submission and Review Guidelines

2014-07-31 Thread Santhosh Edukulla
All, Iam not sure if it is already available, so i added a simple wiki with few notes for new submission and review process at the link below. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Code+Submission+and+Review+Guidelines In case, if there are any issues with the wiki, please feel

RE: Simulator on master is not building

2014-07-31 Thread Santhosh Edukulla
sor plugins. To build simulator code use refer to [1]. >> >> -Koushik >> >> [1] >> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+integ >> r >> ation >> >> -Original Message- >> From: Santhosh Edukulla [mailto:santhosh.eduku.

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-07-31 Thread Santhosh Edukulla
quired. - Santhosh Edukulla On July 30, 2014, 7:44 p.m., Ritu Sabharwal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
AS well, the way we build simulator for deploying its db is different , all packaging scripts needs to be changed and a potential testing involved . Santhosh From: Santhosh Edukulla Sent: Thursday, July 31, 2014 12:05 AM To: dev@cloudstack.apache.org

Re: Review Request 24111: Coverity findings for brocade-plugin

2014-07-30 Thread Santhosh Edukulla
, there is a better way suggested by Daan to auto close resources using try-with-resource to avoid any of these usages. - Santhosh Edukulla On July 30, 2014, 7:44 p.m., Ritu Sabharwal wrote: > > --- > This is an automatically gener

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
as well along with other hypervisor plugins. To build simulator code use refer to [1]. -Koushik [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+integration -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: Wednesday, 30 July 2014

RE: Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
I just logged a bug for the same. https://issues.apache.org/jira/browse/CLOUDSTACK-7204 Santhosh From: Santhosh Edukulla Sent: Wednesday, July 30, 2014 5:56 AM To: dev@cloudstack.apache.org Cc: Anthony Xu Subject: Simulator on master is not building I

Simulator on master is not building

2014-07-30 Thread Santhosh Edukulla
I believe for every check-in we decided to run sanity tests on simulator atleast, currently build for simulator is failing. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (defa

RE: Marvin Package?

2014-07-29 Thread Santhosh Edukulla
>>> On 28 jul. 2014, at 14:20, Rohit Yadav >>>>>>> >>>>>>wrote: >>>>>> Hi, >>>>>>>> I think since the Marvin package tightly depends on CloudStack, it's >>>>>>>>

RE: Marvin Package?

2014-07-27 Thread Santhosh Edukulla
I believe no, atleast the latest changes under master or 4.4-forward. Santhosh From: Ian Duffy [i...@ianduffy.ie] Sent: Sunday, July 27, 2014 4:47 PM To: CloudStack Dev; Santhosh Edukulla; Prasanna Santhanam Subject: Marvin Package? Hi, Do we have a

RE: Failed add KVM agent to CS with latest master

2014-07-25 Thread Santhosh Edukulla
I just pushed individual commits, so all should be in. Santhosh From: Santhosh Edukulla Sent: Thursday, July 24, 2014 5:05 AM To: dev@cloudstack.apache.org; Santhosh Edukulla Subject: RE: Failed add KVM agent to CS with latest master Agree. I decided to

RE: Failed add KVM agent to CS with latest master

2014-07-24 Thread Santhosh Edukulla
AM To: dev; Santhosh Edukulla Subject: Re: Failed add KVM agent to CS with latest master On Thu, Jul 24, 2014 at 12:12 AM, Amogh Vasekar wrote: > 4523490d44160b054de9e943f72db1d0ce06054a Another big coverity fix reverted Santhosh. Could you split this one as well. A shame if all that work

RE: Need edit rights for Wiki to improve Marvin - Testing with Python tutorial

2014-07-23 Thread Santhosh Edukulla
its not the nose version, its the Marvin plugin which has change. It was changed in 4.4-forward and master From: Luis Henrique Okama [ok...@corp.globo.com] Sent: Wednesday, July 23, 2014 1:25 PM To: dev@cloudstack.apache.org Cc: Santhosh Edukulla; Daan

Re: Review Request 23847: Check if config specifies zones before iterating

2014-07-23 Thread Santhosh Edukulla
> On July 23, 2014, 2:58 p.m., Santhosh Edukulla wrote: > > Ship It! Pushed the patch to master: 9f4f921..bb1c70b master -> master One small note though. Please add branch and bug information to review requests. - Santhosh

Re: Review Request 23847: Check if config specifies zones before iterating

2014-07-23 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23847/#review48509 --- Ship it! Ship It! - Santhosh Edukulla On July 23, 2014, 12:17

Re: Review Request 23847: Check if config specifies zones before iterating

2014-07-23 Thread Santhosh Edukulla
> On July 23, 2014, 12:05 p.m., Santhosh Edukulla wrote: > > tools/marvin/marvin/marvinInit.py, line 114 > > <https://reviews.apache.org/r/23847/diff/1/?file=640532#file640532line114> > > > > please use is not None, rather != > > Miguel Ferreira wrote:

Re: Review Request 23847: Check if config specifies zones before iterating

2014-07-23 Thread Santhosh Edukulla
g/r/23847/#comment85134> please use is not None, rather != - Santhosh Edukulla On July 23, 2014, 11:56 a.m., Miguel Ferreira wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 23735: Fix deployment of data center with marvin

2014-07-23 Thread Santhosh Edukulla
> On July 21, 2014, 1:56 p.m., Santhosh Edukulla wrote: > > tools/marvin/marvin/marvinLog.py, line 168 > > <https://reviews.apache.org/r/23735/diff/1/?file=636742#file636742line168> > > > > Make it more abstract and see if is not aware of cfg(log_cfg), i me

  1   2   3   4   5   6   >