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, 徐书敏 wrote: > > Hi > >I have done the dev-environment

[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 wrote: > Thanks everyone for voting so far. > > I found some issues in my

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 Amsterda

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? Ki

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 s

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 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 lists different server

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: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0

2014-10-31 Thread Erik Weber
On Fri, Oct 31, 2014 at 9:23 AM, Rohit Yadav wrote: > Hi, > > > On 31-Oct-2014, at 12:33 pm, Erik Weber 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

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"

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 mysql mysql-connector-java ${cs.mysql.version} runtime Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31

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 wrote: > > Ah, didn't try it after enabling paramcompletion. Param completion is only for api parameter completion. This works by default, many set options have autocompletion now. Regards, Rohit Yadav Software Architect, ShapeBlue M. +91 88 262 30892

[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: https://g

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

2014-10-31 Thread Rohit Yadav
Hi, I forgot to fix the URLs in previous email (copied the voting email from the template); 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: 088001e7acabb2e2c16a18f2ade84b500c8b5bb6 List of changes: https://git-wi

[USAGE] Still having hard times to have it starting

2014-10-31 Thread Ilia Shakitko
Hello again, I’ve managed to run the Usage server within Jetty from the source. Deployed a VM. Waited for more than 10min (my aggr. range) , but I can’t see any data in cloud_usage DB … Could you assist me to tackle that? root@mgt111-11:~/cloudstack# mvn -pl usage -Drun -Dpid=$$ [INFO] Scannin

Re: cloudmonkey 5.3.0 autocompletion

2014-10-31 Thread Nux!
One more question, when doing "list templates id=" 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! Nu

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 wrote: > Hi, > > I forg

Re: cloudmonkey 5.3.0 autocompletion

2014-10-31 Thread Rohit Yadav
Hi, > On 31-Oct-2014, at 4:02 pm, Nux! wrote: > > One more question, when doing "list templates id=" 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 virtualmachin

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" > To: dev@cloudstack.apache.org > S

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" > To: dev@cloudstack.apache.org > Sent: Friday, 31 October, 2014 10:42:39 > Subject: Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (rou

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! wrote: > +1 from me again > > Thanks > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Rajani Karuturi" > > To: dev@cloudstack.apache.org > > Sent: Frid

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" wrote: >Great, thanks Talluri. > >> On

Build failed in Jenkins: build-master #1775

2014-10-31 Thread jenkins
See 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 merge

Build failed in Jenkins: build-4.5 #69

2014-10-31 Thread jenkins
See 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) @ cloud-plug

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 a

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

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 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”* script: > > @ech

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

2014-10-31 Thread jenkins
See

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 te

[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: https://g

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

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 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 diverged, even if

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 1

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 O

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

2014-10-31 Thread jenkins
See Changes: [pdion891] CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests -- [...truncated 1281 lines...] --- T E S T

Build failed in Jenkins: build-4.5 #70

2014-10-31 Thread jenkins
See Changes: [pdion891] CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests -- [...truncated 1824 lines...] Running org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImplTe

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

2014-10-31 Thread jenkins
See

Build failed in Jenkins: build-4.5 #71

2014-10-31 Thread jenkins
See Changes: [pdion891] Revert "CLOUDSTACK-7822: updated ssl cert(exp:2096), reactivate tests" -- [...truncated 2775 lines...] [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-remote-

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 templateid=a2e11b30-50a6-44

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

2014-10-31 Thread jenkins
See

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

2014-10-31 Thread jenkins
See 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 a

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

2014-10-31 Thread jenkins
See

Build failed in Jenkins: build-4.5 #73

2014-10-31 Thread jenkins
See 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