Review Request: CloudStack CS-16052 Introducing data-base indexes.

2012-08-22 Thread Deepak Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6725/ --- Review request for cloudstack, Murali Reddy, Pranav Saxena, and Vijay Venkatachal

Re: Domr and Network

2012-08-22 Thread Rohit Yadav
Hi, The restart network behaviour is different for advance and basic network. I've opened this improvement ticket: http://bugs.cloudstack.org/browse/CS-16104 In its description, I've mentioned the present behaviour and proposed an improvement for its behaviour on basic network. The main agenda

Re: Review Request: Fixed header (dtd and licence) ; added &PRODUCT; entity for branding; removed references to 3.0.4

2012-08-22 Thread Radhika PC
> On Aug. 13, 2012, 9:24 a.m., Prasanna Santhanam wrote: > > Thanks Radhika and apologies for the delay. Since the VPC feature wasn't > > merged into master at the time of your request, I was just waiting for the > > consensus on which branch docs would go into. Now that it is merged, I see >

Re: Ideas for virtual Redundant Router

2012-08-22 Thread Rohit Yadav
Hi, I've opened request based on our discussion and comments by Chiradeep: http://bugs.cloudstack.org/browse/CS-16131 And in a slightly related topic on VRR; VRR in basic zone: http://bugs.cloudstack.org/browse/CS-16132 Please post your comments/suggestion/design/behaviour. Thanks. Regards, R

Review Request: CS-15694:Remove MYSQL connector. Added the explicit class path for mysql connector which will call the jar from the desired location

2012-08-22 Thread Pradeep Soundararajan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6730/ --- Review request for cloudstack. Description --- CS-15694:Remove MYSQL connec

RE: [ASFCS40] Help needed to resolve the mysql-connector blocker issue

2012-08-22 Thread Pradeep Soundararajan
Right now I am able to perform "ant build-all deploy-server deploydb unittest" Steps to resolve: -- 1) Install the latest mysql-connector to the desired location (untar it) wget http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.21.tar.gz/from/http://cdn

Re: How to create a plugin in CS 3.0.2

2012-08-22 Thread Murali Reddy
On 22/08/12 6:23 AM, "Jessica Tomechak" wrote: >> >> -Original Message- >> From: Murali Reddy [mailto:murali.re...@citrix.com] >> Sent: Friday, August 17, 2012 3:38 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: How to create a plugin in CS 3.0.2 >> >> >> Are you using ASF

Two type of storage on CS

2012-08-22 Thread Jijukar_Sudhakar
Hi All, Is it possible to configure a local storage and a shared storage on the same Cloud stack Management server ? Please suggest.. Jijukar S DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and ma

RE: Two type of storage on CS

2012-08-22 Thread Nitin Mehta
Yes, you can enable use.local.storage global config param and you can then use local storage for creating user vms. While creating a vm you can choose the service offering for local storage or for shared storage and accordingly vm's root disk will reside on either of them. For data disks currentl

RE: [ASFCS40] Help needed to resolve the mysql-connector blocker issue

2012-08-22 Thread Alex Huang
Pradeep, This works in linux but won't work for windows. Please move the .bashrc change into a property in build-cloud.properties and use that to find the mysql library. --Alex > -Original Message- > From: Pradeep Soundararajan > Sent: Wednesday, August 22, 2012 5:21 AM > To: Alex Hua

patch for `ant build-apidocs` target on OSX

2012-08-22 Thread Greg Burd
Hello, I develop on OSX and I found a few small issues in the build-apidoc.sh script. `readlink -f` isn't supported and a `find` was missing the directory argument. How do these get tested/reviewed and into master? I've signed and filed my contributor agreement already. best, @gregburd, B

Re: patch for `ant build-apidocs` target on OSX

2012-08-22 Thread Chip Childers
On Wed, Aug 22, 2012 at 10:27 AM, Greg Burd wrote: > Hello, > > I develop on OSX and I found a few small issues in the build-apidoc.sh > script. `readlink -f` isn't supported and a `find` was missing the directory > argument. > > How do these get tested/reviewed and into master? I've signed an

Re: patch for `ant build-apidocs` target on OSX

2012-08-22 Thread Wido den Hollander
On 08/22/2012 04:27 PM, Greg Burd wrote: Hello, I develop on OSX and I found a few small issues in the build-apidoc.sh script. `readlink -f` isn't supported and a `find` was missing the directory argument. How do these get tested/reviewed and into master? I've signed and filed my contributo

Re: patch for `ant build-apidocs` target on OSX

2012-08-22 Thread Greg Burd
Thanks, I'll give that a try. @gregburd, Basho Technologies | http://basho.com | @basho On Wednesday, August 22, 2012 at 10:31 AM, Chip Childers wrote: > On Wed, Aug 22, 2012 at 10:27 AM, Greg Burd (mailto:g...@basho.com)> wrote: > > Hello, > > > > I develop on OSX and I found a few small is

Re: patch for `ant build-apidocs` target on OSX

2012-08-22 Thread Greg Burd
Wildo, I've signed and filed the Apache ICLA (http://www.apache.org/licenses/icla.txt) not the Citrix one. @gregburd, Basho Technologies | http://basho.com | @basho On Wednesday, August 22, 2012 at 10:38 AM, Wido den Hollander wrote: > On 08/22/2012 04:27 PM, Greg Burd wrote: > > Hello, > > >

Re: Review Request: CS-16123 Can not create more than one tier in VPC due to incorrect IP range check

2012-08-22 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6723/#review10626 --- Ship it! Ship It! - Alena Prokharchyk On Aug. 22, 2012, 6:22 a.m.

UI: Navigation concept

2012-08-22 Thread Sonny Chhen
Hello All, In an effort to gain more screen real estate, a few front-end developers and I have been playing around with changing the navigation and are researching a few things like max and min width in the css. Below is a link to a sample of a "3d cubed" based navigation. Would love to hear th

Review Request: Improve portability of the build-apidoc.sh script by replacing readlink

2012-08-22 Thread Greg Burd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6733/ --- Review request for cloudstack. Description --- `readlink -f` is not support

RE: Navigation concept

2012-08-22 Thread Pranav Saxena
Hi Sonny , This seems to be a really good idea. However , I have something to suggest . How about the following - When you navigate to the left hand side for the menu -items to appear (when the cube rolls) , why not have the tree structure view also for the tabs ( infrastructure , network

RE: Navigation concept

2012-08-22 Thread Sonny Chhen
Thanks for the feedback Pranav. We considered the tree structure as in the 2.2.x version but soon realized that the list of items in the tree view would begin to grow larger than the initial ui can handle. This may be something we can revisit when we look into increasing the size of the curren

RE: Navigation concept

2012-08-22 Thread Will Chan
I personally would like it if the navigation would just slide out. The 3d stuff although is "cool", doesn't seem to add anything useful in terms of UX. In fact, I would argue it makes it slightly less useful because the text become blurry. Also, I assume this required HTML5 and building somet

RE: Navigation concept

2012-08-22 Thread Sonny Chhen
The slide out navigation was another option. A demo can be seen here: http://www.schhen.com/citrix/demos/demo1/# This would have been the backup solution for older browsers that did not support css3. Thanks You and Best Regards, Sonny H. Chhen Manager of User Interface & User Experience | Citr

Re: Navigation concept

2012-08-22 Thread Chip Childers
Sonny, The 3-D effect is actually kind of jarring. Using that daily would probably cause some frustration. Personally, I'm a fan of minimal animation... and when it does exist, for it to be fast and visually meaningful. -chip On Wed, Aug 22, 2012 at 1:34 PM, Will Chan wrote: > I personally w

RE: Navigation concept

2012-08-22 Thread Sonny Chhen
Thanks for the feedback Chip. It seems that the sliding navigation may be the better route in this case. We may have the same slide down effect in another iteration of the notification as most people seem to miss the counter. Thanks You and Best Regards, Sonny H. Chhen Manager of User Interfac

Re: Navigation concept

2012-08-22 Thread Chip Childers
Please do keep proposing ideas though Sonny! Obviously design is always iterative, and feedback's how to get to the best result... (I'm sure I'm preaching to the choir here, but I wanted to say thanks anyway) On Wed, Aug 22, 2012 at 1:50 PM, Sonny Chhen wrote: > Thanks for the feedback Chip. It

RE: Navigation concept

2012-08-22 Thread Sonny Chhen
Thanks Chip. Will be proposing more ideas for the dashboard, notification, and general ui fixes in the coming weeks. Thanks You and Best Regards, Sonny H. Chhen Manager of User Interface & User Experience | Citrix Systems - CloudPlatform 4988 Great America Parkway, Santa Clara, CA  95054, USA   

Re: Navigation concept

2012-08-22 Thread Marcus Sorensen
I think the 3d effect could be useful as it does allow for a hidden menu and still shows the entire page. It does buy real-estate in spite of being fancy. I think it could probably be smoothed out a bit though so it's not so jarring. One thing about the slide out is that it moves a chunk of the ma

RE: Navigation concept

2012-08-22 Thread Rohit Yadav
Hi Sonny, Nice concept, I'm looking forward to some awesome UI changes. I've a suggestion for you, to implement url routers that tracks url history, like we see on twitter/facebook. For example, checkout backbonejs's url router: http://backbonetutorials.com/what-is-a-router/ http://backbonejs.or

Re: Review Request: Improve portability of the build-apidoc.sh script by replacing readlink

2012-08-22 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6733/#review10632 --- Tested locally on OSX as well. Looks like it fixes the issue. I'm t

Re: Review Request: Improve portability of the build-apidoc.sh script by replacing readlink

2012-08-22 Thread Chip Childers
Greg, This was applied to master. I can't get to the reviews.a.o site yet (apparently due to a power outage at one of the ASF infra colo providers to update the review), but thank you for the patch! -chip On Wed, Aug 22, 2012 at 2:55 PM, Chip Childers wrote: >This is an automatically gener

Re: Review Request: Improve portability of the build-apidoc.sh script by replacing readlink

2012-08-22 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6733/#review10634 --- Ship it! Ship It! - Chip Childers On Aug. 22, 2012, 4:57 p.m., Gr

Re: Domr and Network

2012-08-22 Thread Rohit Yadav
I had some discussion on this issue, pasting the email and my comments are inline: On 23-Aug-2012, at 12:46 AM, Alena Prokharchyk wrote: > > Rohit, > > Your suggestion makes sense, just trying to add more detailed description > for the flow. > > Cleanup=true flow in restartNetwork: > ===

Re: Domr and Network

2012-08-22 Thread Alena Prokharchyk
On 8/22/12 12:48 PM, "Rohit Yadav" wrote: >I had some discussion on this issue, pasting the email and my comments >are inline: > >On 23-Aug-2012, at 12:46 AM, Alena Prokharchyk > wrote: >> >> Rohit, >> >> Your suggestion makes sense, just trying to add more detailed >>description >> for the flo

For help: how to setup a CloudStack development environment

2012-08-22 Thread 陶锦中
hello everyone: I want to setup a CloudStack development environment in Rhel6.2. I get source code from http://git.cloud.com/cgit/cloudstack-oss/refs/tags, which are cloudstack-oss-3.0.1.tar.gz、cloudstack-oss-tag-3.0.2.tar.gz and cloudstack-oss-3.0.3.tar.gz. But i can not build the Cloud

Re: Navigation concept

2012-08-22 Thread Wido den Hollander
On 08/22/2012 07:46 PM, Chip Childers wrote: Sonny, The 3-D effect is actually kind of jarring. Using that daily would probably cause some frustration. Personally, I'm a fan of minimal animation... and when it does exist, for it to be fast and visually meaningful. I agree. Ever tried to

Re: Navigation concept

2012-08-22 Thread Kelceydamage@bbits
I think we need a more data-driven organized WUI. The current on requires too many clicks to get anywhere, and is a little fisher-pricey(big buttons). Nice 2D graphics would be great but I agree for minimal animation. Also Pie-charts would be bad-ass! Sent from my iPhone On Aug 22, 2012, at 1:

Re: Navigation concept

2012-08-22 Thread Kelceydamage@bbits
I really dig the minimalist navigation pane in the demo, but the 3D is kinda odd. Nice soft black. Sent from my iPhone On Aug 22, 2012, at 1:18 PM, Wido den Hollander wrote: > > > On 08/22/2012 07:46 PM, Chip Childers wrote: >> Sonny, >> >> The 3-D effect is actually kind of jarring. Usin

RE: Navigation concept

2012-08-22 Thread Sonny Chhen
Hello all, Thanks for the feedback. It has been helpful in deciding not just new feature ideas but possible art directions for the next iteration of CloudStack. Wido: I've used Cloudstack on my iPad 2 and haven't had any problems with sluggishness. We do the best we can in making sure that the

RE: Navigation concept

2012-08-22 Thread Will Chan
> -Original Message- > From: Sonny Chhen [mailto:sonny.ch...@citrix.com] > Sent: Wednesday, August 22, 2012 1:39 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Navigation concept > > Also, we do have pie-charts on the admin dashboard :) > Not enough!

Re: Review Request: CS-15430 Create snapshot should fail if creating snapshot results in exceeding snapshot resource limit for domain-admin or user accounts.

2012-08-22 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5806/#review10636 --- api/src/com/cloud/user/ResourceLimitService.java

RE: For help: how to setup a CloudStack development environment

2012-08-22 Thread Edison Su
> -Original Message- > From: 陶锦中 [mailto:com91...@163.com] > Sent: Wednesday, August 22, 2012 8:43 AM > To: cloudstack-dev@incubator.apache.org > Subject: For help: how to setup a CloudStack development environment > > hello everyone: >I want to setup a CloudStack development env

cloudstack eth0

2012-08-22 Thread Gautam Sampathkumar
Hi everyone, I'm trying to get cloudstack running and I see that cloudstack configures a bridge interface cloudbr0 and modifies the eth0 interface to use the bridge. Is this a requirement or is there a way we can keep eth0 separate from the cloudstack setup. The reason being we're usi

Re: Review Request: Add initial support for Caringo's CAStor object storage as the S3 backend.

2012-08-22 Thread Jamshid Afshar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6473/ --- (Updated Aug. 23, 2012, 1:40 a.m.) Review request for cloudstack. Changes

Re: For help: how to setup a CloudStack development environment

2012-08-22 Thread Gavin Lee
Guess you want to deep dive into CloudStack source code. You would like to build from source and setup the env yourself. The link [1] is useful by doing this, but it's not enough. I suggest you download the right install package first and install from the guide Edison provided. It will help you se

Re: Navigation concept

2012-08-22 Thread Caleb Call
I was going to say, whatever is done with the UI should be ensured it also works on tablets (HTML5 and CSS3 would be fine IMO). You can only do so much to support older browsers…and IE is one that's majorly lacking. Even the current UI has issues with IE. With that said, I use the current UI

Re: Navigation concept

2012-08-22 Thread Sonny Chhen
+1 Sent from my iPhone Thank You and Best Regards, Sonny H. Chhen www.SChhen.com On Aug 22, 2012, at 7:14 PM, "Caleb Call" wrote: > I was going to say, whatever is done with the UI should be ensured it also > works on tablets (HTML5 and CSS3 would be fine IMO). You can only do so much > to

Re: Review Request: Fixed header (dtd and licence) ; added &PRODUCT; entity for branding; removed references to 3.0.4

2012-08-22 Thread Jessica Tomechak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6427/#review10665 --- Ship it! Ship It! - Jessica Tomechak On Aug. 7, 2012, 8 a.m., Rad

Re: Domr and Network

2012-08-22 Thread Rohit Yadav
On 23-Aug-2012, at 1:34 AM, Alena Prokharchyk wrote: > On 8/22/12 12:48 PM, "Rohit Yadav" wrote: > >> I had some discussion on this issue, pasting the email and my comments >> are inline: >> >> On 23-Aug-2012, at 12:46 AM, Alena Prokharchyk >> wrote: >>> >>> Rohit, >>> >>> Your suggestion