mvn install has a dependency on tests: -Dmaven.test.skip=true breaks the build

2014-03-06 Thread chris snow
I have been adding the flag -Dmaven.test.skip=true to my builds: mvn clean install -P developer,systemvm -Dmaven.test.skip=true However, I was getting the error: [ERROR] Failed to execute goal on project cloud-framework-cluster: Could not resolve dependencies for project

Re: mvn install has a dependency on tests: -Dmaven.test.skip=true breaks the build

2014-03-06 Thread Wei ZHOU
mvn -P clean install developer,systemvm -DskipTests 2014-03-06 9:54 GMT+01:00 chris snow chsnow...@gmail.com: I have been adding the flag -Dmaven.test.skip=true to my builds: mvn clean install -P developer,systemvm -Dmaven.test.skip=true However, I was getting the error: [ERROR]

Re: mvn install has a dependency on tests: -Dmaven.test.skip=true breaks the build

2014-03-06 Thread chris snow
-DskipTests may work around the problem by compiling the tests but not running them. However, there is still a dependency on test artifacts being by mvn install. IMHO, the dependency should be removed or clearly documented because it deviates from the normal maven usage patterns? On Thu, Mar 6,

Re: jenkins job for the developer build

2014-03-06 Thread Hugo Trippaers
The Jenkins builds do mvn -Pawsapi,systemvm clean install. I'm not using the developer profile there thats just for Marvin and Apidocs. Those are built separately. You can have a fully functional cloud dev environment without the developer profile. Cheers, Hugo Sent from my iPhone On 6

RE: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Miguel Ferreira
Hi all, I've been looking at the way DB related code (SQL scripts and Java classes) are updated and what is the impact of those updates on a live cloudstack DB. By the way, my intention is to support a per-commit DB upgrade of a running system. Anyway, I completely agree that sending an email

[REGRESSION][4.2]

2014-03-06 Thread Daan Hoogland
H, We found a functionality that we use once in a while no longer is permitted in 4.2.1. It seems in line with the philosophy of cloudstack but is hurting our operation. In 4.1.1 we could add a bridged network with the following network offering: cno.traffictype = GUEST cno.guestiptype =

Re: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Daan Hoogland
I totally agree with the incremental approach. I am a fascist at time because i would even want people to add downgrade scripts to any db change they make. Having them not adjust their sql is a good first step, though. On Thu, Mar 6, 2014 at 10:43 AM, Miguel Ferreira mferre...@schubergphilis.com

[GitHub] cloudstack-docs pull request: add warning not to use -Dmaven.test...

2014-03-06 Thread snowch
GitHub user snowch opened a pull request: https://github.com/apache/cloudstack-docs/pull/2 add warning not to use -Dmaven.test.skip=true You can merge this pull request into a Git repository by running: $ git pull https://github.com/snowch/cloudstack-docs patch-1

Re: Review Request 18795: Sanity code review for: JIRA CloudStack-764 nTier Apps 2.0 : Redundant Virtual Router for VPC

2014-03-06 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18795/#review36352 --- Are you contemplating redundant routing on a per network basis? It

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-03-06 Thread Daan Hoogland
master, before the 14th. If we get it in in time we will have to make fixes on both 4.4-forward and master. On Wed, Mar 5, 2014 at 10:33 PM, Alex Ough alex.o...@sungard.com wrote: What branch needs to be based to create a review request of this implementation that will be included in 4.4

RE: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Alex Hitchins
I agree too with this approach. One thing I'm not too familiar with is how the current SQL versioning handled? I know of the schema-xxtoxx sql files but not so much how this are arranged. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Wido den Hollander
On 03/05/2014 07:18 PM, Marcus wrote: For the hypervisor version of throttling, we just need ResizeVolumeCommand to pass the VolumeObjectTO rather than just the volume uuid/path, so that when we change offerings on the agent side we have the info we need to update libvirt with the new

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Wei ZHOU
awesome! Can you implement cpu tuning or network QoS as well ? Thanks! -Wei 2014-03-06 11:42 GMT+01:00 Wido den Hollander w...@widodh.nl: On 03/05/2014 07:18 PM, Marcus wrote: For the hypervisor version of throttling, we just need ResizeVolumeCommand to pass the VolumeObjectTO rather

Re: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Daan Hoogland
On Thu, Mar 6, 2014 at 11:28 AM, Alex Hitchins alex.hitch...@shapeblue.com wrote: I agree too with this approach. One thing I'm not too familiar with is how the current SQL versioning handled? I know of the schema-xxtoxx sql files but not so much how this are arranged. H Alex, The present

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Wido den Hollander
On 03/06/2014 11:48 AM, Wei ZHOU wrote: awesome! Can you implement cpu tuning or network QoS as well ? Thanks! Yes, I was planning on adding multiple methods at once with a couple of patches. -Wei 2014-03-06 11:42 GMT+01:00 Wido den Hollander w...@widodh.nl: On 03/05/2014 07:18

RE: [DISCUSS] realhostip.com going away

2014-03-06 Thread Paul Angus
Hmm, that's not so good. Regards Paul Angus Cloud Architect S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus paul.an...@shapeblue.com -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: 05 March 2014 18:47 To: dev@cloudstack.apache.org Subject: Re: [DISCUSS]

RE: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Alex Hitchins
Thanks for the clarification Daan. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 06 March 2014 10:54 To: dev Subject: Re: [DISCUSS]

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Rajesh Battala
AFAIK, those jars are updated ones. -Original Message- From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] Sent: Thursday, March 6, 2014 5:26 PM To: dev@cloudstack.apache.org Subject: NonOSS Dependencies - Citrix All, I've been following the guides here[0] to get the third party

Re: Review Request 18795: Sanity code review for: JIRA CloudStack-764 nTier Apps 2.0 : Redundant Virtual Router for VPC

2014-03-06 Thread Karl Harris
Redundancy will be on a vpc basis. I'm attempting to add CRUD functionality on a network basis. Does this make sense? On Thursday, March 6, 2014, daan Hoogland daan.hoogl...@gmail.com wrote: --- This is an automatically generated

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Alex Hitchins
Thanks, I'll make the amendment to the wiki. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: 06 March 2014 12:07 To:

com.vmware.vim25 Dependency Issue?

2014-03-06 Thread Alex Hitchins
I've just downloaded and run the install-non-oss.sh script however I'm getting lots of errors like the below. java: cannot find symbol symbol: class InvalidCollectorVersionFaultMsg location: package com.vmware.vim25 import com.vmware.vim25.InvalidCollectorVersionFaultMsg; ^-Unused Import

RE: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Donal Lafferty
Hi Daan, Is there anything stopping you from scripting the configuration of your CloudStack testbed? E.g. with Marvin or CloudMonkey DL -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 06 March 2014 09:53 To: dev Cc: Daan Hoogland Subject: Re:

Re: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Daan Hoogland
No, but how do you mean with respect to this thread? On Thu, Mar 6, 2014 at 1:48 PM, Donal Lafferty donal.laffe...@citrix.com wrote: Hi Daan, Is there anything stopping you from scripting the configuration of your CloudStack testbed? E.g. with Marvin or CloudMonkey DL -Original

RE: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Donal Lafferty
The thread started with a discussion of problems with out of date databases. Mike pulled from master, rebuilt, and found out his testbed's database was out of date and no longer works. We've tried to find a database solution, but out of databases are caused by more than schema changes. The

Re: Review Request 18795: Sanity code review for: JIRA CloudStack-764 nTier Apps 2.0 : Redundant Virtual Router for VPC

2014-03-06 Thread Daan Hoogland
Not very much, unless i am missing something. The redundancy can not be enabled on a per network basis as the router needs to be in the air twice anyway. I would not like to save data that has no use. What CRUD are you thinking of? Or are you maybe putting some effort into keeping VPC and

Re: Review Request 18733: Refactor DbUpgradeUtils

2014-03-06 Thread daan Hoogland
On March 4, 2014, 7:49 p.m., daan Hoogland wrote: tests fail: Running com.cloud.upgrade.dao.DatabaseAccessObjectTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.139 sec FAILURE! Running com.cloud.upgrade.dao.DbUpgradeUtilsTest Tests run: 2, Failures: 0,

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Vijay Venkatachalam
Which branch you are using? You shouldn't be needing these jar files any more since NetScaler is part of OSS now. Thanks, Vijay V. -Original Message- From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] Sent: Thursday, March 6, 2014 5:49 PM To: dev@cloudstack.apache.org Subject:

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Alex Hitchins
I'm on current master. If they aren't needed in 4.3 onward then I'll amend the wiki accordingly. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Vijay Venkatachalam

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Vijay Venkatachalam
Yes, master should not need it. Thanks for updating the wiki. Thanks, Vijay V. -Original Message- From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] Sent: Thursday, March 6, 2014 7:10 PM To: dev@cloudstack.apache.org Subject: RE: NonOSS Dependencies - Citrix I'm on current

Re: Review Request 18733: Refactor DbUpgradeUtils

2014-03-06 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18733/#review36356 --- Ship it! ea0dec77d98e14e47ca715c46cd0316faa37844c (not that

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Alex Hitchins
Not a problem. I wish the VMware dependencies were that simple. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Vijay Venkatachalam [mailto:vijay.venkatacha...@citrix.com] Sent: 06 March 2014

RE: NonOSS Dependencies - Citrix

2014-03-06 Thread Alex Hitchins
Thinking about this, I assume the install-non-oss.sh file needs to be changed to remove this entry? I'll take a look at making the change. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Vijay

which branch to target in order to push a new feature for 4.4 ?

2014-03-06 Thread Punith S
hi guys, since the feature freeze for 4.4 is on 14th march, i needed to push my new storage plugin feature for 4.4 and i was having confusion weather we should be targeting the master branch or 4.3 forward or is there any other branch ? thanks. -- regards, punith s cloudbyte.com

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Wei ZHOU
Brilliant! 2014-03-06 12:07 GMT+01:00 Wido den Hollander w...@widodh.nl: On 03/06/2014 11:48 AM, Wei ZHOU wrote: awesome! Can you implement cpu tuning or network QoS as well ? Thanks! Yes, I was planning on adding multiple methods at once with a couple of patches. -Wei

Re: which branch to target in order to push a new feature for 4.4 ?

2014-03-06 Thread Wei ZHOU
master branch 4.4 branch will be created after feature freeze 2014-03-06 15:08 GMT+01:00 Punith S punit...@cloudbyte.com: hi guys, since the feature freeze for 4.4 is on 14th march, i needed to push my new storage plugin feature for 4.4 and i was having confusion weather we should be

Unit test failing in master

2014-03-06 Thread Alex Ough
All, Anyone who can fix this failure in cloudstack/plugins/alert-handlers/snmp-alerts? Failed tests: appendTest(org.apache.cloudstack.alert.snmp.SnmpTrapAppenderTest): error snmpHelper list size not as expected expected:0 but was:2 Thanks Alex Ough

spring modification in order to register new storage plugin ?

2014-03-06 Thread Punith S
hi guys, i have built a new storage plugin for 4.4, and i have added new module.properties as well as new spring-storage-volume-cloudbyte-context.xml with the new provider bean along with the new addition in pom.xml of plugins directory. after running, mvn -P developer,systemvm clean install,

Review Request 18844: Amended review request (origin: https://reviews.apache.org/r/17531/)

2014-03-06 Thread Alexander Hitchins
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18844/ --- Review request for cloudstack and Devdeep Singh. Bugs: cloudstack-5440

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Mike Tutkowski
Just to clarify, Punith: You are correct that changing storage QoS dynamically will be a more time-consuming task than adding that kind of support on the hypervisor side. That's why I say with the Feature Freeze date as it is for 4.4 that we should look to address this in 4.5. Thanks On Thu,

Re: spring modification in order to register new storage plugin ?

2014-03-06 Thread Mike Tutkowski
Hi Punith, Did you add something like this to client/pom.xml? dependency groupIdorg.apache.cloudstack/groupId artifactIdcloud-plugin-storage-volume-solidfire/artifactId version${project.version}/version /dependency On Thu, Mar 6, 2014 at 7:29 AM, Punith S

Old Jira Issues

2014-03-06 Thread Alex Hitchins
All, I've been taking a look at some of the issues in Jira and noticed a few have text indicating they have been resolved. The following is an example[0]. Is there a precedent on dealing with these? Do we just notify the creator and ask they review and update? Where the issue looks open I will

Re: [DISCUSS] Checking in code that will break others' environments

2014-03-06 Thread Mike Tutkowski
Yeah, it could be scripted, of course, to re-create the environment. It's just a complex setup and I haven't spent time writing any automation scripts to re-create state due to focusing on features I'm building. Hopefully someday I'll get around to that. On Thu, Mar 6, 2014 at 6:15 AM, Daan

Re: Couple JavaScript Questions

2014-03-06 Thread Mike Tutkowski
Well, I believe the way it works is maxiops is being passed to the converter function with the name args. The code does work, but I was curious what would happen from a JavaScript standpoint if args was null. On Thu, Mar 6, 2014 at 12:34 AM, Punith S punit...@cloudbyte.com wrote: the first

Re: Review Request 18795: Sanity code review for: JIRA CloudStack-764 nTier Apps 2.0 : Redundant Virtual Router for VPC

2014-03-06 Thread Daan Hoogland
Karl, thanks. This is very clear and I was missing something entirely. I misled myself by interpreting CRUD as db action exclusively. You have cleared my mind and make a lot of sense. On Thu, Mar 6, 2014 at 4:29 PM, Karl Harris karl.har...@sungard.com wrote: The description below is what my

Re: Review Request 17888: Dispatcher corrections, refactoring and tests. Corrects problems from previous attempt

2014-03-06 Thread Antonio Fornie
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17888/ --- (Updated March 6, 2014, 4:36 p.m.) Review request for cloudstack, Alena

RE: OVS plugin in CloudStack 4.3.0

2014-03-06 Thread Animesh Chaturvedi
-Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Wednesday, March 05, 2014 10:29 AM To: Nguyen Anh Tu; dev@cloudstack.apache.org Cc: Florin Dumitrascu; Murali Reddy Subject: RE: OVS plugin in CloudStack 4.3.0 From: ng.t...@gmail.com

Re: com.vmware.vim25 Dependency Issue?

2014-03-06 Thread Min Chen
No. Those two jars are out-of-dated, we have upgraded to vmware SDK 5.1, those are for older version of SDK. Thanks -min On 3/6/14 4:44 AM, Alex Hitchins alex.hitch...@shapeblue.com wrote: I've just downloaded and run the install-non-oss.sh script however I'm getting lots of errors like the

Re: Review Request 18844: Amended review request (origin: https://reviews.apache.org/r/17531/)

2014-03-06 Thread Daan Hoogland
Alex, you don't have to create a new review request for this. If you upload a new version of the patch we can see the diff online and decide more easily that concerns were met and no new concerns where introduced. On Thu, Mar 6, 2014 at 3:59 PM, Alexander Hitchins alex.hitch...@shapeblue.com

Re: OVS plugin in CloudStack 4.3.0

2014-03-06 Thread Nguyen Anh Tu
On Fri, Mar 7, 2014 at 12:28 AM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Tuna I also noticed in your patch you are making changes to older upgrade file schema-410to420.sql. After 4.2 is released the upgrade file is frozen and we cannot change it. Sure, Animesh. That's why I

RE: com.vmware.vim25 Dependency Issue?

2014-03-06 Thread Alex Hitchins
Ah, OK. So when I download the SDK the jars are part of the install? Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Min Chen [mailto:min.c...@citrix.com] Sent: 06 March 2014 17:37 To:

Re: com.vmware.vim25 Dependency Issue?

2014-03-06 Thread Min Chen
apputils.jar and vim.jar are not needed in new Vmware SDK jar for 5.1. You only need to download that vmware-vim25.jar, and install, things should work. Be sure to clean your old .m2 repository for the old vmware jars. Thanks -min On 3/6/14 9:54 AM, Alex Hitchins alex.hitch...@shapeblue.com

Re: Review Request 18768: CLOUDSTACK-6151: Local data disk with tag goes to the wrong local storage pool

2014-03-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18768/#review36381 --- Commit 7fb2b8c68e7374d1969ce5ae9af890948dfdd9ce in cloudstack's

Re: Review Request 18759: HTTP support for console proxy and making it default

2014-03-06 Thread Amogh Vasekar
On March 6, 2014, 6:31 p.m., John Kinsella wrote: setup/db/db/schema-421to430.sql, line 126 https://reviews.apache.org/r/18759/diff/4/?file=511206#file511206line126 1) Why 2 subqueries on these 2 updates? Shouldn't just... UPDATE `cloud`.`configuration` SET

Re: Couple JavaScript Questions

2014-03-06 Thread Mike Tutkowski
Just ran a little test on #2 and if args is null, it returns N/A as expected. On Thu, Mar 6, 2014 at 8:41 AM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Well, I believe the way it works is maxiops is being passed to the converter function with the name args. The code does work, but

Just checked in a minor change to the DB

2014-03-06 Thread Mike Tutkowski
Hi everyone, Just wanted to give you a heads up that I made a minor change to two views in the DB in 9b66866dc2085486f465159cbd446ac03e266a2c: service_offering_view and disk_offering_view I added some columns to these views so I could present additional info in the GUI. If you want to bring

Re: Review Request 18795: Sanity code review for: JIRA CloudStack-764 nTier Apps 2.0 : Redundant Virtual Router for VPC

2014-03-06 Thread Karl Harris
On March 6, 2014, 10:09 a.m., daan Hoogland wrote: Are you contemplating redundant routing on a per network basis? It would seem to me that the router, hence the whole vpc with all it networks is redundant or not. The description below is what my initial code is working toward: Turn

RE: 4.3 vote

2014-03-06 Thread Prachi Damle
John, I could not reproduce this broken build on 4.3 after wiping out my entire repository. 1. rm -rf ~/.m2/repository 2. mvn clean install -Pawsapi My build is successful. Can someone who is able to reproduce this check this further? Prachi [INFO]

Re: Review Request 16385: Fix for CloudStack JIRA 4406

2014-03-06 Thread Alena Prokharchyk
Mandar, I¹ve ran into this checkin submitted by you: b0c6d4734724358df97b6fa4d8c5beb0f447745e - Updated APICommand annotation to add new flags that indicate if API request or response carry sensitive info And have a couple of comments on that. 1) I don¹t see the parameter being checked

RE: com.vmware.vim25 Dependency Issue?

2014-03-06 Thread Alex Hitchins
Min, I've just registered vim25 and still get similar errors as below. I can only see this jar in my m2 directory. java: cannot find symbol symbol: class InvalidCollectorVersionFaultMsg location: package com.vmware.vim25 I'll continue the battle tomorrow. Alex Hitchins D: +44 1892 523

RE: Review Request 18844: Amended review request (origin: https://reviews.apache.org/r/17531/)

2014-03-06 Thread Alex Hitchins
Ah, sorry - I'll delete this one and add to the original. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 06 March 2014 17:39 To: dev; Alex

apidocs build failure

2014-03-06 Thread Alex Hitchins
Just trying a build against 4.3 (not 4.3-forward) and I get the following error: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc: Command execution failed. Process exited with an error: 2 (Exit value: 2) - [Help 1] Anyone else

RE: apidocs build failure

2014-03-06 Thread Alex Hitchins
It looks similar but exactly the same. I'll try against 4.3-forward. Regards Alex Hitchins D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969 alex.hitch...@shapeblue.com -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: 06 March 2014 22:24 To:

Re: apidocs build failure

2014-03-06 Thread John Kinsella
Can’t quite tell if that’s the same as what I was seeing - haven’t tried for a few days http://markmail.org/thread/6drub4m2xgrgtfxt On Mar 6, 2014, at 2:12 PM, Alex Hitchins alex.hitch...@shapeblue.commailto:alex.hitch...@shapeblue.com wrote: Just trying a build against 4.3 (not 4.3-forward)

RE: 4.3 vote

2014-03-06 Thread Animesh Chaturvedi
Folks anyone else seeing this? I want to build RC soon and wanted to confirm if this is an issue or not and if so if we can get a fix right away -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Thursday, March 06, 2014 1:20 PM To: dev@cloudstack.apache.org

Re: apidocs build failure

2014-03-06 Thread Wei ZHOU
This is because of the command listOvsElements. Actually it is introduced in 4.4, so it should not exist in 4.3 However, if you cherry-pick the Ovs-related commits from master/4.4 to 4.3, you need to add a category in gen_toc.py diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py

RE: apidocs build failure

2014-03-06 Thread Animesh Chaturvedi
I do not run into this issue in 4.3 branch. Animesh -Original Message- From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com] Sent: Thursday, March 06, 2014 2:12 PM To: dev Subject: apidocs build failure Just trying a build against 4.3 (not 4.3-forward) and I get the following

Re: 4.3 vote

2014-03-06 Thread John Kinsella
David was seeing this as well. This is is a documented problem at https://issues.apache.org/jira/browse/RAMPART-393. I just spun up a VM at AWS using a 64 bit amazon linux api. Ran the commands below, got same errors: 1 sudo yum update 2 yum install git java-1.7.0-openjdk-devel 3

Build failed in Jenkins: build-master #421

2014-03-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/421/changes Changes: [sheng.yang] CLOUDSTACK-6047: Introduce Aggregated commands queue to VR [sheng.yang] CLOUDSTACK-6047: Add testing for VR aggregation commands -- [...truncated 808 lines...]

Re: Review Request 18759: HTTP support for console proxy and making it default

2014-03-06 Thread Amogh Vasekar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18759/ --- (Updated March 7, 2014, 12:32 a.m.) Review request for cloudstack, Demetrius

Re: [DISCUSS] realhostip.com going away

2014-03-06 Thread Kelven Yang
On 3/2/14, 8:15 AM, Paul Angus paul.an...@shapeblue.com wrote: There are a few issues with the current console proxy setup, not least of which is the need to have internet access to resolve realhostip.com in the first place - so console proxy can't work if you don't have internet access on your

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

2014-03-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/422/changes

Re: [DISCUSS] realhostip.com going away

2014-03-06 Thread John Kinsella
So - I’ve browsed around a little after pondering the idea of doing crypto at the JS level, but I can’t seem to make the argument and keep a straight face. I did find a JS library [1] that would probably work, but still you’re left with 2 issues: 1) gotta get the library securely to the browser

Build failed in Jenkins: build-master-slowbuild #373

2014-03-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/373/changes Changes: [Alena Prokharchyk] Removed unused parameter from @Parameter [sheng.yang] CLOUDSTACK-6047: Introduce Aggregated commands queue to VR [sheng.yang] CLOUDSTACK-6047: Add testing for VR aggregation commands

Re: spring modification in order to register new storage plugin ?

2014-03-06 Thread Punith S
thanks mike , it worked :) On Thu, Mar 6, 2014 at 8:48 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi Punith, Did you add something like this to client/pom.xml? dependency groupIdorg.apache.cloudstack/groupId

Re: spring modification in order to register new storage plugin ?

2014-03-06 Thread Mike Tutkowski
No problem! On Thu, Mar 6, 2014 at 10:14 PM, Punith S punit...@cloudbyte.com wrote: thanks mike , it worked :) On Thu, Mar 6, 2014 at 8:48 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi Punith, Did you add something like this to client/pom.xml? dependency

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Punith S
yea sure , will target this for 4.5. thanks On Thu, Mar 6, 2014 at 8:37 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Just to clarify, Punith: You are correct that changing storage QoS dynamically will be a more time-consuming task than adding that kind of support on the

Re: Change Volume IOPS on fly without detaching the disk feature.

2014-03-06 Thread Mike Tutkowski
Sounds good - let's plan on that for 4.5. :) On Thu, Mar 6, 2014 at 10:15 PM, Punith S punit...@cloudbyte.com wrote: yea sure , will target this for 4.5. thanks On Thu, Mar 6, 2014 at 8:37 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Just to clarify, Punith: You are

Review Request 18894: CLOUDSTACK-6210 LDAP:listLdapUsers api throws exception when we click on Add LDAP Account

2014-03-06 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18894/ --- Review request for cloudstack, Abhinandan Prateek and Ian Duffy. Bugs:

Review Request 18896: Fixed a local variable issue reported

2014-03-06 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18896/ --- Review request for cloudstack and Girish Shilamkar. Bugs: CLOUDSTACK-5674

Re: Review Request 18623: CLOUDSTACK-6147: Adding first set of test cases for Dynamic Compute Offering feature

2014-03-06 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18623/#review36496 --- Ship it! Ship It! - Santhosh Edukulla On Feb. 28, 2014, 1:47

Re: Review Request 18894: CLOUDSTACK-6210 LDAP:listLdapUsers api throws exception when we click on Add LDAP Account

2014-03-06 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18894/ --- (Updated March 7, 2014, 6:10 a.m.) Review request for cloudstack, Abhinandan

Re: Review Request 18735: CLOUDSTACK-4840: Final set of test cases for Multiple IPs per NIC feature

2014-03-06 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18735/#review36497 --- Ship it! Ship It! - Santhosh Edukulla On March 4, 2014, 5:12

Jenkins build is back to normal : build-master-slowbuild #374

2014-03-06 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-slowbuild/374/changes

Re: apidocs build failure

2014-03-06 Thread Wei ZHOU
git status then you can see some files which are untracked. for example # api/src/com/cloud/network/OvsProvider.java # api/src/org/apache/cloudstack/api/command/admin/router/ConfigureOvsElementCmd.java # api/src/org/apache/cloudstack/api/command/admin/router/ListOvsElementsCmd.java #

RE: 4.3 vote

2014-03-06 Thread Animesh Chaturvedi
Ok so how do we get past this? This should have been pre-existing as dependency has been broken for a long time and I am not sure if this should block our next RC. -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Thursday, March 06, 2014 4:14 PM To:

RE: apidocs build failure

2014-03-06 Thread Alex Hitchins
Hi Wei, I seem to have a build working now, I'm getting the UI up in Jetty which is much better state of affairs on yesterday! I didn't need to do anything with that OvsProvider.java file in the end, I cleared out my .m2 folder, did an mvn clean install then redeployed the databases. I will

Re: CLOUDSTACK-5641

2014-03-06 Thread Namita Chaudhari
Hi Nitin, Regarding *CLOUDSTACK-5641, *can you please verify the screenshot and let me know that is it the same local storage you are looking for in UI? Please let me know your comments. Thanks and Regards, Namita On Tue, Feb 25, 2014 at 7:11 PM, Namita Chaudhari namita.chaudh...@sungard.com