Re: Guest IP Reservation

2014-10-31 Thread Jayapal Reddy Uradi
Hi, I tried it in my environment (cloudstack 4.5), this issue is not seen. Here is the output from the router. root@r-19-QA:~# cat /var/cache/cloud/cmdline root=UUID=fa9e76eb-51fd-4435-93e9-77bc9498ff09 ro debian-installer=en_US quiet -- quiet console=hvc0 template=domP name=r-19-QA

Review Request 27416: CLOUDSTACK-7823: test_snapshots.py - remove test case dependency on each other

2014-10-31 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27416/ --- Review request for cloudstack and SrikanteswaraRao Talluri. Bugs:

Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread Hugo Trippaers
Hello XQ, We need a little bit more info before we can help you. For example the error message in the log file and a short description of how your environment is build up. Cheers, Hugo Sent from my iPhone On 31 Oct 2014, at 06:56, 徐书敏 m15366190...@163.com wrote: Hi I have done the

[DISCUSS] merging vs. cherry-picking

2014-10-31 Thread Rajani Karuturi
I am one of those who hate cherry-picking. Though both have same conflicts and the same number of commits, merging has many advantages over cherry-picking. git cherry-pick creates two physically distinct commits and its very difficult to track it over time [1]. git branch --contains commit-id can

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0

2014-10-31 Thread Erik Weber
This might already be possible without me figuring out why, but is there an easy way to list my profiles? If not, that'd be a nice feature request for a future version -- Erik On Fri, Oct 31, 2014 at 1:57 AM, Rohit Yadav rohit.ya...@shapeblue.com wrote: Thanks everyone for voting so far. I

RE: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-31 Thread Ilia Shakitko
Yeah, I am running jetty run on the server for tests, there is no IDE, hehe. Can I solve it w/o an IDE? 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

Re: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-31 Thread Rajani Karuturi
You could change the dependency of mysql connector in usage pom to compile and run the mvn command. On Fri, Oct 31, 2014 at 13:11 PM, Ilia Shakitko i.shaki...@tech.leaseweb.com wrote: Yeah, I am running jetty run on the server for tests, there is no IDE, hehe. Can I solve it w/o an IDE?

Re:Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread XQ
Hello Hugo I run the cmd mvn -pl :cloud-client-ui jetty:run ,To start the management server. I hava add the zone suceesfully,but the two vm can not start up. the vmops.log: DEBUG [o.a.c.s.i.BaseImageStoreDriverImpl] (AgentTaskPool-1:ctx-6b61f408) Downloading template to data

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0

2014-10-31 Thread Rohit Yadav
Hi, On 31-Oct-2014, at 12:33 pm, Erik Weber terbol...@gmail.com wrote: This might already be possible without me figuring out why, but is there an easy way to list my profiles? If not, that'd be a nice feature request for a future version Available in the present one; set profile tab tab

Re: Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread Yitao Jiang
Hi,XQ Have you imported system vm template successfully? Maybe, Something wrong with your primary stroage (NFS ?) ,you can just verify whether can launch instance directly from hypervisor(xenserver? ) Hopes can help --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Fri, Oct 31, 2014 at 4:20 PM, XQ

RE: [DISCUSS] merging vs. cherry-picking

2014-10-31 Thread Vaibhav Gupta
+1 +1, also for the assembly of subscribers of the thought -one of those who hate cherry-picking. To voters of Cherry-pick - Merge and Cherry-pick are not even comparable when it comes to managing and fixing the issues in multiple branches. git branch --contains or git tag --contains give

RE: [USAGE][MASTER] - RESOLVED java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-31 Thread Ilia Shakitko
Good! I'll re-post the solution, in case someone will be interested. # add mysql-connector dependency to run Usage in Jetty # usage/pom.xml dependency groupIdmysql/groupId artifactIdmysql-connector-java/artifactId version${cs.mysql.version}/version scoperuntime/scope /dependency

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0

2014-10-31 Thread Rohit Yadav
On 31-Oct-2014, at 2:42 pm, Erik Weber terbol...@gmail.com wrote: Ah, didn't try it after enabling paramcompletion. Param completion is only for api parameter completion. This works by default, many set config options have autocompletion now. Regards, Rohit Yadav Software Architect,

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

2014-10-31 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/X.X Commit: 088001e7acabb2e2c16a18f2ade84b500c8b5bb6 List of changes:

Re: cloudmonkey 5.3.0 autocompletion

2014-10-31 Thread Nux!
One more question, when doing list templates id=tab it lists all the templates as well as their names, this is very useful (for me). Would it be possible to also list the virtualmachines in the same manner, ie id AND name? Cheers, Lucian -- Sent from the Delta quadrant using Borg technology!

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

2014-10-31 Thread Rajani Karuturi
+1 (binding) tested against cloudstack 4.5 - upgraded smoothly from 5.2 - profile name in prompt works - auto complete of filters and ids works (useful. Thanks for adding this.) - tested few api calls and worked fine ~Rajani On Fri, Oct 31, 2014 at 3:36 PM, Rohit Yadav

Re: cloudmonkey 5.3.0 autocompletion

2014-10-31 Thread Rohit Yadav
Hi, On 31-Oct-2014, at 4:02 pm, Nux! n...@li.nux.ro wrote: One more question, when doing list templates id=tab it lists all the templates as well as their names, this is very useful (for me). Would it be possible to also list the virtualmachines in the same manner, ie id AND name? list

Re: cloudmonkey 5.3.0 autocompletion

2014-10-31 Thread Nux!
Now it does for me as well, odd ... Not sure why it did not previously. Could be the upgrade to your latest release. Thanks! :) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Rohit Yadav rohit.ya...@shapeblue.com To:

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

2014-10-31 Thread Nux!
+1 from me again Thanks -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Rajani Karuturi raj...@apache.org To: dev@cloudstack.apache.org Sent: Friday, 31 October, 2014 10:42:39 Subject: Re: [VOTE] Release Apache CloudStack

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

2014-10-31 Thread Erik Weber
+1 from me again -- Erik On Fri, Oct 31, 2014 at 12:07 PM, Nux! n...@li.nux.ro wrote: +1 from me again Thanks -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Rajani Karuturi raj...@apache.org To: dev@cloudstack.apache.org

Re: Review Request 27017: CLOUDSTACK-6282: Added newly automated tests and also modified some existing tests to remove dependency

2014-10-31 Thread Alex Brett
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27017/#review59327 --- test/integration/component/test_escalations_instances.py

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

2014-10-31 Thread Rajani Karuturi
Can you check the values of these three configs? usage.stats.job.exec.time (start time in 24 hr format) usage.stats.job.aggregation.range (the aggregation which you already specified) usage.execution.timezone (execution timezone) make sure you restart the usage server after changing those values.

RE: CLOUDSTACK-5583: vmopsSnapshot plug-in (XenServer) does not return an error when it should

2014-10-31 Thread Krunal Jain
Hello, I picked up this bug from Mandar and have successfully implemented and unit tested the solution! Following are the changes in “revert_memory_snapshot” function of the *“vmopsSnapshot”* script: @echo def revert_memory_snapshot(session, args): retCode = 0

Re: Fixing SystemVM builds

2014-10-31 Thread Srikanteswararao Talluri
I fixed the systemvm build job for master and added a new job for 4.5. Thanks Hari for all the help. Changes done: using debian 7.7.0 and added 'sharutils' package installation in system template Thanks, ~Talluri On 28/10/14 4:14 pm, Rohit Yadav rohit.ya...@shapeblue.com wrote: Great,

Build failed in Jenkins: build-master #1775

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/1775/changes Changes: [talluri] CLOUDSTACK-7824: using debian 7.7.0 and -- [...truncated 5401 lines...] 2014-10-31 14:46:18 DEBUG AbstractGenericContextLoader:104 - Loading ApplicationContext for merged

Build failed in Jenkins: build-4.5 #69

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/69/changes Changes: [talluri] CLOUDSTACK-7824: using debian 7.7.0 for systemvm template -- [...truncated 3580 lines...] [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @

Re: Review Request 26361: CLOUDSTACK-7660: Enhance system vm template to support baremetal

2014-10-31 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26361/ --- (Updated Oct. 31, 2014, 1:57 p.m.) Review request for cloudstack, Frank Zhang

Re: Guest IP Reservation

2014-10-31 Thread Logan Barfield
Hi Jayapal, Can you try destroying/redeploying the Virtual Router after the IP reservation is set up? I didn't encounter the issue until I restarted the network with 'cleanup' checked. Thank You, Logan Barfield Tranquil Hosting On Fri, Oct 31, 2014 at 2:08 AM, Jayapal Reddy Uradi

Re: Review Request 26361: CLOUDSTACK-7660: Enhance system vm template to support baremetal

2014-10-31 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26361/#review59333 --- 6c04d867b0a70dd00fa8e4dcf3f0701a5f1feeb2 master - SrikanteswaraRao

Re: CLOUDSTACK-5583: vmopsSnapshot plug-in (XenServer) does not return an error when it should

2014-10-31 Thread Mike Tutkowski
Awesome - thanks! On Friday, October 31, 2014, Krunal Jain krunal.j...@sungard.com wrote: Hello, I picked up this bug from Mandar and have successfully implemented and unit tested the solution! Following are the changes in “revert_memory_snapshot” function of the *“vmopsSnapshot”*

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

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/1776/changes

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

2014-10-31 Thread Rohit Yadav
Hi everyone, Thanks for testing and voting so far, appreciate your time and reviews. Someone reviewed my code and gave me pointers on few encoding related bugs and I fixed some unicode related bugs. Please note that with this release we are able to pass in utf-8 encoded strings so we need to

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

2014-10-31 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: 300c47534c29969718024fdbfc26e97f06e8ff2d List of changes:

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

2014-10-31 Thread Nux!
Ok, I am seeing some issues with this build. http://img.nux.ro/9Km-Selection_036.png and also http://img.nux.ro/9vL-Selection_037.png - in this case the VM gets created, but not sure what's up with those errors -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro -

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

2014-10-31 Thread David Nalley
On Fri, Oct 31, 2014 at 12:41 AM, Rajani Karuturi raj...@apache.org wrote: Can we atleast follow the merge part of it? ie) commit to 4.5 and then merge 4.5 to master? merging wont be easy unless everybody agrees and does merge for their commits. It won't work; master and 4.5 have both

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

2014-10-31 Thread Rohit Yadav
Hi Lucian, Can you check using the mentioned SHA 300c47534c29969718024fdbfc26e97f06e8ff2d. Uninstall old cloudmonkey and re-install this one. If you’re still able to reproduce the error can you share the logs from ~/.cloudmonkey/logs (removing any sensitive information). On 31-Oct-2014, at

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

2014-10-31 Thread Wido den Hollander
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27393/#review59415 --- Ship it! Seems good to me! I'll apply it. - Wido den Hollander

Build failed in Jenkins: build-master-simulator #919

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/919/changes Changes: [pdion891] CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests -- [...truncated 1281 lines...] --- T E S T S

Build failed in Jenkins: build-4.5 #70

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/70/changes Changes: [pdion891] CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests -- [...truncated 1824 lines...] Running

Jenkins build is back to normal : build-master-simulator #920

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/920/changes

Build failed in Jenkins: build-4.5 #71

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/71/changes Changes: [pdion891] Revert CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests -- [...truncated 2775 lines...] [INFO] Starting audit... Audit done. [INFO] [INFO] ---

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

2014-10-31 Thread Nux!
Yes, the same happens with commit 300c as well as with your latest (at this time) d835341e9feec63695a112f092289c8ec7ac972a. (testing)  deploy virtualmachine name=test530-6 displayname=test530-6 rootdisksize=13 serviceofferingid=7b74ff95-a478-49d8-8d00-04803e43b147

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

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/72/changes

Build failed in Jenkins: build-master-simulator #924

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/924/changes Changes: [jessicawang] CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until

Jenkins build is back to normal : build-master-simulator #925

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/925/changes

Build failed in Jenkins: build-4.5 #73

2014-10-31 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/73/changes Changes: [jessicawang] CLOUDSTACK-7826: UI - dialog widget - dependent dropdown field (dependsOn property specified) - fix a bug that default opton in dependent dropdown field didn't trigger change event handler until another option