RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Paul Angus
If I manually fix the white spaces I can get past MySQL HA Strategy, but then I hit: [INFO] [INFO] Building Apache CloudStack Client UI 4.3.0 [INFO] Do

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Hugo Trippaers
Hey Paul, Just to be clear, this problem only occurs during the noredist build right? Mysql HA is one of the noredist features, so it should not be present in the regular build. I’m checking the poms now to see if everything is configured correctly. Cheers, Hugo On 12 mrt. 2014, at 08:14, Pa

Review Request 19039: CLOUDSTACK-2266: Adding automation tests for IP reservation feature

2014-03-12 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19039/ --- Review request for cloudstack, Santhosh Edukulla and SrikanteswaraRao Talluri.

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

2014-03-12 Thread jenkins
See -- [...truncated 18098 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Hugo Trippaers
The compile / pom problems are fixed in 4.3 branch. @Animesh, i pushed them straight into 4.3 as 4.3-forward is a bit of a mess at the moment. See other thread. Cheers, Hugo On 12 mrt. 2014, at 08:14, Paul Angus wrote: > If I manually fix the white spaces I can get past MySQL HA Strategy, b

Differences between 4.3 and 4.3-forward

2014-03-12 Thread Hugo Trippaers
Hey, There is a sizable number of differences between the two branch. Maybe it’s time to ditch 4.3-forward and recreate it based on current 4.3? Cheers, Hugo Hugos-MacBook-Pro:cloudstack hugo (4.3-forward)$ git diff --stat 4.3-forward 4.3 api/src/org/apache/cloudstack/api/command/user/loadb

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Paul Angus
Yes that's correct. I'm building noredist Regards, Paul Angus S: +44 20 3603 0540 | M: +447711418784 T: @CloudyAngus paul.an...@shapeblue.com Original message From: Hugo Trippaers Date:12/03/2014 07:32 (GMT+00:00) To: Paul Angus Cc: Animesh C

Re: [DISCUSS] realhostip.com going away

2014-03-12 Thread Nux!
On 12.03.2014 01:13, Amogh Vasekar wrote: Hi, I was looking at your blog and found you have mentioned that : "The problem is the intermediate CA cert cannot be added from the web interface." Can you please let me know the error you faced while uploading the intermediate CA cert via the UI? Tha

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-12 Thread Daan Hoogland
H Alex, I considder Chiradeeps comments quite valid and serious enough to anticipate not making friday 14:00 CET. That would mean no merge before 4.4. Can you live with that? On Wed, Mar 12, 2014 at 6:40 AM, Chiradeep Vittal wrote: > Hi Alex, > > If you look at the general design of CloudStack, t

[WIKI] Release test procedure contains wrong version of Java Open JDK

2014-03-12 Thread Wilder Rodrigues
Hi guys and gals, Could I get rights to the Apache Wiki page? In case that's not possible, could someone please edit the page and change the version of the Java JDK? It now says 1.6 instead of 1.7. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure sudo aptitude inst

RE: [WIKI] Release test procedure contains wrong version of Java Open JDK

2014-03-12 Thread Wilder Rodrigues
Already got rights and page has been edited. Thanks, Daan! Cheers, Wilder -Original Message- From: Wilder Rodrigues [mailto:wrodrig...@schubergphilis.com] Sent: Wednesday, March 12, 2014 10:19 AM To: dev@cloudstack.apache.org Subject: [WIKI] Release test procedure contains wrong version

Can't create system VM

2014-03-12 Thread Tejas Gadaria
Hi, I am facing following error while trying to create system vm's. I am using CS 4.0.2 Logs are given below.. 2014-03-12 14:36:03,819 ERROR [vmware.mo.VirtualMachineMO] (DirectAgent-3:10.129.146.101) VMware createSnapshot_Task failed due to Invalid virtual machine configuration. com.vmware.vim25

RE: [DISCUSS] Enabling databse upgrades on master branch

2014-03-12 Thread Miguel Ferreira
I did a quick scan of the two tools proposed by Rajani and here's what I found: -Liquibase: o With Liquibase we would need to specify the changes (in change sets) to the database (using either XML, YAML, JSON or SQL). o Each change set would then be applied by the tool to a running

Affinity Groups and Project

2014-03-12 Thread zcsu
Question: Whether Project can not support Affinity Groups? Environment: CS4.2 + Xenserver6.2 Advance Zone Step: 1. I set a host as dedicated host to an account, affinity groups will auto create a affinity groups with type ExplicitDedication . 2. Then I crea

Re: Review Request 18964: Windowsfication of CloudStack Management Server - Changes to support windows OS

2014-03-12 Thread Donal Lafferty
> On March 11, 2014, 12:28 p.m., Donal Lafferty wrote: > > 1. How do you guarantee that 'sudo' is never added to scripts created by > > the Script class? See (utils/src/com/cloud/utils/script/Script.java) > > > > 2. How do you version control the .exe? > > > > 3. WiX can be run on Linux in

Re: [DISCUSS] Enabling databse upgrades on master branch

2014-03-12 Thread Daan Hoogland
H Miguel, Are these tools free for each dev. This might not be a restriction but would have my preference. what about redistributable parts, like classes that are part of the engine they implement? On Wed, Mar 12, 2014 at 10:41 AM, Miguel Ferreira wrote: > I did a quick scan of the two tools pro

RE: Affinity Groups and Project

2014-03-12 Thread Saksham Srivastava
Can you provide more logs, you can upload them on pastebin. Thanks, Saksham -Original Message- From: zcsu [mailto:szc...@hotmail.com] Sent: Wednesday, March 12, 2014 3:15 PM To: dev@cloudstack.apache.org Subject: Affinity Groups and Project Question: Whether Project can not support Affi

Re: [DISCUSS] Enabling databse upgrades on master branch

2014-03-12 Thread Rajani Karuturi
both are under Open Source: Apache 2.0 License I would also vote for liquibase as it xml driven(and database independent format) and it can output SQL to file(easier for db reviews). But, as Miguel already said, our current setup is more close flywaydb and it may be easier to migrate to it. ~

RE: How writing a new api of Pause VirtualMachine

2014-03-12 Thread Stephen Turner
Not answering your question, but note that XenServer has two different concepts: pause/unpause and suspend/resume. Normally you want suspend, which suspends to disk; with pause, the VM will continue using memory. In fact, the XenServer UI (XenCenter) doesn't even expose pause. -- Stephen Turne

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Damoder Reddy
HI Paul, After you pull Hugo changes are you able to build now? Thanks & Regards Damodar/ -Original Message- From: Paul Angus [mailto:paul.an...@shapeblue.com] Sent: Wednesday, March 12, 2014 2:04 PM To: Hugo Trippaers Cc: Animesh Chaturvedi; dev@cloudstack.apache.org Subject: Re: [VOT

Developer access to JIRA please

2014-03-12 Thread Stephen Turner
I have three developers on my team who have started to work on CloudStack, mostly in the UI and API area. Could somebody kindly give our JIRA accounts developer rights, so that we can assign and resolve bugs? Our ids are: stephen.tur...@citrix.com (Yes, my id is

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread nicolas.lamirault
I've got the same error during creation of a network : http://pastebin.com/aXryp0jj Le 11/03/2014 15:13, nicolas.lamira...@orange.com a écrit : Hi, Nobody has ideas for what concerns ? Le 10/03/2014 17:32, LAMIRAULT Nicolas MBS a écrit : Hi, I creates a network using API. Then, I try to crea

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

2014-03-12 Thread jenkins
See -- [...truncated 18098 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Re: [MERGE] resize-root branch

2014-03-12 Thread Nux!
On 11.03.2014 20:17, Marcus wrote: I'd like to merge the resize-root branch for the requested feature of being able to resize root volumes. I have pulled from master and tested. I should note that this feature is affected by an existing bug in master that was introduced recently, breaking the ex

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Paul Angus
Yes, I can build now. :-) Regards Paul Angus Cloud Architect S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus paul.an...@shapeblue.com -Original Message- From: Damoder Reddy [mailto:damoder.re...@citrix.com] Sent: 12 March 2014 10:49 To: dev@cloudstack.apache.org; Hugo Trippaers

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread Wei ZHOU
select * from networks where broadcast_uri ='vlan://2013' 2014-03-12 11:58 GMT+01:00 : > I've got the same error during creation of a network : > > http://pastebin.com/aXryp0jj > > Le 11/03/2014 15:13, nicolas.lamira...@orange.com a écrit : > > Hi, >> Nobody has ideas for what concerns ? >> >>

Re: Review Request 19022: List VM enhancement to support querying with multiple VM IDs

2014-03-12 Thread Koushik Das
On 11-Mar-2014, at 7:24 PM, Daan Hoogland wrote: > You are saying it must be null and not empty? [Koushik] Yes. > > > On Tue, Mar 11, 2014 at 1:41 PM, Koushik Das wrote: > >> This is an automatically generated e-mail. To reply, visit: >> https://reviews.apache.org/r/19022/ >> >> On Mar

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread nicolas.lamirault
A lot of networks : mysql> select * from networks where broadcast_uri ='vlan://2013' ; +-+---+---+--+---+---++---+--+-+-++--

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-12 Thread Alex Ough
Hi Chiradeep, Can you give me the example of the Singleton service class you mentioned? I'm not sure if you are asking the name changes or else because those classes are abstract classes and do not need to be singleton class. And let me try the refactoring and ask confirmations to you, so I hope

Re: Developer access to JIRA please

2014-03-12 Thread Daan Hoogland
On Wed, Mar 12, 2014 at 11:57 AM, Stephen Turner wrote: > kc284 added, the other accounts don't exist in jira. Please create and I will give you all rights. -- Daan

Review Request 19119: CLOUDSTACK-5887: Resolved issue in test_base_image_updation.py

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

RE: Developer access to JIRA please

2014-03-12 Thread Stephen Turner
Thanks, Dan, but we all have accounts already. We're talking about issues.apache.org, right? -- Stephen Turner -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 12 March 2014 13:35 To: dev Subject: Re: Developer access to JIRA please On Wed, Mar 12, 2014 a

Re: [REGRESSION][4.2]

2014-03-12 Thread Daan Hoogland
since no reaction came I will create a bug, apply this to master, 4.3-forward and ask Animesh to cherry-pick shortly. On Thu, Mar 6, 2014 at 10:46 AM, Daan Hoogland wrote: > 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 p

Re: Developer access to JIRA please

2014-03-12 Thread Daan Hoogland
../jira yes (even when not being called Dan) I looked at stephen.t gabora and mihaelas and got no matches found on each search. kc284 was matched with no delay. please triple check. On Wed, Mar 12, 2014 at 2:40 PM, Stephen Turner wrote: > Thanks, Dan, but we all have accounts already. We're

karma for editing versions

2014-03-12 Thread Daan Hoogland
H, Can I get rights to jira to adjust versions and move versions around from future to released? thanks, -- Daan

Re: Review Request 19022: List VM enhancement to support querying with multiple VM IDs

2014-03-12 Thread Daan Hoogland
On Wed, Mar 12, 2014 at 1:13 PM, Koushik Das wrote: > [Koushik] Yes. > then ship -- Daan

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

2014-03-12 Thread jenkins
See -- [...truncated 18098 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

[4.4] ConsoleProxyListener says there is an error in the connect process

2014-03-12 Thread Nux!
Hello, This might be related to changes regarding realhostip. Can anyone shed more light on this? At the moment the console proxy service is not working at all. http://fpaste.org/84666/13946337/raw/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Review Request 14124: CLOUDSTACK-4622 : If a VM from guest network is added to network tier of VPC then IP reservation allows the CIDR to be a superset of Network CIDR for that VPC tier

2014-03-12 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14124/ --- (Updated March 12, 2014, 2:23 p.m.) Review request for cloudstack, Jayapal Redd

Re: Review Request 14124: CLOUDSTACK-4622 : If a VM from guest network is added to network tier of VPC then IP reservation allows the CIDR to be a superset of Network CIDR for that VPC tier

2014-03-12 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14124/ --- (Updated March 12, 2014, 2:25 p.m.) Review request for cloudstack, Jayapal Redd

Re: karma for editing versions

2014-03-12 Thread David Nalley
You should have karma to do this. Lets talk on IRC if you are having problems. On Wed, Mar 12, 2014 at 9:46 AM, Daan Hoogland wrote: > H, > > Can I get rights to jira to adjust versions and move versions around > from future to released? > > thanks, > -- > Daan

RE: Developer access to JIRA please

2014-03-12 Thread Stephen Turner
Oops, sorry for mis-spelling your name, Daan. https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mihaelas https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gabora https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stephen.tur...@citrix.com all exist. -- Stephen Turne

Re: Developer access to JIRA please

2014-03-12 Thread Daan Hoogland
hm, I have been trying to add you guys to confluence, sorry On Wed, Mar 12, 2014 at 3:58 PM, Stephen Turner wrote: > Oops, sorry for mis-spelling your name, Daan. > > https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mihaelas > https://issues.apache.org/jira/secure/ViewProfile.jspa?name

Re: Developer access to JIRA please

2014-03-12 Thread Daan Hoogland
now we are a bit better off. after retrying stubbornly, you are all in. cheers, On Wed, Mar 12, 2014 at 4:03 PM, Daan Hoogland wrote: > hm, I have been trying to add you guys to confluence, sorry > > On Wed, Mar 12, 2014 at 3:58 PM, Stephen Turner > wrote: >> Oops, sorry for mis-spelling your

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

2014-03-12 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated March 12, 2014, 3:14 p.m.) Review request for cloudstack. Changes --

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-12 Thread Alex Ough
I uploaded the patch A that includes only core changes, so please review it and let me know if you have any comments. Thanks Alex Ough On Wed, Mar 12, 2014 at 8:24 AM, Alex Ough wrote: > Hi Chiradeep, > > Can you give me the example of the Singleton service class you mentioned? > I'm not sure

RE: Developer access to JIRA please

2014-03-12 Thread Stephen Turner
Thank you very much, Daan. -- Stephen Turner -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: 12 March 2014 15:09 To: Stephen Turner Cc: dev@cloudstack.apache.org Subject: Re: Developer access to JIRA please now we are a bit better off. after retrying stu

RE: Review Request 17889: CLOUDSTACK-4762: Enabling vGPU support for XenServer.

2014-03-12 Thread Stephen Turner
Does anyone else have a view on this? I'm not familiar with the code base yet, so am I worrying about nothing? -- Stephen Turner -Original Message- From: Stephen Turner [mailto:stephen.tur...@citrix.com] Sent: 11 March 2014 16:13 To: dev@cloudstack.apache.org Cc: Sanjay Tripathi Subje

RE: Review Request 17889: CLOUDSTACK-4762: Enabling vGPU support for XenServer.

2014-03-12 Thread Erik Weber
Anything that's hard coded is potentially a problem to change for a user. You can take a somewhat similar view on the vmware disk controller issue (cloudstack-4787 iirc) , where it is hard coded what to use, and changing it to ui based has taken a couple of versions and is still not fixed. Which i

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

2014-03-12 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated March 12, 2014, 3:57 p.m.) Review request for cloudstack. Changes --

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-12 Thread Alex Ough
And I also uploaded the patch B that includes new implementation to support multi regions. Thanks Alex Ough On Wed, Mar 12, 2014 at 10:17 AM, Alex Ough wrote: > I uploaded the patch A that includes only core changes, so please review > it and let me know if you have any comments. > > Thanks >

[4.3] CLOUDSTACK cidr list length

2014-03-12 Thread Daan Hoogland
Animesh, This is one of two production issues that we have. I will be sending you the other one shortly. I was planning to wait till 4.3.1 but that one is a blocker for us. This one is 454cac448d83b973d8cd337cf214b17e31828b93 Thanks, Daan

Re: Review Request 19021: Cloudbyte Elastistor storage plug-in

2014-03-12 Thread punith s
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19021/ --- (Updated March 12, 2014, 9:39 p.m.) Review request for cloudstack, edison su an

Re: Review Request 19021: Cloudbyte Elastistor storage plug-in

2014-03-12 Thread punith s
> On March 12, 2014, 9:39 a.m., Mike Tutkowski wrote: > > plugins/storage/volume/cloudbyte/src/org/apache/cloudstack/storage/datastore/lifecycle/ElastistorPrimaryDataStoreLifeCycle.java, > > line 345 > > > > > > Perha

Re: Review Request 19021: Cloudbyte Elastistor storage plug-in

2014-03-12 Thread punith s
> On March 12, 2014, 7:18 a.m., Mike Tutkowski wrote: > > plugins/storage/volume/cloudbyte/pom.xml, line 1 > > > > > > Looks like the license section is having some trouble with end-line > > chars yea, checkstyle is no

Build failed in Jenkins: build-master #452

2014-03-12 Thread jenkins
See Changes: [Daan Hoogland] [CLOUDSTACK-6232] bridging allowed in isolated networks -- [...truncated 1189 lines...] [INFO] Compiling 643 source files to

Re: Review Request 19021: Cloudbyte Elastistor storage plug-in

2014-03-12 Thread Mike Tutkowski
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19021/#review36929 --- plugins/storage/volume/cloudbyte/src/org/apache/cloudstack/storage/

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

2014-03-12 Thread jenkins
See Changes: [Daan Hoogland] CLOUDSTACK-6231 allow for cidr list entry of more than 256 chars -- [...truncated 18098 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO]

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Wilder Rodrigues
Hi guys and gals, Based on the findings after my first round of tests, I give a +1 to the 4.3 RC Please, find below what I have tested so far: * Environment - Management Server: Debian 7 VM under VirtualBox - DevCloud: XenServer 6.2 - MySQL: running on the DevCloud - System VM: Latest fr

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

2014-03-12 Thread jenkins
See

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Mike Tutkowski
I hate to point this out as I know we've been struggling to get 4.3 out the door, but this week is probably not a great week to count votes for 4.3 as it is the last week before 4.4 Feature Freeze. On Wed, Mar 12, 2014 at 11:09 AM, Wilder Rodrigues < wrodrig...@schubergphilis.com> wrote: > Hi gu

[REVIEW] OpenStack Swift as Object Storage Service

2014-03-12 Thread Will Stevens
Hello Everyone, I would like your opinion on the work I have done to integrate OpenStack Swift into CloudStack as an Object Storage Service available to the end users. *Functional Spec:* https://cwiki.apache.org/confluence/display/CLOUDSTACK/OpenStack+Swift+as+Object+Storage+Service *Jira Ticket:

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Animesh Chaturvedi
Well we chose to keep the feature freeze while we had 4.3 still in progress. I don't think we want to hold off 4.3 because of 4.4. It needs to go out Animesh From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Wednesday, March 12, 2014 10:25 AM To: dev@cloudstack.apache.org Cc: Hugo

Re: [REVIEW] OpenStack Swift as Object Storage Service

2014-03-12 Thread David Nalley
Hi Will: This looks interesting; and I am thrilled to see it. PLUpload is GPLv2 - which likely at best limits us to noredist inclusion. I haven't yet looked at this in-depth, just got that far in reading the spec. --David On Wed, Mar 12, 2014 at 1:24 PM, Will Stevens wrote: > Hello Everyone, >

Re: [jira] [Commented] (CLOUDSTACK-6232) isolated network can no longer reserve ip range

2014-03-12 Thread Daan Hoogland
Ah, that is what you meant. Let me look at it On Wed, Mar 12, 2014 at 6:21 PM, Alena Prokharchyk (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/CLOUDSTACK-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932035#comment-13932035 > ] >

Re: karma for editing versions

2014-03-12 Thread Daan Hoogland
On Wed, Mar 12, 2014 at 3:40 PM, David Nalley wrote: > have karma to do this. Ok, David, I just may have. Moving to released is automatic by setting a date on it, I gather? -- Daan

RE: [4.3] CLOUDSTACK cidr list length

2014-03-12 Thread Animesh Chaturvedi
I see your this commit + one another f78e7ae51f55da17ed5ba239f99457ee8bc7c4d8 for CLOUDSTACK-6232 That is it right so two commits. There is one more I just saw that is mostly checkstyle fixes 0379dbb489b2502b8cf89583afd1a1f3baec93a3 which is trivial > -Original Message- > From: Daan

Re: Review Request 18552: Internal LB support for Juniper contrail VPC implementation

2014-03-12 Thread Suresh Balineni
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18552/ --- (Updated March 12, 2014, 6:19 p.m.) Review request for cloudstack and Alena Pro

Re: [4.3] CLOUDSTACK cidr list length

2014-03-12 Thread Daan Hoogland
H Animesh, tyhe other one is for 6232 and I cherrypicked it without recompile, hence the tabs to spaces commit. I am still in discussion with Alena about it. She thinks it is incomplete. It is functional for us, but she might be right anyway. I don't think it will compile with the trivial one bu

[4.3][CLOUDSTACK-6232]isolated network can no longer reserve ip range

2014-03-12 Thread Daan Hoogland
Animesh, I really feel for you in your role as release manager. I don't think anybody ever had such a hard time. again this one solves our isolated net problem f78e7ae51f55da17ed5ba239f99457ee8bc7c4d8 and this one my bogus tabs 0379dbb489b2502b8cf89583afd1a1f3baec93a3 and this one should get th

Re: Review Request 18978: Ability to manipulate guest OS mappings

2014-03-12 Thread Amogh Vasekar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18978/ --- (Updated March 12, 2014, 6:48 p.m.) Review request for cloudstack and Nitin Meh

Re: [DISCUSS] realhostip.com going away

2014-03-12 Thread Erik Weber
On Fri, Mar 7, 2014 at 9:39 PM, Nux! wrote: > On 07.03.2014 20:28, John Kinsella wrote: > >> Soo...I'd recommend against something like Nux's suggestion below. I've >> only looked briefly at VirtualDNS.java, and it looks fine from a >> glance, but I'm willing to bet I can a) DOS it, and b) use it

Re: karma for editing versions

2014-03-12 Thread David Nalley
On Wed, Mar 12, 2014 at 2:11 PM, Daan Hoogland wrote: > On Wed, Mar 12, 2014 at 3:40 PM, David Nalley wrote: >> have karma to do this. > > > Ok, David, I just may have. Moving to released is automatic by setting > a date on it, I gather? > Yes

[QUESTION] About debugging a "Connection refused" SSVM error

2014-03-12 Thread Mike Tutkowski
Hi, I don't yet have much experience with debugging SSVM issues. Today I received a "Connection refused" status when trying to upload an ISO. I assume this is coming from the SSVM when it tries to establish a connection to the URL I provided. I have been able to successfully upload ISOs as recent

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

2014-03-12 Thread jenkins
See Changes: [Daan Hoogland] [CLOUDSTACK-6232] bridging allowed in isolated networks [Daan Hoogland] check-style: tabs to spaces [Daan Hoogland] CLOUDSTACK-6232 allow expansion of ip on isolated networks as well -

Re: [QUESTION] About debugging a "Connection refused" SSVM error

2014-03-12 Thread Chiradeep Vittal
You probably need to configure secstorage.allowed.internal.sites http://goo.gl/Z3tXqi On 3/12/14, 1:01 PM, "Mike Tutkowski" wrote: >Hi, > >I don't yet have much experience with debugging SSVM issues. > >Today I received a "Connection refused" status when trying to upload an >ISO. I assume this

Re: [4.4] ConsoleProxyListener says there is an error in the connect process

2014-03-12 Thread Amogh Vasekar
It actually seems related to the DB encryption key, where it is unable to decrypt values in the DB. Thanks, Amogh On 3/12/14 7:19 AM, "Nux!" wrote: >Hello, > >This might be related to changes regarding realhostip. Can anyone shed >more light on this? At the moment the console proxy service is n

Re: [WIKI] Release test procedure contains wrong version of Java Open JDK

2014-03-12 Thread Amogh Vasekar
Isn't it still JDK 1.6 for 4.3 = the current release, for which the old page was actually correct? Thanks, Amogh On 3/12/14 2:32 AM, "Wilder Rodrigues" wrote: >Already got rights and page has been edited. > >Thanks, Daan! > >Cheers, >Wilder > >-Original Message- >From: Wilder Rodrigues

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Steve Wilson
I think it was suggested multiple times that we push out the 4.4 freeze date because the 4.3 work has been lagging. I think this is just another indicator we need to evaluate our release cadence as a community. That being said, I don¹t think we want to hold 4.3 any further. This must be the best

RE: [4.3] CLOUDSTACK cidr list length

2014-03-12 Thread Animesh Chaturvedi
Ok so does the last commit edf97ac86c94741ae8964b640bdfc0234929c1e4 is the final one and addresses Alena's concern. I want to rebuild RC if we are good to go > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Wednesday, March 12, 2014 11:26 AM > To: dev >

Re: [4.3] CLOUDSTACK cidr list length

2014-03-12 Thread Daan Hoogland
on my behalve we are, thanks On Wed, Mar 12, 2014 at 9:54 PM, Animesh Chaturvedi wrote: > Ok so does the last commit edf97ac86c94741ae8964b640bdfc0234929c1e4 is the > final one and addresses Alena's concern. I want to rebuild RC if we are good > to go > >> -Original Message- >> From: D

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Daan Hoogland
Steve, As I have suggested before, we shoud not lengthen releas periods but shorten them. I highly object to the idea of enlarging the window and the release. It will pnly make relasing more difficult. with n releases there are n*(n-1) potential conficts of the simlest kind and n*(n-1)(n-2) poten

Recalculating cpuallocated

2014-03-12 Thread Timothy Ehlers
First of all i pulled in the cpuallocation fix slated for 4.3 but im on the 4.2.1 codebase. When you adjust cpu over-provisioning the % usage increase by the same factor "a note pops up to warn you about this" But i need to recalulate rather than re-launch all the vms. Is there a planned feature

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Mike Tutkowski
There has to be some minimum boundary, though, right? Otherwise we might as well release every week. :) On Wed, Mar 12, 2014 at 3:10 PM, Daan Hoogland wrote: > Steve, > > As I have suggested before, we shoud not lengthen releas periods but > shorten them. I highly object to the idea of enlarging

Re: [QUESTION] About debugging a "Connection refused" SSVM error

2014-03-12 Thread Mike Tutkowski
Thanks, Chiradeep - that helped! Not sure why I wasn't ever having trouble with that before, though. On Wed, Mar 12, 2014 at 2:14 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > You probably need to configure secstorage.allowed.internal.sites > > http://goo.gl/Z3tXqi > > On 3/12/14,

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Daan Hoogland
If we produce a new feature per week, why not? On Wed, Mar 12, 2014 at 10:34 PM, Mike Tutkowski wrote: > There has to be some minimum boundary, though, right? Otherwise we might as > well release every week. :) > > > On Wed, Mar 12, 2014 at 3:10 PM, Daan Hoogland wrote: > >> Steve, >> >> As I hav

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Erik Weber
That would require a whole other way of upgrading though. Having to restart all system vms every week or two is not something i would look forward to. On the other side, with more releases it wouldn't be that big issue to miss a freeze date, and with fewer new features / improvements it should hop

Re: Recalculating cpuallocated

2014-03-12 Thread Nitin Mehta
Do give the FS on this feature a read - https://cwiki.apache.org/confluence/display/CLOUDSTACK/CPU+and+RAM+Overcomm it Do read the future tasks that should be done. Thanks, -Nitin On 12/03/14 2:19 PM, "Timothy Ehlers" wrote: >First of all i pulled in the cpuallocation fix slated for 4.3 but im

Re: Review Request 19021: Cloudbyte Elastistor storage plug-in

2014-03-12 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19021/#review37004 --- Could you upload a new patch? I can't apply it on master branch, git

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Alex Hitchins
This could also have an impact on adoption of the technology. People might shy away from a package that changes so frequently. I think a much more rigorous testing schedule would be a massive help to get RC's out the door. If you propose a feature I think part of the spec should be testing requ

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

2014-03-12 Thread jenkins
See -- [...truncated 18098 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Nux!
On 12.03.2014 22:47, Alex Hitchins wrote: This could also have an impact on adoption of the technology. People might shy away from a package that changes so frequently. Precisely. I was hoping Cloudstack to be the RHEL of cloud, not the Archlinux, if I may be allowed this metaphor. :) If peopl

RE: Affinity Groups and Project

2014-03-12 Thread Prachi Damle
Yes Affinity Groups feature does not support projects. This is mentioned in the FS for that feature, check the FAQ part https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+-+Affinity-Anti-affinity+groups You should probably log a ticket to change the display result for project view. Thank

[CANCELLED] [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Animesh Chaturvedi
Cancelling this VOTE because of issues called out by Daan and Paul and off to building another RC From: Animesh Chaturvedi Sent: Monday, March 10, 2014 8:00 PM To: dev@cloudstack.apache.org Subject: [VOTE] Apache CloudStack 4.3.0 (seventh round) Hi All, I've created a 4.3.0 release, with th

Guidelines for writing/modifying CS APIs

2014-03-12 Thread Alena Prokharchyk
I’ve created a wiki page under Development 101 explaining all the rules that have to be followed when writing new CS Apis/modifying existing ones: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Coding+Guidelines The page emphasizes what rules to follow to ensure the backwa

Review Request 19163: Adding some more parameter names that should not be considered unknown since they belong to general use parameters

2014-03-12 Thread Antonio Fornie
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19163/ --- Review request for cloudstack and Alena Prokharchyk. Repository: cloudstack-git

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Mike Tutkowski
Right, I agree - in theory - one could release even daily, if one had the automation in place (build, package, test, etc.) to support such a desire. However, from a practical standpoint, I don't think end users would appreciate that approach much. I think a four-month schedule is fine - if we can

Re: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Mike Tutkowski
Hey Daan, I'm trying to understand this paragraph: "with n releases there are n*(n-1) potential conficts of the simlest kind and n*(n-1)(n-2) potential conflicts of a slightly mor complex kind... The higher n ... do the math. The more we postpone a feature freeze the higher n will get. And that i

Re: Review Request 18978: Ability to manipulate guest OS mappings

2014-03-12 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18978/#review37020 --- Ship it! Ship It! - Nitin Mehta On March 12, 2014, 6:48 p.m., Am

RE: [VOTE] Apache CloudStack 4.3.0 (seventh round)

2014-03-12 Thread Paul Angus
I agree with Alex and would go further and say that the fact that for 4.3 RC7 the noredist build was broken was an epic fail in the automated testing, which needs addressing. Regards, Paul Angus Cloud Architect S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus paul.an...@shapeblue.com -

  1   2   >