RE: [USAGE] Still having hard times to have it starting

2014-11-03 Thread Ilia Shakitko
Hi Rajani, That's the config: http://clip2net.com/s/jcTHfq I'll try to play with debugger. But maybe that issue is related to that output? log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment). log4j:WARN Please initialize the log4j system properly

Re: Review Request 27321: CLOUDSTACK-7815: Automation test cases for system VM HA test path

2014-11-03 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27321/ --- (Updated Nov. 3, 2014, 8:51 a.m.) Review request for cloudstack, suresh sadhu a

Build failed in Jenkins: build-master #1782

2014-11-03 Thread jenkins
See Changes: [santhosh.edukulla] CLOUDSTACK-7828.Avoid marking IPs already in Allocated as Allocated again. Use row lock to ensure that prev state is either Allocating or Free. This will inturn avoid logging duplicate events --

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());

ldap with microsoft ad on 4.5

2014-11-03 Thread Rajani Karuturi
using Apache Directory Server works fine on 4.3 and 4.5. But, If I use Microsoft AD(on windows server 2012), it doesnt work on 4.5. It binds to the server properly. But, it doesnt list any users. I see "javax.naming.PartialResultException: Unprocessed Continuation Reference(s);" exception with no

Jenkins build is back to normal : build-master #1783

2014-11-03 Thread jenkins
See

Build failed in Jenkins: build-4.5 #74

2014-11-03 Thread jenkins
See -- [...truncated 1718 lines...] [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-usage --- [INFO] Compiling 19 source files to

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Nux!
Hi Rohit, Is it me or autocompletion is broken in this one? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: "dev" > Cc: us...@cloudstack.apache.org > Sent: Monday, 3 November, 2014 06:46:03 > Subject: [VOTE] Relea

[GitHub] cloudstack pull request: Feature cenik123 vpcvrr 1.1.1

2014-11-03 Thread KarlHarrisSungardAS
GitHub user KarlHarrisSungardAS opened a pull request: https://github.com/apache/cloudstack/pull/33 Feature cenik123 vpcvrr 1.1.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/KarlHarrisSungardAS/cloudstack FEATURE-CENIK123-VP

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-11-03 Thread Daan Hoogland
Id did do -s ours:) but if we don't merge -s ... -X ours it doesn't help. mobile dev with bilingual spelling checker used (read at your own risk) Op 3 nov. 2014 05:40 schreef "Rajani Karuturi" : > that means, we postponed the git problems to 4.6. :( > > It feels like as a community we are running

Openstack Paris

2014-11-03 Thread Daan Hoogland
Any one here? Like to meet up. Spoke to the midokuro guys, here. They say they don't do development on cloudstack integration due to lack of customers. mobile dev with bilingual spelling checker used (read at your own risk)

Re: [MERGE] virtual network appliance manager refactorring

2014-11-03 Thread Karl Harris
I have posted a reference pull request with the current work in progress using packer to build system virtual machines as well as generating vagrant boxes for testing. As mentioned in the pull request comment :This is "a work in progress" and posted fo

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

2014-11-03 Thread Wido den Hollander
On 11/03/2014 10:05 AM, Santhosh Edukulla wrote: > Team, > > Either of the paths are doing the same thing for below if else, please check. > This is observed under master. > I think that is a weird merge thing somewhere. I don't see any reason why this if statement is there. Wido > if (src

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
Hi Lucian, Can you start by removing ~/.cloudmonkey/cache or run sync again? Old caches (5.2.0 and before) don’t have cached keys that are used to autocomplete filter= arg on an API. If you can reproduce the issue, can you share where you are using this, Windows/Mac/Linux, error logs etc.? I’v

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Ian Duffy
Hi Rajani, in the LdapContextFactory.java class can you try setting the an extra environment variable. environment.put(*Context.REFERRAL*, "follow"); http://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html Let me know if this solves it for you. Ian. On 3 November 2014 09:32, Rajani

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Rajani Karuturi
already tried. didnt work. ~Rajani On Mon, Nov 3, 2014 at 4:10 PM, Ian Duffy wrote: > Hi Rajani, > > in the LdapContextFactory.java class can you try setting the an extra > environment variable. > > environment.put(*Context.REFERRAL*, "follow"); > > http://docs.oracle.com/javase/jndi/tutorial/l

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Nux!
Rohit, I've deleted ~/.cloudmonkey/cache and ran sync again, but still no go, no autocompletion. This is my CentOS 7 workstation, yesterday on my laptop it was working fine (also CentOS 7). Perhaps I'm missing some python module? Any one in particular I should watch out for? Lucian -- Sent fr

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
Hi Lucian, I tested CloudMonkey on Fedora and it works for me. Can you check and install: python-setuptools, python-pip, readline and readline-devel or readline-develop (please check names before you try it) on it and retry? It is possible that the CentOS machine you’re on has no readline insta

Jenkins build is back to normal : build-4.5 #75

2014-11-03 Thread jenkins
See

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Nux!
Rohit, I do have that module and I have install the -devel packages as well before reinstalling cloudmonkey, still nothing. http://img.nux.ro/s7L-Selection_046.png Any more pointers? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - >

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
Hey, Looks like autocompletion is working (tab tab), make sure you set paramcompletion to true. Were you using 5.2.0 or older config file? > On 03-Nov-2014, at 5:06 pm, Nux! wrote: > > Rohit, > > I do have that module and I have install the -devel packages as well before > reinstalling cloudmo

Review Request 27520: Usage Job fails with "Data too long for column 'user_name'"

2014-11-03 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27520/ --- Review request for cloudstack and Kishan Kavala. Bugs: CLOUDSTACK-7830 http

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Nux!
Meh, facepalm! Yes, config is from 5.2. "set paramcompletion true" solved it. Basic tests passed, +1 from me! :-) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: dev@cloudstack.apache.org > Cc: us...@cloudstack.apa

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread Daan Hoogland
$a ~= d8359211f11b2462c35389b6c80d51df5159ae69 - b9620c2cbe7f711082015b2d6fd31efed3ea25d4 $b == 8db506b536f3139250d33df571c98c1c3fa83650 $c == 8db506b536f3139250d33df571c98c1c3fa83650 So the tag and the voted id match but the artifacts don't. On Sun, Nov 2, 2014 at 6:20 PM, David Nalley wrote: >

Review Request 27522: Review request for patch for an issue - CLOUDSTACK-5583

2014-11-03 Thread Krunal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27522/ --- Review request for cloudstack, Mandar Barve and Mike Tutkowski. Bugs: CLOUDSTAC

RE: Review Request 27522: Review request for patch for an issue - CLOUDSTACK-5583

2014-11-03 Thread Krunal Jain
RE: Review Request 27522: Review request for patch for an issue - CLOUDSTACK-5583 Hi, I am not able to assign the issue CLOUDSTACK-5583 to myself or edit it. Request you to please help me with it, thanks in advance! J *Regards,* *Krunal Jain | Senior Engineer – Cloud (Product Engineering)*

[4.4.2][API] Api parameter "account" is not being taken into consideration in "listUsageRecords" call

2014-11-03 Thread Ilia Shakitko
Hi, I am doing an API call: command=listUsageRecords&response=json&startdate=2014-11-03&enddate=2014-11-03&type=8&account=Ilia Shakitko class stdClass#1 (1) { public $listusagerecordsresponse => class stdClass#2 (2) { public $count => int(3) public $usagerecord => array(3) {

Re: [4.4.2][API] Api parameter "account" is not being taken into consideration in "listUsageRecords" call

2014-11-03 Thread Rohit Yadav
Hi, Are you making this call with your account who is an admin type user/account too? If not, it’s a bug that needs to be verified. > On 03-Nov-2014, at 7:19 pm, Ilia Shakitko > wrote: > > Hi, > > I am doing an API call: > command=listUsageRecords&response=json&startdate=2014-11-03&enddate=20

RE: [4.4.2][API][SOLVED] Api parameter "account" is not being taken into consideration in "listUsageRecords" call

2014-11-03 Thread Ilia Shakitko
Hi, I was doing that call from the ROOT admin. The account I specified was the Domain Admin of its domain. Specifying the domainid has effect. Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31 20 316 0235 M: E: i.shaki...@tech.leaseweb.com W: http://www.leasew

Re: [4.4.2][API][SOLVED] Api parameter "account" is not being taken into consideration in "listUsageRecords" call

2014-11-03 Thread Pierre-Luc Dion
are you sure their is a space in the account name ? I would not expect an account name with space to be valid. On Mon, Nov 3, 2014 at 9:11 AM, Ilia Shakitko wrote: > Hi, > > I was doing that call from the ROOT admin. The account I specified was the > Domain Admin of its domain. Specifying the

KVM VM snapshots any time soon ?

2014-11-03 Thread Andrija Panic
Hi guys, do we have any plans in some near future to imlement full VM KVM snapshots. So not single volume snaphost, but a reall VM snapshots. It is already there for Xen/VMware, but not KVM. Any thoughts, ETA, or difficulties to implement this ? Any feedback greatly appriciated... Best, Andrij

[CLOUDSTACK-6850][4.4.2][BUG] - listUsageRecords with type=2 doesn't return "Cpu cores, cpu speed and memory"

2014-11-03 Thread Ilia Shakitko
I’ve checked the commit and review (https://reviews.apache.org/r/22354/). It looks like there should be additional parameters returned in the response for request with type=2 API Request: command=listUsageRecords&response=json&startdate=2014-11-03&enddate=2014-11-03&type=2 API Response: class

RE: [4.4.2][API][SOLVED] Api parameter "account" is not being taken into consideration in "listUsageRecords" call

2014-11-03 Thread Ilia Shakitko
Actually, It was account 'ilia'. Silly Outlook has replaced it with my name and surname ) Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31 20 316 0235 M: E: i.shaki...@tech.leaseweb.com W: http://www.leaseweb.com Luttenbergweg 8, 1101 EC Amsterdam, Netherlands

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread David Nalley
So, in short, we didn't verify that $b = $a in the vote. Unfortunate. Let me ask around. --David On Mon, Nov 3, 2014 at 7:03 AM, Daan Hoogland wrote: > $a ~= d8359211f11b2462c35389b6c80d51df5159ae69 - > b9620c2cbe7f711082015b2d6fd31efed3ea25d4 > $b == 8db506b536f3139250d33df571c98c1c3fa83650 > $

RE: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Geoff Higginbottom
-1 from me for the following reasons: 1. Can no longer clear the Username and Password settings from the config using the set commands - I initially connect with these, then auto configure the API & Secret Key, then delete the old username and password settings using: #cloudmonkey set username

Re: Review Request 27393: Fix for Resize RBD Root Disk on Deploy

2014-11-03 Thread Logan B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27393/#review59574 --- Ship it! Ship It! - Logan B On Oct. 30, 2014, 8:37 p.m., Logan B

RE: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread Ilia Shakitko
Might be https://issues.apache.org/jira/browse/CLOUDSTACK-6850 is also broken in 4.4.1 Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31 20 316 0235 M: E: i.shaki...@tech.leaseweb.com W: http://www.leaseweb.com Luttenbergweg 8, 1101 EC Amsterdam, Netherlands

Re: Guest IP Reservation

2014-11-03 Thread Logan Barfield
Has anyone else had any luck replicating this issue? Thank You, Logan Barfield Tranquil Hosting On Fri, Oct 31, 2014 at 9:58 AM, Logan Barfield wrote: > Hi Jayapal, > > Can you try destroying/redeploying the Virtual Router after the IP > reservation is set up? I didn't encounter the issue un

RE: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Geoff Higginbottom
Hi Rohit, I've sent you the scripts 'off list' so you can test them for yourself, but also added comments in-line Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: Rohit Yadav [mailto:rohi

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
Hi Geoff, Thanks a lot of testing it. Reply in-line; > On 03-Nov-2014, at 8:25 pm, Geoff Higginbottom > wrote: > > -1 from me for the following reasons: > > 1. Can no longer clear the Username and Password settings from the config > using the set commands - I initially connect with these, the

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Ian Duffy
Hi Rajani, That's a pity. I don't have anything near me to test this on at the moment. Have you tried running tcpdump on the management server to inspect the responses from AD? On 3 Nov 2014 10:41, "Rajani Karuturi" wrote: > already tried. didnt work. > > ~Rajani > > On Mon, Nov 3, 2014 at 4:10

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Rajani Karuturi
Nope. Haven't done that. Will try. I enabled err in ldap environment settings and tried. Didn't give me much info. Thanks. On Mon, Nov 3, 2014 at 21:00 PM, Ian Duffy wrote: Hi Rajani, That's a pity. I don't have anything near me to test this on at the moment. Have you tried running tcpdump

Review Request 27526: CLOUDSTACK-7831: Fixed unlocalized string on Advanced Network -> Network tab

2014-11-03 Thread Mihaela Stoica
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27526/ --- Review request for cloudstack, Brian Federle and Jessica Wang. Repository: clou

Review Request 27527: Fixing previous commit CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP

2014-11-03 Thread Gabor Apati-Nagy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27527/ --- Review request for cloudstack, Brian Federle, Jayapal Reddy, and Jessica Wang.

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
Hi Geoff, I’ve fixed the issues now, please check with latest 5.3 branch. I’ll wait for your confirmation to start a new voting round. There are some comments from my side; - Launching will take longer time if username/password is used, because in non-interpreted or terminal mode, for every co

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread David Nalley
So I asked - the answer I heard back was - invalidate the vote; caution folks to verify that commit id advertised is what is being voted on. svn rm the artifacts from dist.a.o; email root@ to remove the artifacts from archive.a.o, and start working on a new version. --David On Mon, Nov 3, 2014 at

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread Ian Duffy
Since its already been released/announced does this mean we get a 4.4.2 or is it still considered 4.4.1? On 3 November 2014 17:03, David Nalley wrote: > So I asked - the answer I heard back was - invalidate the vote; > caution folks to verify that commit id advertised is what is being > voted on

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread David Nalley
because of the inevitable problems (people already consuming 4.4.1) we'd need to do this as 4.4.2 On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy wrote: > Since its already been released/announced does this mean we get a 4.4.2 or > is it still considered 4.4.1? > > On 3 November 2014 17:03, David Nall

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread Pierre-Luc Dion
make sense, in that case, can we create the version 4.4.2 in jira? On Mon, Nov 3, 2014 at 12:53 PM, David Nalley wrote: > because of the inevitable problems (people already consuming 4.4.1) > we'd need to do this as 4.4.2 > > On Mon, Nov 3, 2014 at 12:17 PM, Ian Duffy wrote: > > Since its alrea

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread David Nalley
I just thought of another option - we could explicitly sanction (vote) for 4.4.1 as released. --David On Mon, Nov 3, 2014 at 12:53 PM, David Nalley wrote: > because of the inevitable problems (people already consuming 4.4.1) > we'd need to do this as 4.4.2 > > On Mon, Nov 3, 2014 at 12:17 PM, Ia

Re: release artifact 4.4.1 faulty. How to resolve?

2014-11-03 Thread Pierre-Luc Dion
ok, although, it might not be the proper thread for this but currently the source package apache-cloudstack-4.4.1-src.tar.bz2 cannot be used the the package.sh to build RPM, a test fail due to expired SSL certs. if we redo 4.4.1, can we fix that or it have to use the same commit-id ? *Pierre-L

Build failed in Jenkins: build-4.5 #76

2014-11-03 Thread jenkins
See Changes: [min.chen] CLOUDSTACK-7832: Move some job db update and item purge to [min.chen] CLOUDSTACK-7833: VM Async work jobs log "Was unable to find lock for the key vm_instance" errors as warning --

Jenkins build is back to normal : build-4.5 #77

2014-11-03 Thread jenkins
See

Build failed in Jenkins: cloudstack-4.3-maven-build #616

2014-11-03 Thread jenkins
See Changes: [Rohit Yadav] systemvm: Prefer TLS over SSL in apache, POODLE workaround (CVE��2014��3566) -- [...truncated 926 lines...] [INFO]

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Ian Duffy
Hi Rajani, I tested with on the 4.5 branch (Has a bunch of UI errors). against windows server 2008 R2. I was able to get a list of users without issue. On 3 November 2014 15:55, Rajani Karuturi wrote: > Nope. Haven't done that. Will try. > > I enabled err in ldap environment settings and tried.

Build failed in Jenkins: simulator-singlerun #535

2014-11-03 Thread jenkins
See Changes: [min.chen] CLOUDSTACK-7832: Move some job db update and item purge to -- [...truncated 8777 lines...] > Running query: create database `cloud` > Runni

Jenkins build is back to normal : simulator-singlerun #536

2014-11-03 Thread jenkins
See

Build failed in Jenkins: build-4.5 #78

2014-11-03 Thread jenkins
See Changes: [amogh.vasekar] CLOUDSTACK-3608 removing duplicate entries, IDs not saved anywhere else hence safe to remove -- [...truncated 3637 lines...] [INFO] Starting audit... Audit done. [INFO

Jenkins build is back to normal : build-4.5 #79

2014-11-03 Thread jenkins
See

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

Build failed in Jenkins: build-4.5 #80

2014-11-03 Thread jenkins
See Changes: [Frank Zhang] CLOUDSTACK-7834 -- [...truncated 2677 lines...] [INFO] Skipping Apache CloudStack Plugin - User Authenticator LDAP [INFO] This project has been banned from the build due t

Jenkins build is back to normal : build-4.5 #81

2014-11-03 Thread jenkins
See

Re:The v-1-vm and s-330-vm cannot run succesfully in the development environment

2014-11-03 Thread XQ
the cloudstack source is version of 4.4 but in the table of vm_template url ishttp://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2 the two vms cannot start up. At 2014-11-03 15:11:38, "XQ" wrote: >Hello, >When I set up the deve-environment suce

Re: ldap with microsoft ad on 4.5

2014-11-03 Thread Rajani Karuturi
mm.. interesting. I will try with windows server 2008 as well. Thanks for the help. ~Rajani On Tue, Nov 4, 2014 at 2:28 AM, Ian Duffy wrote: > Hi Rajani, > > I tested with on the 4.5 branch (Has a bunch of UI errors). > against windows server 2008 R2. I was able to get a list of users without >

Re: Review Request 26484: Automation for volume life cycle testPath(positive+negative)

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26484/#review59733 --- Ship it! a69950f6a97819c9c071ad9f278377f2a5ca77ca 4.5 9e37a51bdea21

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

2014-11-03 Thread Rohit Yadav
Hi, > On 04-Nov-2014, at 6:01 am, Santhosh Edukulla > wrote: > > Rohit, > > Apart from SSLv3, we may want to disable TLS1.0, TLS1.1, as they have similar > vulnerabilities. > > TLS1.2 is preferrred. I just found out yesterday that we did not fix for the POODLE attack. Will using only TLS 1.2

Re: Review Request 26868: CLOUDSTACK-7728: Adding steps to existing test case to identify product issue

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26868/#review59736 --- b277b1abd812391bf5e0a9aba3406fc369a1a087 master - SrikanteswaraRao

Re: Review Request 26493: CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26493/#review59743 --- 5d37f374366c5967a5f2d96577d022464bf9694c master - SrikanteswaraRao

Re: Review Request 26492: CLOUDSTACK-7691: Fixed 'Exception not raised' issue in test_project_limits.py

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26492/#review59744 --- bf7ce74c9367c6889b87233e28c33243a65353c8 master - SrikanteswaraRao

Re: Review Request 26439: CLOUDSTACK-7684: Fixed Exception not raised issue in secondary storage limits test suite test_ss_max_limits.py

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26439/#review59745 --- 1f7ffb26180969205ae6683f965178a97d70 master - SrikanteswaraRao

Re: Review Request 26438: CLOUDSTACK-7682: Fixed usage event issue. Used api client of account for which we are checking the usage

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26438/#review59746 --- 883123630c48d0246e811ba0366163fbdbc82010 master - SrikanteswaraRao

Re: Review Request 27273: CLOUDSTACK-7801: test_volumes.py - Fixed import and pep8 issues

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27273/#review59748 --- 6d7666b1351539b2f49deeed03b17ebd6da783bb master - SrikanteswaraRao

Re: Review Request 27276: CLOUDSTACK-7802: test_vpc_network.py - Increasing polling period for network state check

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27276/#review59747 --- 7b48b69763606ebf3d5f58c92016802c34796895 master - SrikanteswaraRao

Re: Review Request 26442: CLOUDSTACK-7685: Fixed copy template method call in test_escalations_template.py. Removed unbound method of the same name as bound method from base l ibrary and changed metho

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26442/#review59749 --- a1e7feead91b22350f96114add4bf8d75a74b8b1 master - SrikanteswaraRao

Re: Review Request 26442: CLOUDSTACK-7685: Fixed copy template method call in test_escalations_template.py. Removed unbound method of the same name as bound method from base l ibrary and changed metho

2014-11-03 Thread SrikanteswaraRao Talluri
> On Nov. 4, 2014, 6:25 a.m., SrikanteswaraRao Talluri wrote: > > a1e7feead91b22350f96114add4bf8d75a74b8b1 master correction d5316d0572df0843a5decb69c0385fc5fcf192b0 master - SrikanteswaraRao --- This is an automatically generated e-ma

Re: Review Request 27278: CLOUDSTACK-7805: test_vpc_vms_deployment.py - Removing invalid steps from test case

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27278/#review59753 --- 0d6e3e48baf4844e4236779039abe76ec7b9d2de master - SrikanteswaraRao

Re: Review Request 27377: CLOUDSTACK-7408: sshClient.py - removing call to paramiko function load_host_keys(). This is used to load host keys from local file which is undesirable while running test ca

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27377/#review59754 --- 9e19a9afdbe8ec2154c50fe421e0a1876ecebe2c master - SrikanteswaraRao

Re: Review Request 27377: CLOUDSTACK-7408: sshClient.py - removing call to paramiko function load_host_keys(). This is used to load host keys from local file which is undesirable while running test ca

2014-11-03 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27377/#review59755 --- 8b636bd41e2cf737d9e35b24741a81cf0912a695 master - SrikanteswaraRao

Build failed in Jenkins: build-master #1795

2014-11-03 Thread jenkins
See Changes: [talluri] CLOUDSTACK-7728: Test script to identify product issue [talluri] CLOUDSTACK-7692: Fixed template register issue in test_project_usage.py [talluri] CLOUDSTACK-7691: Fixed 'Exception not raised' issue in test_

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

2014-11-03 Thread Rohit Yadav
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.0 and v1.1 have?

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

2014-11-03 Thread Santhosh Edukulla
Hi Rohit, 1. does changing in httpd.conf reflects the setting for apache2? Use the nmap script as suggested below to identify ssl versions on installed system vm template. Check the suggested change works or not. http://security.stackexchange.com/questions/70733/how-do-i-use-openssl-s-client-t

[VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #5)

2014-11-03 Thread Rohit Yadav
Hi All, I've created a 5.3.0 release of CloudMonkey, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=shortlog;h=refs/heads/5.3 Commit: beb369c5913f3c19e2b8132892c1bcd116394ceb List of changes: https://g

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

2014-11-03 Thread Rohit Yadav
> On 04-Nov-2014, at 1:02 pm, Santhosh Edukulla > wrote: > > 2. TLSv1.2 is the latest to be used and suggested default, ssl protocol and > the ciphers we use leads to vulnerability, the settings for these as well > should be available in similar config file. In our code, search for TLS leads

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #4)

2014-11-03 Thread Rohit Yadav
I have fixed the issues that Geoff reported and have tested the scripts he shared with me. They work for me now soI’m calling off this voting round now. Will start a new one shortly. > On 03-Nov-2014, at 10:18 pm, Rohit Yadav wrote: > > Hi Geoff, > > I’ve fixed the issues now, please check with