Review Request 28991: CLOUDSTACK-8068: Fixing test script issue in test_ps_project_limits.py

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

Review Request 28992: CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly

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

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

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/1400/changes Changes: [w.zhou] CLOUDSTACK-8063: list secondary Ips information in VM response -- [...truncated 17070 lines...] 2344/3102 KB 2348/3102 KB 2352/3102 KB 2356/3102 KB

Jenkins build is back to normal : build-master-noredist #3944

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/3944/changes

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

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/1401/changes

Redundant VPC routers

2014-12-12 Thread Daan Hoogland
H Karl, Did you have a look at the work going on @ Schuberg Philis yet? It seems to me there is double work going on that is not compatible to one another. our work is now at the branch feature/systemvm-persistent-config-3 ('-3' because of the painful rebase work we are having to do) As things

RE: [DISCUSS] Automatic usage reporting / call-home for CloudStack

2014-12-12 Thread Giles Sirett
Hi Wido I recently had a thought on this. Although I would be loathed that anybody has to register ACS when they use it, it would be good if we could differentiate between production deployments and lab/bench deployments. From the marketing perspective, we've got this crazy situation where we

Jenkins build is still unstable: simulator-singlerun #780

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Build failed in Jenkins: build-4.5 #225

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/225/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-244 (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.4-maven-build #532

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/532/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-244 (cloudstack-buildslave-centos6) in workspace

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

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/226/changes

Jenkins build is back to normal : cloudstack-4.4-maven-build #533

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/533/changes

Jenkins build is still unstable: simulator-singlerun #781

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Review Request 28993: CLOUDSTACK-8069: Fixed test script in test_tags.py

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

Jenkins build is still unstable: simulator-singlerun #782

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Jenkins build is still unstable: simulator-4.5-singlerun #93

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes

Re: Review Request 28992: CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly

2014-12-12 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28992/#review64900 --- Ship it! ff15320a4e0bd11d90b799e9a2ff24d91750bfc6 master

Re: Review Request 28993: CLOUDSTACK-8069: Fixed test script in test_tags.py

2014-12-12 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28993/#review64902 --- Ship it! e791e8ec6d6484c5ea7853bf7e8184103846a75e 4.5

Development environment

2014-12-12 Thread Ramzi Youssefi
Hi! I would like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the browser. I even can do this with eclipse. The thing is that I want to create

Re: Development environment

2014-12-12 Thread Rohit Yadav
Hi Ramzi, On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote: Hi! I would like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the

Jenkins build is still unstable: simulator-singlerun #783

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I need to stop it maybe? and then run it again with: mvn clean install -pl

Re: Redundant VPC routers

2014-12-12 Thread Karl Harris
Daan, Good to hear from you! Hope all is well. Yes, we should talk, but I'm afraid my schedule is such that I cannot put a meeting on the calendar until the new year. We have looked at the Java refactoring work. I seems most of that work was a true refactoring in that it didn't change the

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
Hi Ramzi, Are you developing an UI plugin? That is a different case. For some references go to: https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial The good news is that (for UI development) you can avoid rebuilding/deploying with maven. So once your managent server is up

Re: Development environment

2014-12-12 Thread Rohit Yadav
Hi Ramzi, On Friday 12 December 2014 08:12 PM, Ramzi Youssefi wrote: Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I

Build failed in Jenkins: cloudstack-4.4-maven-build #535

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/535/changes Changes: [Rohit Yadav] CLOUDSTACK-8070: during 4.4.2 to 4.4.3 upgrade encrypt config that are hidden -- [...truncated 1049 lines...] [INFO] ---

Status of Root Disk Resize for XenServer

2014-12-12 Thread Matthew Midgett
Root disk resize during deployment is a huge advantage when you don't have 10GB networking. Who should we contact to see if some sponsorship could be put together to make the code happen for XenServer and ACS 4.4. The XAPI can resize the root disk so we only need code to tell it that it can. Once

Jenkins build is still unstable: simulator-singlerun #784

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
Thank you guys! I think I'm getting closer. I should have explained that I wanted to create a UI plugin. If I keep the jetty server running and in another tab I type: mvn clean install -pl client then it takes like 20 seconds and I can see the changes. This is because the UI plugins are in the

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
No problem. I forgot to mention that there are compressed version for each file there, those are needed to be deleted first. rm -r *.gz Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 15:42 To: dev Subject: Re: Development environment

[GitHub] cloudstack pull request: CLOUDSTACK-8067: Fixed NPEs in MS log rel...

2014-12-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/56 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Jenkins build is still unstable: simulator-4.5-singlerun #94

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes

Jenkins build is back to normal : cloudstack-4.4-maven-build #536

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/536/changes

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
It work like a charm!!! thank you very much guys!! On Fri, Dec 12, 2014 at 5:03 PM, Gabor Apati-Nagy gabor.apati-n...@citrix.com wrote: No problem. I forgot to mention that there are compressed version for each file there, those are needed to be deleted first. rm -r *.gz Gabor

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
Great, I am glad to hear that. Good luck! Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 17:10 To: dev Subject: Re: Development environment It work like a charm!!! thank you very much guys!! On Fri, Dec 12, 2014 at 5:03 PM, Gabor

Jenkins build is still unstable: simulator-singlerun #785

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Build failed in Jenkins: cloudstack-4.3-maven-build-noredist #516

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/516/ -- Started by upstream project cloudstack-4.3-maven-build build number 678 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables.

Jenkins build is still unstable: simulator-singlerun #786

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

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

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/2062/changes

Build failed in Jenkins: cloudstack-4.3-maven-build-noredist #517

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build-noredist/517/ -- Started by user Will Stevens [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-f0b (cloudstack-buildslave-centos6) in

Jenkins build is still unstable: simulator-4.5-singlerun #95

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes

Jenkins build is still unstable: simulator-singlerun #787

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes

Jenkins build is still unstable: simulator-4.5-singlerun #96

2014-12-12 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes

[GitHub] cloudstack pull request: Small typo correction, exisits - exists

2014-12-12 Thread runseb
GitHub user runseb opened a pull request: https://github.com/apache/cloudstack/pull/57 Small typo correction, exisits - exists Small typo, found while playing with security groups… Doing a pr in case someone wants to pull it in other branches You can merge this pull request