Re: [ACS42][QA]Test Plan for "Multiple IP Ranges support"

2013-05-06 Thread Bharat Kumar
Hi sanjeev, I have seen the test cases please remove the cases corresponding to the management ips as we are not doing it now. Also remove the cases to shrink and expand the existing ranges. Please add a case to test if the ip allocation happens from vlans of the same subnet even if there are

Re: Review Request: Add docs for MidoNet networking plugin [CLOUDSTACK-996]

2013-05-06 Thread Dave Cahill
> On April 30, 2013, 8:01 a.m., Jessica Tomechak wrote: > > docs/en-US/plugin-midonet-preparations.xml, line 40 > > > > > > Believe the DTD requires a tag within each entry tag. Like > > Setting Name. The same comment

Re: Review Request: Add docs for MidoNet networking plugin [CLOUDSTACK-996]

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10136/#review20255 --- Commit 5a6a1158fd1f99caf65718810a467562e09cba03 in branch refs/heads

Re: Review Request: Add docs for MidoNet networking plugin [CLOUDSTACK-996]

2013-05-06 Thread Radhika PC
> On April 30, 2013, 8:01 a.m., Jessica Tomechak wrote: > > docs/en-US/plugin-midonet-preparations.xml, line 40 > > > > > > Believe the DTD requires a tag within each entry tag. Like > > Setting Name. The same comment

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
Also, just to throw this out there, it looks like my DevCloud2 host has plenty of remaining memory and disk capacity. On Mon, May 6, 2013 at 11:44 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > When I look at my DevCloud2 host in XenCenter, though, it says SSVM is > running (the CS

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
When I look at my DevCloud2 host in XenCenter, though, it says SSVM is running (the CS MS disagrees). On Mon, May 6, 2013 at 11:41 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I figured I'd just go back to square one and see if I could get everything > to work with a clean environ

Re: Review Request: Add docs for MidoNet networking plugin [CLOUDSTACK-996]

2013-05-06 Thread Radhika PC
> On April 30, 2013, 8:01 a.m., Jessica Tomechak wrote: > > docs/en-US/plugin-midonet-preparations.xml, line 40 > > > > > > Believe the DTD requires a tag within each entry tag. Like > > Setting Name. The same comment

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
I figured I'd just go back to square one and see if I could get everything to work with a clean environment. I deleted my DevCloud2 VM and re-installed the appliance (after re-downloading it from the web). I cleaned out my database and had the tables built up from scratch. I kicked of the manage

RE: [TIPS] Writing unit tests with Spring injection...

2013-05-06 Thread Prachi Damle
+1! Thanks for removing the need of 3 files per test! -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Monday, May 06, 2013 8:26 PM To: dev@cloudstack.apache.org Subject: [TIPS] Writing unit tests with Spring injection... I made an improvement to how we write our

Re: inheritable componentContexts

2013-05-06 Thread Prasanna Santhanam
On Wed, Apr 17, 2013 at 10:21:58AM -0700, Kelven Yang wrote: > > > On 4/16/13 11:55 PM, "Prasanna Santhanam" wrote: > > >On Tue, Apr 16, 2013 at 09:43:47AM -0700, Kelven Yang wrote: > >> > >> > >> On 4/16/13 1:15 AM, "Prasanna Santhanam" wrote: > >> > >> >This is probably a question for the

Re: Review Request: Add docs for MidoNet networking plugin [CLOUDSTACK-996]

2013-05-06 Thread Radhika PC
> On April 30, 2013, 8:01 a.m., Jessica Tomechak wrote: > > docs/en-US/plugin-midonet-preparations.xml, line 40 > > > > > > Believe the DTD requires a tag within each entry tag. Like > > Setting Name. The same comment

RE: Database Access

2013-05-06 Thread Soheil Eizadi
Hi Vijay, Thanks for detail on the Database access. If you are OK with it, when I have time I will create a page for this in the Wiki and copy this information there. -Soheil From: Vijayendra Bhamidipati [vijayendra.bhamidip...@citrix.com] Sent: Monday, May

RE: Database Access

2013-05-06 Thread Soheil Eizadi
Hi Chip, At this time we are coming up to speed on the CloudStack architecture, so that we can create an internal PoC which integrates Infoblox services. -Soheil From: Chip Childers [chip.child...@sungard.com] Sent: Monday, May 06, 2013 5:05 PM To: dev@clou

RE: [ACS42] Unassigned fearures and improvements

2013-05-06 Thread Animesh Chaturvedi
Folks there are still unclaimed opportunities, if you are interested please assign it to yourself by tomorrow Animesh > -Original Message- > From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] > Sent: Friday, May 03, 2013 4:41 PM > To: dev@cloudstack.apache.org; cloudstack-...@

[TIPS] Writing unit tests with Spring injection...

2013-05-06 Thread Alex Huang
I made an improvement to how we write our unit tests. Before this change, you needed to have three files for every unit test: 1. The unit test itself 2. The xml configuration 3. The java test configuration With this change, you only need the unit test and you can specify the test configur

Re: Any reason HA can not be used with baremetal?

2013-05-06 Thread Jessica Tomechak
On Mon, May 6, 2013 at 9:29 AM, David Nalley wrote: > On Mon, May 6, 2013 at 10:38 AM, Jessica Tomechak > wrote: > > Does it matter whether Offer HA is checked when creating a compute > offering > > for use with a bare metal deployment? My understanding of HA is that it > > will restart a VM on

RE: Database Access

2013-05-06 Thread Vijayendra Bhamidipati
Also, you will need to follow the coding guidelines for cloudstack when naming the db columns (refer to the Database Conventions section) : https://cwiki.apache.org/CLOUDSTACK/coding-conventions.html Regards, Vijay -Original Message- From: Vijayendra Bhamidipati [mailto:vijayendra.bham

RE: Database Access

2013-05-06 Thread Vijayendra Bhamidipati
Hi Soheil, Cloudstack internally uses cglib and ehcache to create and cache POJO (plain old java object) proxy objects in the db schema. The DAO layer has been written such that most routines that you will ever need to work with the POJOs, read a record from the db, or a list of records from th

Re: Database Access

2013-05-06 Thread Chip Childers
On Tue, May 07, 2013 at 12:00:35AM +, Soheil Eizadi wrote: > I am trying to understand the details of DAO model in order implement it for > our Network Element. > > There is a reference to documentation "See Database Access for more details." > But no link :( > https://cwiki.apache.org/CLOUD

Fwd: [IP CLEARANCE] CloudStack Marvin Test Suite

2013-05-06 Thread Chip Childers
The IP Clearance 72 hour lazy consensus period has finally started. -- Forwarded message -- From: Chip Childers Date: Mon, May 6, 2013 at 7:58 PM Subject: [IP CLEARANCE] CloudStack Marvin Test Suite To: gene...@incubator.apache.org Citrix has donated the source code artifact de

Database Access

2013-05-06 Thread Soheil Eizadi
I am trying to understand the details of DAO model in order implement it for our Network Element. There is a reference to documentation "See Database Access for more details." But no link :( https://cwiki.apache.org/CLOUDSTACK/putting-cloudstack-together.html I searched the wiki for detailed in

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
I looked here: /opt/storage/secondary/template/tmpl/1/1 (on my DevCloud2 host) and found a VHD file. I do see in the GUI that I have a host alert on nfs://192.168.56.10:/opt/storage/secondary, but when I go look for the Alert (to see details), it is not on the Events-Alerts page (the three genera

Re: [DISCUSS] Jira Component based Filters and Subscription Emails

2013-05-06 Thread David Nalley
On Thu, May 2, 2013 at 7:10 PM, Animesh Chaturvedi wrote: > Folks > > I am working on setting up JIRA filters (named queries) to show open issues > for a given component. The idea is whoever is interested in specific > CloudStack components can setup personal email subscription to notify the

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
Interesting...in Global Settings, I find a key with the name 'host' and its value is '192.168.56.1'. That looks correct, though, right? On Mon, May 6, 2013 at 3:35 PM, Wei ZHOU wrote: > Hi Mike, > > The result of this command should be "192.168.56.1" or similar value, not > "10.2.0.15". >

Re: Review Request: Remove filterwin2k from virtual router default config

2013-05-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10843/#review20235 --- Ship it! Applied, 5e87b0a, please close - Chiradeep Vittal On Ma

Re: Trouble still with finding TinyLinux template

2013-05-06 Thread Wei ZHOU
Hi Mike, The result of this command should be "192.168.56.1" or similar value, not "10.2.0.15". select value from cloud.configuration where name="host"; Please make sure before you run "mvn -P developer -pl tools/devcloud -Ddeploysvr" you can change it by update cloud.configuration set

Trouble still with finding TinyLinux template

2013-05-06 Thread Mike Tutkowski
Hi, I recently updated my local repo, rebuilt, redeployed, and all. I wanted to kick off a VM, but I don't see the TinyLinux template. Any thoughts on this? Just followed the normal procedure I use for doing this...didn't do anything different. Thanks! -- *Mike Tutkowski* *Senior CloudStack D

Re: Trouble with deployDataCenter.py

2013-05-06 Thread Mike Tutkowski
It looks like the marvin_request method in cloudstackConnection.py does not have a parameter named 'data'. I changed the signature locally to the following and it works now: def marvin_request(self, cmd, response_type=None, method='GET', data=''): On Mon, May 6, 2013 at 2:59 PM, Mike Tutkowski

Re: [PROPOSAL] "Internal Load Balancing between VPC tiers"

2013-05-06 Thread Alena Prokharchyk
Chandan, reviewed the test plan and have a couple of comments: 1) there is no reboot operation supported for the Internal LB vm 2) The Internal LB Vm gets spanned for the guest IP address not when the first Load Balancer is created per IP address, but when the first user vm gets assigned to the Lo

Re: Trouble with deployDataCenter.py

2013-05-06 Thread Mike Tutkowski
I don't have much Python experience, but it looks like we're trying to pass in a named parameter that doesn't exist on the receiving side. Perhaps I need to update a Python package? def listUsers(self, command, postdata={}): response = listUsersResponse() response = self.con

Re: New committer: Phong Nguyen

2013-05-06 Thread Phong Nguyen
Thank you, I look forward to helping the community with more contributions. Cheers, Phong On Fri, May 3, 2013 at 4:55 PM, Musayev, Ilya wrote: > Congrats Phong :) +1 committer for NYC. > > > -Original Message- > > From: Ahmad Emneina [mailto:aemne...@gmail.com] > > Sent: Friday, May 03

Re: Callbacks and Events.

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 03:39:08PM -0500, Jeronimo Garcia wrote: > You know i was checking that out right now ... it seems like a good idea > ... but when would this be official ? Once we release 4.1 (upgrade bugs are blocking that release) > > Thanks! > > > On Mon, May 6, 2013 at 3:30 PM, Chi

Re: Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
You know i was checking that out right now ... it seems like a good idea ... but when would this be official ? Thanks! On Mon, May 6, 2013 at 3:30 PM, Chip Childers wrote: > On Mon, May 06, 2013 at 03:25:17PM -0500, Jeronimo Garcia wrote: > > the Events api call looks interesting ... but i'd ne

Re: Callbacks and Events.

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 03:25:17PM -0500, Jeronimo Garcia wrote: > the Events api call looks interesting ... but i'd need VM name and > Ipaddress ... so it forces me to do one call after a given event. Take a look at this: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Event+Notification

Re: [TIPS] On making eclipse work more efficient...

2013-05-06 Thread Mike Tutkowski
I just went ahead and updated cloudstack-services to cloud-services on the Wiki. I also updated bash \-x tools/eclipse/setup-eclipse-profile.sh to be bash \-x tools/eclipse/set-eclipse-profile.sh (setup was changed to set). On Mon, May 6, 2013 at 11:34 AM, Mike Tutkowski < mike.tutkow...@solidfi

Re: Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
the Events api call looks interesting ... but i'd need VM name and Ipaddress ... so it forces me to do one call after a given event. Thanks On Mon, May 6, 2013 at 3:20 PM, Jeronimo Garcia wrote: > Hi List. > > Is there anyway to specify callbacks on api events , or maybe a real time > debug por

Callbacks and Events.

2013-05-06 Thread Jeronimo Garcia
Hi List. Is there anyway to specify callbacks on api events , or maybe a real time debug port/url ? I need to trigger certain actions on VM creation and so far I've thought of these ones: - Mysql Triggers on a given table - Virtual Router Modifications (edithosts.sh script) - Code modi

Re: Review Request: (CLOUDSTACK-2319) fix "unable to add egress rules" in SecurityGroup

2013-05-06 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10957/#review20223 --- Ship it! Ship It! - Chip Childers On May 6, 2013, 6:44 p.m., Wei

Re: Review Request: (CLOUDSTACK-2322) update network.gateway to fix deployVm error on SharedNetwork after ipv6 support

2013-05-06 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10955/#review20222 --- Ship it! Ship It! - Chip Childers On May 6, 2013, 6:08 p.m., Wei

Re: Review Request: (CLOUDSTACK-2322) update network.gateway to fix deployVm error on SharedNetwork after ipv6 support

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10955/#review20217 --- Commit 599023b61b7c89a24d5d851499db05b9338ab922 in branch refs/heads

Re: Review Request: (CLOUDSTACK-2319) fix "unable to add egress rules" in SecurityGroup

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10957/#review20216 --- Commit af5bf94b431cea91f424ec1b5dc038a22d25a954 in branch refs/heads

Re: Review Request: (CLOUDSTACK-2322) update network.gateway to fix deployVm error on SharedNetwork after ipv6 support

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10955/#review20215 --- Commit 18f0f721d0b37be3dc20a0f757e36e4dd9050a03 in branch refs/heads

Re: Review Request: (CLOUDSTACK-2319) fix "unable to add egress rules" in SecurityGroup

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10957/#review20214 --- Commit b02bbc841e0ca927b5e208c394dbc8631bb1c389 in branch refs/heads

Re: [DISCUSS] Authorship of translations

2013-05-06 Thread Sebastien Goasguen
On May 6, 2013, at 3:10 PM, Chip Childers wrote: > On Mon, May 06, 2013 at 02:45:13PM -0400, Sebastien Goasguen wrote: >> +1 as well, it's easy to do. >> >> I will do it if no-one objects in the next 72 hours. > > +1 - And would you be looking at generating the list from git commit > history

Re: [DISCUSS] Authorship of translations

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 02:45:13PM -0400, Sebastien Goasguen wrote: > +1 as well, it's easy to do. > > I will do it if no-one objects in the next 72 hours. +1 - And would you be looking at generating the list from git commit history in an automatic way like Noah suggests (just confirming)?

RE: [PROPOSAL] [CLOUDSTACK-2056] DeploymentPlanner choice via ServiceOffering

2013-05-06 Thread Prachi Damle
I have updated the FS with some more details regarding the design of this feature, https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeploymentPlanner+choice+via+ServiceOffering Please provide any comments. Thanks, Prachi -Original Message- From: Prachi Damle [mailto:prachi.da...@c

Re: [DISCUSS] Authorship of translations

2013-05-06 Thread Sebastien Goasguen
+1 as well, it's easy to do. I will do it if no-one objects in the next 72 hours. On May 6, 2013, at 1:36 PM, Chiradeep Vittal wrote: > +1 to the THANKS file. > > On 5/4/13 6:58 AM, "Noah Slater" wrote: > >> (Copied from elsewhere...) >> >> I've been involved in similar discussions about w

Review Request: (CLOUDSTACK-2319) fix "unable to add egress rules" in SecurityGroup

2013-05-06 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10957/ --- Review request for cloudstack. Description --- This patch changes: (1) Clo

Re: Review Request: CLOUDSTACK-957: Localization -- Add UK keyboard support

2013-05-06 Thread Fang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10836/#review20209 --- Ship it! Ship it! - Fang Wang On April 29, 2013, 9:09 a.m., Sanj

Review Request: (CLOUDSTACK-2322) update network.gateway to fix deployVm error on SharedNetwork after ipv6 support

2013-05-06 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10955/ --- Review request for cloudstack. Description --- The allocateDirectIp in Net

Trouble with deployDataCenter.py

2013-05-06 Thread Mike Tutkowski
Hi, I just updated to the latest today and ran deployDataCenter.py to build a DevCloud2 environment. The script is having trouble. Any thoughts on this? Has this worked recently for anyone else? Thanks! mtutkowski-LT:devcloud mtutkowski$ python ../marvin/marvin/deployDataCenter.py -i devcloud.c

Re: System VM's hanging

2013-05-06 Thread Sean Truman
I figured it out, I was using shared mount points because I was trying to use NFS over RDMA (Infiniband, it doesn't support locking :( ). I switched the primary over to NFS over Infiniband but using IPoIB (Ethernet instead of RDMA). Now the System VM's are booting correctly. Thanks for your help.

Re: [DISCUSS] Authorship of translations

2013-05-06 Thread Chiradeep Vittal
+1 to the THANKS file. On 5/4/13 6:58 AM, "Noah Slater" wrote: >(Copied from elsewhere...) > >I've been involved in similar discussions about what to do with pull >requests on GitHub, etc. I think the general consensus was that as long as >there is a reasonable indication that the work was being

Re: [TIPS] On making eclipse work more efficient...

2013-05-06 Thread Mike Tutkowski
This is great, Alex - thanks! I wonder if you meant cloud-services (not cloudstack-services), though? On Mon, May 6, 2013 at 11:17 AM, Alex Huang wrote: > Hi All, > > I updated the wiki page on the eclipse environment [1]. The main change > is how to get rid of the multiple copies of .java an

Re: [PROPOSAL] VMSync improvement to better co-operate with external managers for features like HA/DRS and FT

2013-05-06 Thread Kelven Yang
On 5/6/13 10:16 AM, "Musayev, Ilya" wrote: >Hi Kelven, > >> 2) Serialize VM operations >> Currently, state transition handling always happens at in-place >>context, for example, when management server receives hypervisor VM >>state report, the handling of the report is processed within the >>co

RE: System VM's hanging

2013-05-06 Thread Musayev, Ilya
Sean, Please see response in line. > I am not seeing any splash screen, I see the Seabios screens and then the PIX > boot line, then GRUB loading stage2.. and the KVM process eats 100% of one > of the cores for about 5 minutes, then the management server tries to > restart. I am using CS 4.0.2 >

RE: [PROPOSAL] VMSync improvement to better co-operate with external managers for features like HA/DRS and FT

2013-05-06 Thread Musayev, Ilya
Hi Kelven, > 2) Serialize VM operations > Currently, state transition handling always happens at in-place context, for > example, when management server receives hypervisor VM state report, the > handling of the report is processed within the context, even if there may be > another thread that

[TIPS] On making eclipse work more efficient...

2013-05-06 Thread Alex Huang
Hi All, I updated the wiki page on the eclipse environment [1]. The main change is how to get rid of the multiple copies of .java and .class files in the Open Resources dialogue box. Previously I suggested using working sets to help with this problem but eclipse seems to be quite slow when op

Re: [PROPOSAL] VMSync improvement to better co-operate with external managers for features like HA/DRS and FT

2013-05-06 Thread Kelven Yang
On 5/6/13 5:11 AM, "Murali Reddy" wrote: > >Great to see long-standing problem being addressed. I get how revamped >job's framework that can handle both internal and external jobs with >ability to serialize the operations on a VM will help in VmSync. But I >could not understand how a message bu

Re: [PROPOSAL] VMSync improvement to better co-operate with external managers for features like HA/DRS and FT

2013-05-06 Thread Kelven Yang
On 5/5/13 7:31 PM, "Mice Xia" wrote: >+1 for this, currently VMsync/HA/external state change have conflicts >occasionally, serializing VM operations can solve concurrency related >issues. >So fullsync and deltasync will be deprecated and a new unified sync >framework will be introduced? Yes, f

Re: System VM's hanging

2013-05-06 Thread Sean Truman
I am not seeing any splash screen, I see the Seabios screens and then the PIX boot line, then GRUB loading stage2.. and the KVM process eats 100% of one of the cores for about 5 minutes, then the management server tries to restart. I am using CS 4.0.2 0) acton-systemvm-02062012.qcow2.bz2 1) I wil

Review Request: Cloudstack-702 Multiple Ip ranges in different subnets

2013-05-06 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10948/ --- Review request for cloudstack, Abhinandan Prateek and Koushik Das. Description

Re: [DISCUSS] We have a videographer. What videos do we want to make?

2013-05-06 Thread Jessica Tomechak
On Mon, May 6, 2013 at 9:17 AM, Chip Childers wrote: > On Mon, May 06, 2013 at 09:13:31AM -0700, Jessica Tomechak wrote: > > We are lucky to have Gregg Witkin, who created video for CloudStack last > > summer [1][2], available to once again work with the CloudStack community > > to create more vid

[ACS41] Outstanding issues to resolve

2013-05-06 Thread Chip Childers
Once again, here's the list of issues for 4.1.0 that need to be addressed before I try to re-spin an RC: CLOUDSTACK-528 Failed to create secondary storage Unassigned Tamas Monos CLOUDSTACK-2309 Upgrade from 2.2.14 to 4.1.0 : network static routes deleted on SSVMUnassigned Nicolas Lamiraul

RE: System VM's hanging

2013-05-06 Thread Musayev, Ilya
Sean, Specifically what versions of SVM are you running? Do you see a splash screen and when you press enter or wait for time out - for this issue to occur? 0) if splash screen is seen and you can make changes to boot linux, remove the "quiet" flag from initrd line to see if you can get more me

Re: Any reason HA can not be used with baremetal?

2013-05-06 Thread David Nalley
On Mon, May 6, 2013 at 10:38 AM, Jessica Tomechak wrote: > Does it matter whether Offer HA is checked when creating a compute offering > for use with a bare metal deployment? My understanding of HA is that it > will restart a VM on another host in the same zone if the VM crashes. In > the case of

Re: [DISCUSS] We have a videographer. What videos do we want to make?

2013-05-06 Thread Chip Childers
On Mon, May 06, 2013 at 09:13:31AM -0700, Jessica Tomechak wrote: > We are lucky to have Gregg Witkin, who created video for CloudStack last > summer [1][2], available to once again work with the CloudStack community > to create more video content this summer. > > Gregg will be available June 17 -

System VM's hanging

2013-05-06 Thread Sean Truman
All, My system VM's are hanging at GRUB loading stage2.. using KVM as hypervisor any idea why this is happening? v/r Sean

[DISCUSS] We have a videographer. What videos do we want to make?

2013-05-06 Thread Jessica Tomechak
We are lucky to have Gregg Witkin, who created video for CloudStack last summer [1][2], available to once again work with the CloudStack community to create more video content this summer. Gregg will be available June 17 - August 9. Before the 17th, it would be great for us to discuss and decide w

Re: Review Request: CLOUDSTACK-1820 - Automation: Need to add automation for AWS Style region feature

2013-05-06 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10936/#review20193 --- I will get back to you soon with a review. - Prasanna Santhanam O

Our community by the numbers

2013-05-06 Thread Sebastien Goasguen
Hi, Some of you maybe interested by these numbers on our community: http://buildacloud.org/blog/258-update-on-apache-cloudstack-community-analysis.html Feel free to tweet it as well and if you have suggestions on how to make this report more valuable, let me know. -Sebastien

Re: Any reason HA can not be used with baremetal?

2013-05-06 Thread Ahmad Emneina
I dont think there is a meaningful way to determine the host state in a bare metal instance without writing a guest specific client/agent. IPMI when queried will just let you know the chassis' power state, which isnt very useful. To my knowledge HA and bare metal dont work together at the moment.

Re: Review Request: CLOUDSTACK-869-nTier-Apps-2.0_Support-NetScalar-as-external-LB-provider

2013-05-06 Thread Murali Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10858/#review20191 --- plugins/network-elements/netscaler/src/com/cloud/network/element/Ne

Re: master kvm setup

2013-05-06 Thread Marcus Sorensen
I've so far only seen the socket fail if 1) you have apparmor enabled (which the current docs say to disable both this and selinux), or 2) you're using an old system vm, in which case the socket works but the system vm can't read it via cloud_early_config. If you can track down why it's failing to

RE: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Musayev, Ilya
Ian, If you are implementing this logic, it would be awesome. Keep in mind besides LDAP, these is also somewhat LDAP compatible Miscrosoft AD, please test against it as well. Whenever you have a code, you need to test, I can gladly help. Regards ilya > -Original Message- > From: Ian D

Any reason HA can not be used with baremetal?

2013-05-06 Thread Jessica Tomechak
Does it matter whether Offer HA is checked when creating a compute offering for use with a bare metal deployment? My understanding of HA is that it will restart a VM on another host in the same zone if the VM crashes. In the case of bare metal, instead of a VM, we have a baremetal instance, one per

Re: Release Verification Tool - if you're interested

2013-05-06 Thread Chip Childers
On Sat, May 04, 2013 at 01:33:38PM +0100, Noah Slater wrote: > Wow. This is a great idea! > > On CouchDB we have couchdb-admin.git and we keep stuff like this in that > repos. Might we want to consider something similar? (We also use it to keep > email templates in, etc.) > > https://git-wip-us.a

master kvm setup

2013-05-06 Thread Abhinandan Prateek
Hi I am facing some issue with kvm setup. My systemvms are not comming up. The script patchviasocket.pl failed to connect to the kvm guest agent and so the cloud_early_config fails to configure the network interfaces of the ssvm. I was using the ssvm template from jenkins. -abhi

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Sebastien Goasguen
Ian, we figured it out. Abhi is able to see it. thanks On May 6, 2013, at 9:58 AM, Ian Duffy wrote: > Hi Abhinandan, > > It should be there. I have it marked as public so the following link should > work as well: > > https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/im

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Abhinandan Prateek
Hi Ian, The issue has been promptly resolved and now I have access to it. Will follow up with more details on your proposal. Thank you, -abhi On 06/05/13 7:28 PM, "Ian Duffy" wrote: >Hi Abhinandan, > >It should be there. I have it marked as public so the following link >should >work as well

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Ian Duffy
Hi Abhinandan, It should be there. I have it marked as public so the following link should work as well: https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/imduffy15/1 Thanks! Ian On 6 May 2013 12:32, Abhinandan Prateek wrote: > I am unable to see the proposal in melange

Advance Zone Setup

2013-05-06 Thread Sean Truman
I have an Juniper SRX that I am planning on using (right now I have Juniper SSG, its being replaced with the SRX). My management CIDR is 10.91.17.0/24 and is routable to the internet. My Guest CIDR is 10.91.26.0/24 VLAN 600 My public is as following: 119.254.89.192/29 Right now, I don't want CS t

Re: [ACS42] Unassigned fearures and improvements

2013-05-06 Thread Dharmesh Kakadia
Hi Devid, Thanks. I am trying to figure out what is wrong with my setup. Once I am done with it, will start to refactor for 212. Hope pretty soon. :) Thanks, Dharmesh On Mon, May 6, 2013 at 6:14 PM, David Nalley wrote: > On Mon, May 6, 2013 at 8:21 AM, Dharmesh Kakadia > wrote: > > I can giv

2013-05 Board Report for Apache CloudStack

2013-05-06 Thread Chip Childers
The following report will be submitted to the ASF board in a few minutes. --- DESCRIPTION Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Ser

[GSOC] Update

2013-05-06 Thread Sebastien Goasguen
Hi, a quick update on the google summer of code. At this time the ASF is going through the process of requesting "student slots" to Google. We (as ASF) will rank the proposals. Once we know the number of slots given to the ASF we will know which ones from the seven submitted to the CloudStack p

Review Request: CLOUDSTACK-2189 volume is stuck in resizing state

2013-05-06 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10947/ --- Review request for cloudstack, Devdeep Singh and edison su. Description ---

Re: [ACS42] Unassigned fearures and improvements

2013-05-06 Thread David Nalley
On Mon, May 6, 2013 at 8:21 AM, Dharmesh Kakadia wrote: > I can give a try to 212, as new to codebase. I looks easy for starters like > me, but correct me if it requires deep understanding of code. > > Thanks, > Dharmesh > Sounds like a great place to jump in. I bumped up your permissions in Jira

Re: [ACS42] Unassigned fearures and improvements

2013-05-06 Thread Dharmesh Kakadia
I can give a try to 212, as new to codebase. I looks easy for starters like me, but correct me if it requires deep understanding of code. Thanks, Dharmesh On Sun, May 5, 2013 at 3:04 AM, Sebastien Goasguen wrote: > I picked 1525…easy enough. > > On May 3, 2013, at 7:28 PM, Animesh Chaturvedi <

Re: [PROPOSAL] VMSync improvement to better co-operate with external managers for features like HA/DRS and FT

2013-05-06 Thread Murali Reddy
Great to see long-standing problem being addressed. I get how revamped job's framework that can handle both internal and external jobs with ability to serialize the operations on a VM will help in VmSync. But I could not understand how a message bus that helps in coordinate activities with in mana

Re: [MERGE] CS-2163

2013-05-06 Thread Abhinandan Prateek
On 06/05/13 5:20 PM, "Prasanna Santhanam" wrote: >On Mon, May 06, 2013 at 11:39:49AM +, Murali Reddy wrote: >> On 03/05/13 7:47 PM, "Chip Childers" wrote: >> >> >On Fri, May 03, 2013 at 04:11:21AM +, Murali Reddy wrote: >> >> >> >> >> >> I would like to see this as, meta-data that has

Re: [MERGE] CS-2163

2013-05-06 Thread Murali Reddy
On 06/05/13 5:18 PM, "Prasanna Santhanam" wrote: >> >> Agree. There could be use cases for both services that are cloud >>provider >> managed (admin) vs self-service that need to access/store meta-data. We >> need to keep design to be flexible. Also current proposal to add new API >> for each of

UserDao takes too long to init

2013-05-06 Thread Prasanna Santhanam
Anyone seeing this on latest master? The server startup hangs for a whole minute and a half at this point 2013-05-06 17:26:15,416 INFO [utils.component.ComponentContext] (Timer-2:null) Configuring com.cloud.user.dao.UserDaoImpl_EnhancerByCloudStack_2d02edd8 2013-05-06 17:27:31,192 INFO [utils

Re: [MERGE] CS-2163

2013-05-06 Thread Prasanna Santhanam
On Mon, May 06, 2013 at 11:39:49AM +, Murali Reddy wrote: > On 03/05/13 7:47 PM, "Chip Childers" wrote: > > >On Fri, May 03, 2013 at 04:11:21AM +, Murali Reddy wrote: > >> > >> > >> I would like to see this as, meta-data that has semantic meaning to > >> CloudStack vs meta-data that's pu

Re: [MERGE] CS-2163

2013-05-06 Thread Prasanna Santhanam
On Mon, May 06, 2013 at 11:39:49AM +, Murali Reddy wrote: > On 03/05/13 7:47 PM, "Chip Childers" wrote: > > >On Fri, May 03, 2013 at 04:11:21AM +, Murali Reddy wrote: > >> > >> > >> I would like to see this as, meta-data that has semantic meaning to > >> CloudStack vs meta-data that's pu

Re: [MERGE] CS-2163

2013-05-06 Thread Murali Reddy
On 03/05/13 7:47 PM, "Chip Childers" wrote: >On Fri, May 03, 2013 at 04:11:21AM +, Murali Reddy wrote: >> >> >> I would like to see this as, meta-data that has semantic meaning to >> CloudStack vs meta-data that's purely user meta-data that has no meaning >> to CloudStack and its plug-ins. '

Re: [GSOC] LDAP User provisioning: Design document feedback

2013-05-06 Thread Abhinandan Prateek
I am unable to see the proposal in melange website. Am I missing something ? -abhi On 04/05/13 6:56 PM, "Sebastien Goasguen" wrote: >Ian thanks a lot for your proposal and submission. > >This project has been proposed by Abhinandan Prateek, so I am copying him >in this email so he can comment.

Re: Review Request: CLOUDSTACK-2188: Parsing error with Download Monitor while checking the health of downloaded templates

2013-05-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10901/#review20189 --- Commit e56d2a401c40b4208d062c0a0ce1ec01df73dd08 in branch refs/head

Re: Review Request: Fix for CLOUDSTACK-2085 VM weight on xen remain same as before vmscaleup

2013-05-06 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10903/ --- (Updated May 6, 2013, 10:01 a.m.) Review request for cloudstack and Abhinandan

Review Request: CLOUDSTACK-702: Tests for Multiple IP Ranges support

2013-05-06 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10946/ --- Review request for cloudstack, Prasanna Santhanam and SrikanteswaraRao Talluri.

Re: Review Request: CLOUDSTACK-2188: Parsing error with Download Monitor while checking the health of downloaded templates

2013-05-06 Thread Sateesh Chodapuneedi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10901/#review20188 --- Ship it! Commit e56d2a401c40b4208d062c0a0ce1ec01df73dd08 - Satees

  1   2   >