Re: Merge 4.1-new-db-schema.sql to db/db/schema-40to410.sql

2013-02-16 Thread Rohit Yadav
On Fri, Feb 15, 2013 at 11:26 PM, Edison Su wrote: > > >> -Original Message- >> From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf >> Of Rohit Yadav >> Sent: Friday, February 15, 2013 2:58 AM >> To: Edison Su; cloudstack-dev@incubator.apache.org >> Cc: Sheng Yang; Alex

Re: android cloudstack client

2013-02-16 Thread Nitin Mehta
As a cloud admin, I would love to keep a tab on my cloud so ideally would want to see the dashboard, general health and alerts on my cloud. It will be also useful for time taking functionalities like taking snapshot, creating a vm etc. so would like to be notified when these operations are done. So

Re: [Discuss] Name convention of class variable

2013-02-16 Thread Wido den Hollander
On 02/15/2013 11:11 PM, Frank Zhang wrote: Current name convention of class variable in CloudStack is prefixing variable name with a '_', for example Class SomeManagerImpl { private long _myVar; } I know this is widely spread convention but I really think it's dated. First time I saw

Re: android cloudstack client

2013-02-16 Thread Abhinandan Prateek
Good to see it is already under works. My plans were to do something similar and nothing more. I guess now if you guys need help I can pitch in as I have some experience of creating native apps on android and iOS. -abhi On 16/02/13 12:10 PM, "Pranav Saxena" wrote: >Hi abhi , > >Even me and Bri

RE: android cloudstack client

2013-02-16 Thread Pranav Saxena
@Nitin - Our idea is to design it from a user perspective only . I 'll probably be able to share the screenshots very shortly . @Abhi - Sure , I think we would definitely need you to pitch in since you already have experience with creating native apps. The more ideas , the better it is to achie

Watchout: Recent DB deployment changes

2013-02-16 Thread Rohit Yadav
Hi, I recently fixed some db stuff for 4.1 release but on master, mainly to support rolling release (4.2 goal: https://issues.apache.org/jira/browse/CLOUDSTACK-1019) What was done: - Remove and merge 4.1-new-db-schema.sql to schema-40to410.sql - Fix jetty's classpath so the db files for rolling up

Re: Merge 4.1-new-db-schema.sql to db/db/schema-40to410.sql

2013-02-16 Thread Rohit Yadav
I've applied my changes on master, to gain visibility of those changes and so community can grok I started a new thread of db changes for 4.1 to support rolling db upgrades. Regards. On Sat, Feb 16, 2013 at 1:58 PM, Rohit Yadav wrote: > On Fri, Feb 15, 2013 at 11:26 PM, Edison Su wrote: >> >> >

Re: Review Request: Provide customizable instance names for guest VMs in cloudstack

2013-02-16 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9202/#review16681 --- server/src/com/cloud/configuration/Config.java

[jira] [Commented] (CLOUDSTACK-1302) Add per storage setting for cache="none/writeback/writethrough" options for VMs on KVM hypervisor

2013-02-16 Thread Jason Villalta (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579789#comment-13579789 ] Jason Villalta commented on CLOUDSTACK-1302: I am only aware of it in kvm

[jira] [Commented] (CLOUDSTACK-1301) VM I/O Throttling

2013-02-16 Thread Wido den Hollander (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579791#comment-13579791 ] Wido den Hollander commented on CLOUDSTACK-1301: Yeah, but not all pr

[jira] [Commented] (CLOUDSTACK-1302) Add per storage setting for cache="none/writeback/writethrough" options for VMs on KVM hypervisor

2013-02-16 Thread Wido den Hollander (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579792#comment-13579792 ] Wido den Hollander commented on CLOUDSTACK-1302: I wouldn't make this

Re: android cloudstack client

2013-02-16 Thread David Nalley
On Fri, Feb 15, 2013 at 10:48 PM, Abhinandan Prateek wrote: > On 16/02/13 9:08 AM, "David Nalley" wrote: > >>On Fri, Feb 15, 2013 at 10:33 PM, Abhinandan Prateek >> wrote: >>> Guys, >>> I was wondering how useful will be a android (and iOS) cloudstack >>>client will be ? I have started to put t

RE: android cloudstack client

2013-02-16 Thread Musayev, Ilya
This is great. I'd even say Android version is more in demand - but I dont want to start smartphone wars. Whenevrrvtest version is ready, please let us know. In the meantime - for marketing reasons I'm going to note "mobile admin tool is in the works" Thanks Ilya Pranav Saxena wrote: Hi a

RE: android cloudstack client

2013-02-16 Thread Musayev, Ilya
Speaking of usefulness, its invaluable. The thought of controlling your infrastructure from a handheld device on the go - which is also open-source - is priceless. To reflect on this thought, this tool will be in demand by both corporate and hosting clients. How certain are you that Citrix is

RE: android cloudstack client

2013-02-16 Thread Pranav Saxena
Now that's a tricky question , you just now asked :) . At this juncture ,unfortunately , I don' have an answer to this. But good to see that you really think that this could be in huge demand . -Original Message- From: Musayev, Ilya [mailto:imusa...@webmd.net] Sent: Saturday, Febru

New dependency

2013-02-16 Thread Likitha Shetty
With commit 87b668b71b34c93e9ba85d4708a1c04f4020f6bf (master) the following dependency has been added in utils/pom.xml, org.owasp.esapi esapi 2.0.1 The library used OWSAP EASPI is BSD licensed [1]. [1] http://code.google.com/p/owasp-esapi-java/source/browse/tags/releases/2.0_rc10/LICENSE-CON

RE: Deadline TODAY: ChefConf CFP

2013-02-16 Thread Musayev, Ilya
Joe Our goal is to use Chef and CloudStack Unfortunately, this is a bit of late for us to act upon. Maybe next time... Thanks Ilya Joe Brockmeier wrote: Hey all, Folks who are using CloudStack + Chef, you might want to consider submitting a proposal to ChefConf here: https://chefconf2013.bus

Re: Watchout: Recent DB deployment changes

2013-02-16 Thread Min Chen
Your fix for create-schema-view is correct, just remove that SQL since I kept them in upgrade script as well. Thanks -min Sent from my iPhone On Feb 16, 2013, at 4:20 AM, "Rohit Yadav" wrote: > Hi, I recently fixed some db stuff for 4.1 release but on master, > mainly to support rolling rele

Re: devcloud-kvm questions

2013-02-16 Thread Dave Cahill
The host is running Ubuntu 12.04, and has nested virtualization enabled. I had to change the libvirt XML CPU exact match section from "Westmere" to "Penryn" to match the host CPU. On Sat, Feb 16, 2013 at 6:11 AM, Marcus Sorensen wrote: > What platform is the host running? Did you need to change

[jira] [Assigned] (CLOUDSTACK-1287) The list table is malformed when scrolling down in the global setting page

2013-02-16 Thread Sonny Chhen (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sonny Chhen reassigned CLOUDSTACK-1287: --- Assignee: Pranav Saxena > The list table is malformed when scrolling down in

Re: devcloud-kvm questions

2013-02-16 Thread Marcus Sorensen
Hmm, I'm also running it on 12.04 (and someone else on 12.10, and on my mac via VMware fusion, used qemu-img to migrate the qcow2 to vmdk) system is an i7-2600, with 16GB ram. What sort of memory/storage? Could the VM be swapping? On Sat, Feb 16, 2013 at 7:16 PM, Dave Cahill wrote: > The host is

Re: devcloud-kvm questions

2013-02-16 Thread Dave Cahill
The base machine is actually an iMac running Ubuntu 12.04 (dual boot); 12GB RAM and plenty of disk. I know devcloud-kvm-fusion on OS X is an option too, but I was kind of hoping that if I could get devcloud-kvm up and running nicely on Ubuntu, I could use it for functional tests - have a local Jenk