Review Request 23257: Cloudstack network-element plugin to orchestrate Juniper's switches (for L2 services)

2014-07-03 Thread Pradeep HK
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23257/ --- Review request for cloudstack. Bugs: CLOUDSTACK-5398 https://issues.apache.

RE: Doc on Network Throttling

2014-07-03 Thread Rajesh Battala
Hi Alena, I have updated wiki for Hyper-V Thanks Rajesh Battala From: Alena Prokharchyk Sent: Wednesday, July 2, 2014 3:43 AM To: Anthony Xu; Kelven Yang; Edison Su; Rajesh Battala; dev@cloudstack.apache.org Subject: Doc on Network Throttling As I remember seeing the question on how Network thr

Re: Review Request 23257: Cloudstack network-element plugin to orchestrate Juniper's switches (for L2 services)

2014-07-03 Thread Pradeep HK
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23257/ --- (Updated July 3, 2014, 8:19 a.m.) Review request for cloudstack. Changes

Re: git commit: updated refs/heads/4.3 to 85bed5f

2014-07-03 Thread Rajani Karuturi
If you see the code above try block, placeholder is getting set only when VmJobEnabled.value() is true. so, doing a not null check on placeholder will imply that VmJobEnabled.value() is true. Here is the complete code block 755

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Koushik Das
> On July 1, 2014, 10:36 a.m., Koushik Das wrote: > > Why are tests using simulator mock moved to 'maint' folder? > > > > If you remove test_deploy_vm.py make sure that the following test is moved > > to another file. This is meant to test list VM with multiple 'ids'. > > > > @attr(tags =

Re: Doc on Network Throttling

2014-07-03 Thread Rajani Karuturi
Thanks for the wiki alena and rajesh. Can this be moved to docs? http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/service_offerings.html#network-throttling ~Rajani On 03-Jul-2014, at 1:27 pm, Rajesh Battala mailto:rajesh.batt...@citrix.com>> wrote: Hi Alena, I

Re: Review Request 22721: removed hard coded jdk_dirs in cloud-usage script

2014-07-03 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22721/ --- (Updated July 3, 2014, 8:59 a.m.) Review request for cloudstack, Kishan Kavala,

[ACS431]CLOUDSTACK-6360: Usage server failed to start with 4.4 build

2014-07-03 Thread Rajani Karuturi
Hi Sebastien, while rebasing the fix for CLOUDSTACK-6926, I observed that mysql connector related changes aren’t done in the debian cloud-usage script. I reopened the related issue https://issues.apache.org/jira/browse/CLOUDSTACK-6360?focusedCommentId=14051219 I think it would be good to have t

Release 4.5 / 4.6

2014-07-03 Thread Hugo Trippaers
Hey all, Just checking the schedule. Sticking to the fourth month release cycle means that the feature freeze for 4.5 is coming up really fast. The feature freeze for 4.4 was March 19 That makes the feature freeze date for 4.5 July 19 And the feature freeze for 4.6 November 19 Do we have any vo

RE: git commit: updated refs/heads/4.3 to 85bed5f

2014-07-03 Thread Santhosh Edukulla
Though logically it is correct, but still it makes sense to use expunge based upon the business condition i.e., vmjobenabled.value() , we are using intermediate statement reference to expunge which may do the task, but the logic of expunge when to expunge or when not to expunge is based on vmj

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/#review47282 --- Ship it! Ship It! - Santhosh Edukulla On July 2, 2014, 10:16 p.m

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/#review47283 --- Ship it! Ship It! - Santhosh Edukulla On July 2, 2014, 10:16 p.m

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23195/#review47284 --- Ship it! Ship It! - Santhosh Edukulla On July 2, 2014, 6:55 a.m.

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance issues and bugs reported by coverity

2014-07-03 Thread Santhosh Edukulla
> On July 2, 2014, 12:50 p.m., Hugo Trippaers wrote: > > Good stuff, but there seem to be a number of places where the > > PreparedStatement should be inside the try clause to actually guarantee > > closing the resource i think. Can you have a look? Hugo, Please let me know if the comments a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 3, 2014, 10:22 a.m.) Review request for cloudstack, Abhinandan Pr

Review Request 23258: CLOUDSTACK-7062: Tagging test case with BugId

2014-07-03 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23258/ --- Review request for cloudstack and Girish Shilamkar. Bugs: CLOUDSTACK-7062 h

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance issues and bugs reported by coverity

2014-07-03 Thread Hugo Trippaers
> On July 2, 2014, 12:50 p.m., Hugo Trippaers wrote: > > engine/schema/src/com/cloud/dc/dao/VlanDaoImpl.java, line 310 > > > > > > Shouldn't this be inside the try-with-resources bit of the try keyword? > > Santhosh E

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Santhosh Edukulla
> On July 3, 2014, 10:02 a.m., Santhosh Edukulla wrote: > > Ship It! Patch didnt apply cleanly. Please check. As well, do we need two folders now one maint and one misc? Is both the purpose same beneath to run them separately and sequentially. If yes, we can have one folder for now. What say?

Re: Review Request 23257: Cloudstack network-element plugin to orchestrate Juniper's switches (for L2 services)

2014-07-03 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23257/#review47287 --- Thanks for submitting this review, great to see this happening. Bes

Re: Review Request 23257: Cloudstack network-element plugin to orchestrate Juniper's switches (for L2 services)

2014-07-03 Thread Pradeep HK
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23257/ --- (Updated July 3, 2014, 11:54 a.m.) Review request for cloudstack and Hugo Tripp

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47289 --- I'm not sure we can actually have a dependency on the mysql connecto

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 3, 2014, 11:58 a.m.) Review request for cloudstack, Abhinandan Pr

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Gaurav Aradhye
> On July 3, 2014, 3:32 p.m., Santhosh Edukulla wrote: > > Ship It! > > Santhosh Edukulla wrote: > Patch didnt apply cleanly. Please check. As well, do we need two folders > now one maint and one misc? Is both the purpose same beneath to run them > separately and sequentially. If yes, we c

Re: Review Request 23258: CLOUDSTACK-7062: Tagging test case with BugId

2014-07-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23258/#review47291 --- Commit f5139f78395146ee99b9e0fdc376351b28c34063 in cloudstack's bran

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Santhosh Edukulla
> On July 3, 2014, 10:02 a.m., Santhosh Edukulla wrote: > > Ship It! > > Santhosh Edukulla wrote: > Patch didnt apply cleanly. Please check. As well, do we need two folders > now one maint and one misc? Is both the purpose same beneath to run them > separately and sequentially. If yes, we

Re: Review Request 23258: CLOUDSTACK-7062: Tagging test case with BugId

2014-07-03 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23258/ --- (Updated July 3, 2014, 5:49 p.m.) Review request for cloudstack and Girish Shil

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Gaurav Aradhye
> On July 3, 2014, 3:32 p.m., Santhosh Edukulla wrote: > > Ship It! > > Santhosh Edukulla wrote: > Patch didnt apply cleanly. Please check. As well, do we need two folders > now one maint and one misc? Is both the purpose same beneath to run them > separately and sequentially. If yes, we c

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
> On July 3, 2014, 11:58 a.m., Hugo Trippaers wrote: > > I'm not sure we can actually have a dependency on the mysql connector like > > this because of it's GPL license. I'll check this and get back on this > > before we can accept this patch. Hugo, I committed this patch (on master ce5061e10

Re: Review Request 23258: CLOUDSTACK-7062: Tagging test case with BugId

2014-07-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23258/#review47295 --- Commit 8c61566d612700f79b26e4e074502274cd676dcb in cloudstack's bran

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
> On July 3, 2014, 11:58 a.m., Hugo Trippaers wrote: > > I'm not sure we can actually have a dependency on the mysql connector like > > this because of it's GPL license. I'll check this and get back on this > > before we can accept this patch. > > Koushik Das wrote: > Hugo, I committed thi

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Hugo Trippaers
Hey Koushik, No problem, will do if required. The review doesn’t have a “ship it” state, so thats why i assumed it was not committed. Also a lot of folks adopted the common practice to put the commit id in a comment after committing a review. That makes it easier to trace. Cheers, Hugo On 3

Build error

2014-07-03 Thread Mohamed Ali Saidi
Hi, I'm trying to build Coudstack and i got this error: File "/home/cloudstack/tools/apidoc/gen_toc.py", line 223 with file(out, 'w') as f: ^ SyntaxError: invalid syntax any idea? regards,

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Hugo Trippaers
On to the actual point behind my comment, ASF policy is not very clear about when we can or can’t put anything in our code that points to something with a (L)GPL license. I would like some feedback from people with a finer grasp of the policy to see if we can actually include this dependency on

Re: Review Request 22721: removed hard coded jdk_dirs in cloud-usage script

2014-07-03 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22721/#review47297 --- Ship it! Applied to 4.3 branch for 4.3.1 release thanks, you can m

Re: Review Request 23168: Update cloudstack-usage JAVA_HOME to find JRE for Java 7

2014-07-03 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23168/#review47298 --- Ok, there was actually an earlier patch https://reviews.apache.org/r

Re: [ACS431]CLOUDSTACK-6360: Usage server failed to start with 4.4 build

2014-07-03 Thread sebgoa
On Jul 3, 2014, at 11:10 AM, Rajani Karuturi wrote: > Hi Sebastien, > > while rebasing the fix for CLOUDSTACK-6926, I observed that mysql connector > related changes aren’t done in the debian cloud-usage script. > I reopened the related issue > https://issues.apache.org/jira/browse/CLOUDSTAC

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23195/ --- (Updated July 3, 2014, 7:02 p.m.) Review request for cloudstack, Koushik Das an

Re: Review Request 23195: CLOUDSTACK-6873: Moving the tests using SimulatorMock to different folder so that they can be run separately and serially

2014-07-03 Thread Gaurav Aradhye
> On July 3, 2014, 3:32 p.m., Santhosh Edukulla wrote: > > Ship It! > > Santhosh Edukulla wrote: > Patch didnt apply cleanly. Please check. As well, do we need two folders > now one maint and one misc? Is both the purpose same beneath to run them > separately and sequentially. If yes, we c

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47300 --- Ship it! master -> ce5061e107f743e52b23445fd97fcf60d8160ec6 - Kous

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
I was about to give the "ship it" and then saw your comment. Anyways have done it now. On 03-Jul-2014, at 6:03 PM, Hugo Trippaers wrote: > Hey Koushik, > > No problem, will do if required. > > The review doesn’t have a “ship it” state, so thats why i assumed it was not > committed. Also a lo

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 02:59:55PM +0200, Hugo Trippaers wrote: > > On to the actual point behind my comment, ASF policy is not very clear > about when we can or can’t put anything in our code that points to > something with a (L)GPL license. I would like some feedback from > people with a finer g

Re: [ACS 4.4] cherry-pick CLOUDSTACK-7047

2014-07-03 Thread Daan Hoogland
On Thu, Jul 3, 2014 at 3:27 AM, Prachi Damle wrote: ... > Commit# 40e28de7275804f4483868ba8a737878ff54fba8 You are intrroducing windows line endings! picking anyway. > Commit# f37b1524892ab805615dbff2c59e5a1d10c116d3 regards, -- Daan

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 01:37:27PM +, Koushik Das wrote: > I was about to give the "ship it" and then saw your comment. Anyways have > done it now. We are likely to need to revert (or at least change through a new commit) a bunch of things introduced within the pom and msi files. See my last

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47301 --- -1 to this commit until legal policy issues are resolved - Chip Chi

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Daan Hoogland
Ove, you are talking of the xapi version(?), strange I didn't catch that one. I did a test compile and then redid my dist creation. I'll look into this. If it didn't compile it is not nitpicking! Daan On Thu, Jul 3, 2014 at 6:06 AM, Ove Ewerlid wrote: > -1 > > The top level pom.xml still contain

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Mike Tutkowski
Thanks for clarifying, Hugo! On Thursday, July 3, 2014, Hugo Trippaers wrote: > Hey Mike, > > That is technically not the way this vote works. Release votes a a “Lazy > Majority” vote. This means that the vote requires at least 3 binding +1 > votes and more +1 votes than -1 votes. For the exact

Re: Doc on Network Throttling

2014-07-03 Thread David Nalley
Rajani: No reason you can't do that. Submit a pull request: https://github.com/apache/cloudstack-docs-admin --David On Thu, Jul 3, 2014 at 4:52 AM, Rajani Karuturi wrote: > Thanks for the wiki alena and rajesh. > Can this be moved to docs? > http://docs.cloudstack.apache.org/projects/cloudstac

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Leo Simons
Heya, On 7/3/14, 4:11 PM, "Chip Childers" wrote: >On Thu, Jul 03, 2014 at 02:59:55PM +0200, Hugo Trippaers wrote: >> >> On to the actual point behind my comment, ASF policy is not very clear >> about when we can or can¹t put anything in our code that points to >> something with a (L)GPL license.

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 03:14:30PM +, Leo Simons wrote: > It looks like that maven pom on windows _by default_ downloads and > installs a variety of non-apache-license (and/or non-mit/bsd/variant > license) software. That shouldn¹t really happen. The principle is one of > ³least surprise²: As a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread David Nalley
On Thu, Jul 3, 2014 at 12:08 PM, Chip Childers wrote: > On Thu, Jul 03, 2014 at 03:14:30PM +, Leo Simons wrote: >> It looks like that maven pom on windows _by default_ downloads and >> installs a variety of non-apache-license (and/or non-mit/bsd/variant >> license) software. That shouldnąt rea

[ANNOUNCE] New PMC Member: Mark Hinkle

2014-07-03 Thread John Burwell
The Project Management Committee (PMC) for Apache CloudStack has asked Mark Hinkle to join the PMC and we are pleased to announce that he has accepted.  Join me in congratulating Mark!  -The CloudStack PMC

Re: Regarding UI for SSL termination/offloading feature

2014-07-03 Thread Syed Ahmed
Hey Rajesh, I had the UI in my dev branch but could not send that for review as I got busy with other work. I will dig that code up and send the request sometime next week. Thanks, -Syed On Wed 02 Jul 2014 03:23:20 AM EDT, Rajesh Battala wrote: Hi Syed, In FS, there are screenshots regardi

Re: createTemplate API lacks sshkeyenabled?

2014-07-03 Thread Harikrishna Patnala
Yes Demetrius, please raise a bug at https://issues.apache.org/jira -Harikrishna On 03-Jul-2014, at 12:52 am, Demetrius Tsitrelis wrote: > OK, should I raise a bug to remove the parameter (at least from the > documentation)? > > -Original Message- > From: Harikrishna Patnala [mailto:

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-07-03 Thread John Burwell
Alex, You still have not answered my most important question — why is this replication being performed by the management server and not through the underlying datastore?  There are mature, battle tested master-master replication facilities available for MySQL.  CloudStack is an infrastructure

Re: Build error

2014-07-03 Thread Erik Weber
Old Python installed? Not sure what the required version is, what version do you have installed? Erik 3. juli 2014 14:52 skrev "Mohamed Ali Saidi" følgende: > Hi, > > I'm trying to build Coudstack and i got this error: > > File "/home/cloudstack/tools/apidoc/gen_toc.py", line 223 > with

Re: [ANNOUNCE] New PMC Member: Mark Hinkle

2014-07-03 Thread Mike Tutkowski
Congratulations, Mark! On Thursday, July 3, 2014, John Burwell wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Mark Hinkle to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Mark! > > > -The CloudStack PMC --

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-07-03 Thread Silvano Nogueira Buback
Hi guys, I think you are busy because 4.4 release tasks, but I'm worried about the time to 4.5 feature freeze. I put the documentation of feature in wiki as requested and I hoped people read there and make some comments here. To help, I will put design issues that are in document, one by one,

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-07-03 Thread Erik Weber
To push that choice over to the operator you could add it as a global/zone/network option. As an operator i would prefer to have my own logic to handle cleanup, but this varies for everyone hence the option :-) Erik 3. juli 2014 21:45 skrev "Silvano Nogueira Buback" følgende: > Hi guys, > >

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Daan Hoogland
Ove, any target specific? mvn clean test works. On Thu, Jul 3, 2014 at 6:06 AM, Ove Ewerlid wrote: > -1 > > The top level pom.xml still contains a -SNAPSHOT suffix. > > https://github.com/apache/cloudstack/blob/4.4-RC20140702T2107/pom.xml > > line 63. > > Removing the -SNAPSHOT suffix allows com

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-03 Thread Alena Prokharchyk
Daan, there are similar problem in saveaccount/saveuser methods in thr same class - introduced by this commit as well. I can fix it myself on Monday (Its holiday days today and tomorrow at Citrix, usa); or you can revert them as well along with the fix you do for network groups. Let me know, an

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-03 Thread Daan Hoogland
Alena, I really want to fix issues in this line, because I really want us to use exceptions properly and never ignore them. So I would like handle them or log at least. Thanks for your patients. I am not sure of what you mean. Is this close: diff --git a/server/src/com/cloud/server/ConfigurationS

[ANNOUNCE] Will Stevens as committer

2014-07-03 Thread sebgoa
The Project Management Committee (PMC) for Apache CloudStack has asked Will Stevens to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and elimin

Re: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Daan Hoogland
Will, felicitations and enjoy the ride. On Thu, Jul 3, 2014 at 10:43 PM, sebgoa wrote: > The Project Management Committee (PMC) for Apache CloudStack has > asked Will Stevens to become a committer and we are pleased to announce > that he has accepted. > > Being a committer allows many contributor

RE: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Alex Hitchins
Congratulations! Alex Hitchins | 07788 423 969 | 01892 523 587 -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: 03 July 2014 21:43 To: cloudstack Subject: [ANNOUNCE] Will Stevens as committer The Project Management Committee (PMC) for Apache CloudStack has asked Will Ste

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Ove Ewerlid
On 07/03/2014 10:16 PM, Daan Hoogland wrote: Ove, any target specific? mvn clean test works. No target specifics AFAIK. Below is a short script that repeats the issue. For the example run below a Fedora 20 system was used, the same error is seen on OEL65 (Oracle variant of RHEL65). This cou

RE: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Nguyen Anh Tu
Congrats Will! --Tuna Sent from my GT-N7000 On Jul 4, 2014 4:26 AM, "Alex Hitchins" wrote: > Congratulations! > > > Alex Hitchins | 07788 423 969 | 01892 523 587 > > -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: 03 July 2014 21:43 > To: cloudstack > Subject: [ANNOU

RE: Regarding UI for SSL termination/offloading feature

2014-07-03 Thread Rajesh Battala
Please do that. It will be great help to community so that no need to re-invent the UI for this feature. I can test the UI part. Thanks Rajesh Battala -Original Message- From: Syed Ahmed [mailto:sah...@cloudops.com] Sent: Thursday, July 3, 2014 11:26 PM To: Rajesh Battala Cc: dev@clouds

Re: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Francois Gaudreault
Finally! :) Good Job Will! Francois On 2014-07-03, 8:25 PM, Nguyen Anh Tu wrote: Congrats Will! --Tuna Sent from my GT-N7000 On Jul 4, 2014 4:26 AM, "Alex Hitchins" wrote: Congratulations! Alex Hitchins | 07788 423 969 | 01892 523 587 -Original Message- From: sebgoa [mailto

Re: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Syed Ahmed
Congratulations Will :D -Syed On 14-07-03 10:56 PM, Francois Gaudreault wrote: Finally! :) Good Job Will! Francois On 2014-07-03, 8:25 PM, Nguyen Anh Tu wrote: Congrats Will! --Tuna Sent from my GT-N7000 On Jul 4, 2014 4:26 AM, "Alex Hitchins" wrote: Congratulations! Alex Hitchin

Re: Doc on Network Throttling

2014-07-03 Thread Rajani Karuturi
It would be better if its in the original authors name instead of me copy pasting stuff. Its very easy to submit a doc pull request. ~Rajani On 03-Jul-2014, at 8:09 pm, David Nalley wrote: > Rajani: > > No reason you can't do that. Submit a pull request: > https://github.com/apache/cloudsta

Re: Doc on Network Throttling

2014-07-03 Thread Rajani Karuturi
It would be better if its in the original authors name instead of me copy pasting stuff. Its very easy to submit a doc pull request. ~Rajani On 03-Jul-2014, at 8:09 pm, David Nalley wrote: > Rajani: > > No reason you can't do that. Submit a pull request: > https://github.com/apache/cloudsta

Re: [ACS431]CLOUDSTACK-6360: Usage server failed to start with 4.4 build

2014-07-03 Thread Rajani Karuturi
I was thinking that Rayees would commit the fix as the bug is reopened. Will wait for him to comment. ~Rajani On 03-Jul-2014, at 6:43 pm, sebgoa wrote: > > On Jul 3, 2014, at 11:10 AM, Rajani Karuturi > wrote: > >> Hi Sebastien, >> >> while rebasing the fix for CLOUDSTACK-6926, I obser

Re: To disable ISO on booting up the vm

2014-07-03 Thread Giri Prasad
Thanks for the reply. detach ISO option worked. - Original Message - From: Suresh Sadhu To: "dev@cloudstack.apache.org" ; Giri Prasad Cc: "us...@cloudstack.apache.org" Sent: Thursday, 3 July 2014 9:41 AM Subject: RE: To disable ISO on booting up the vm Detach the attached ISO from

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
> On July 3, 2014, 2:18 p.m., Chip Childers wrote: > > -1 to this commit until legal policy issues are resolved Reverted the commit commit 4607c26949b6b925fdc0eb2a5253d536dd333439 Author: Koushik Das Date: Fri Jul 4 10:04:04 2014 +0530 Revert "CLOUDSTACK-6834 : 3. Some description chang

Re: [ANNOUNCE] New PMC Member: Mark Hinkle

2014-07-03 Thread Rohit Yadav
Congratulations Mark! Regards. John Burwell wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Mark Hinkle to join the PMC and we are pleased to announce that he has accepted. Join me in congratulating Mark! -The CloudStack PMC -- Rohit Yadav Software Architect,

Re: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Rohit Yadav
Congrats Will! Regards. sebgoa wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Will Stevens to become a committer and we are pleased to announce that he has accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it ma

RE: [ANNOUNCE] New PMC Member: Mark Hinkle

2014-07-03 Thread Rajesh Battala
Hearty Congratulations Mark -Original Message- From: John Burwell [mailto:jburw...@basho.com] Sent: Thursday, July 3, 2014 11:21 PM To: dev@cloudstack.apache.org Cc: market...@cloudstack.apache.org Subject: [ANNOUNCE] New PMC Member: Mark Hinkle The Project Management Committee (PMC) fo

RE: [ANNOUNCE] Will Stevens as committer

2014-07-03 Thread Rajesh Battala
Hearty Congratulations Will. -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Friday, July 4, 2014 2:13 AM To: cloudstack Subject: [ANNOUNCE] Will Stevens as committer The Project Management Committee (PMC) for Apache CloudStack has asked Will Stevens to become a committe

RE: Regarding UI for SSL termination/offloading feature

2014-07-03 Thread Rajesh Battala
Sayed, There is a bug I found in feature, I have fixed it and pushed to master. CLOUDSTACK-7037 - Unable to add new vm/service to existing LB rule of SSL protocol Thanks Rajesh Battala -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Friday, July 4, 201

Re: Doc on Network Throttling

2014-07-03 Thread Sebastien Goasguen
> On 4 Jul 2014, at 05:37, Rajani Karuturi wrote: > > It would be better if its in the original authors name instead of me copy > pasting stuff. Its very easy to submit a doc pull request. > Agreed, it's super easy :) > ~Rajani > > > >> On 03-Jul-2014, at 8:09 pm, David Nalley wrote: >>

RE: Regarding UI for SSL termination/offloading feature

2014-07-03 Thread Saksham Srivastava
We also have few gaps in the FS. There is no reference API in the FS which makes it difficult to use the feature given that there is no UI still. Will update the FS in a couple of days. Thanks, Saksham -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Fri

Re: [ACS431]CLOUDSTACK-6360: Usage server failed to start with 4.4 build

2014-07-03 Thread Shanker Balan
Comments inline. On 04-Jul-2014, at 9:09 am, Rajani Karuturi wrote: > I was thinking that Rayees would commit the fix as the bug is reopened. Will > wait for him to comment. > > ~Rajani As a side note, packaging/centos63/cloud-usage.rc refers to /etc/sysconfig/default/"$SHORTNAME”. There is

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-03 Thread Daan Hoogland
In principle, yes. You descibed earlier that the -SNAPSHOT that is your problem is in 6.2.0-SNAPSHOT, the version for the xapi jar, not a 4.4.0-SNAPSHOT detailing cloudstacks version. The code for setting this version hasn't changed so I suspect that 4.3.0 has in the top level pom 4.3.0-SNAPSHOT.