[ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-03 Thread Sangeetha Hariharan
Test cases for " Affinity / Anti-affinity Rules" is posted here - https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Paln+for+Affinity-Anti-affinity+Rules. Reference FS: - https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+-+Affinity-Anti-affinity+groups Please review and pr

Re: Master - jetty run failure

2013-04-03 Thread Dave Cahill
Hi, Apologies for not responding more quickly; I'm a non-committer, so I was actually offline when the patch hit master. I think the behavior Likitha observed would happen if a developer updated to latest master, and started the management server, but didn't redeploy the management server databas

RE: [jira] [Created] (CLOUDSTACK-1930) LDAP docs are missing some steps

2013-04-03 Thread Musayev, Ilya
Jessica The hack/fix below applies only to 3.x and 4.0. 4.1 and 4.2 - no longer require this specific change Regards ilya -Original Message- From: Jessica Tomechak (JIRA) [mailto:j...@apache.org] Sent: Wednesday, April 03, 2013 9:44 PM To: cloudstack-iss...@incubator.apache.org Subjec

Re: How to dramatically reduce the build time:)

2013-04-03 Thread Ahmad Emneina
holy moly, thats a serious bash one liner. On Wed, Apr 3, 2013 at 6:18 PM, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a way > may help you a little bit to build cloudstack as quick as possible: > mvn -pl `git status --porcelain |sed '/^?/d'| awk '{prin

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread L Radhakrishna Rao
So are we going to report it into python? What's the entire plan? Can you please elaborate if you are comfortable with it. Thanks On Thu, Apr 4, 2013 at 10:05 AM, Musayev, Ilya wrote: > This is ruby based. > > -Original Message- > From: L Radhakrishna Rao [mailto:satishsaga...@gmail.

Reaching for the Stars: Secondary IP assignment!

2013-04-03 Thread Maurice Lawler
Hello Cloud Stack Family,I have attempted to the best of my ability to set this up. I have an instance (actually two) I would like to toss one additional IP address to two different instances. Cloud Stack 4.0.1 is proving to be rather difficult to accomplish this in. Here is my set-up:Single Server

RE: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Musayev, Ilya
This is ruby based. -Original Message- From: L Radhakrishna Rao [mailto:satishsaga...@gmail.com] Sent: Thursday, April 04, 2013 12:26 AM To: dev@cloudstack.apache.org Subject: Re: [Discuss][DeltaCloud]CloudStack suppprt Hi Musayev, In the meantime, kindly let me know what skills do I ne

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread L Radhakrishna Rao
Hi Musayev, In the meantime, kindly let me know what skills do I need to study? I am familiar with Python, but have not developed anything big yet, as did not get chance. On Thu, Apr 4, 2013 at 9:52 AM, Musayev, Ilya wrote: > RK and Chip > > Thanks for the feedback, let me take it back to my

RE: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Musayev, Ilya
RK and Chip Thanks for the feedback, let me take it back to my team. We will respond as soon as we have something solidified. Thanks ilya -Original Message- From: L Radhakrishna Rao [mailto:satishsaga...@gmail.com] Sent: Thursday, April 04, 2013 12:11 AM To: dev@cloudstack.apache.org S

RE: How to dramatically reduce the build time:)

2013-04-03 Thread Rajesh Battala
Thanks a lot Edison. This is very nice . > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Thursday, April 4, 2013 6:48 AM > To: dev@cloudstack.apache.org > Subject: How to dramatically reduce the build time:) > > As a poor man, don't have luxury build machine a

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread L Radhakrishna Rao
Definitely, I would like to contribute. The only pain for me is the starting point. If I can get any sort of guidance, I will take it forward :). And oh yes, I am not going to say that this is my first time etc, as I want to jump in this. Regards, RK On Wed, Apr 3, 2013 at 9:42 PM, Chip Child

[DOCS] More OSS writers needed

2013-04-03 Thread Jessica Tomechak
In this morning's IRC chat, it was very properly pointed out that CloudStack could use more doc writers. We have a backlog of suggestions for large, new documentation projects. We collected these suggestions under the Doc Writers wiki page. I have just opened Jira tickets for each of the items, to

How to dramatically reduce the build time:)

2013-04-03 Thread Edison Su
As a poor man, don't have luxury build machine as Alex has, I find a way may help you a little bit to build cloudstack as quick as possible: mvn -pl `git status --porcelain |sed '/^?/d'| awk '{print $2}' |sed 's/\/src/$/'|cut -d $ -f 1|uniq |tr "\n" "," |sed 's/,$/,client/'` clean install It trie

Re: RAT test failing in master

2013-04-03 Thread Dave Cahill
Thanks for this Chip - 5 minutes from notification mail to fixed and committed must be some kind of record. :) Dave. On Thu, Apr 4, 2013 at 4:33 AM, Chip Childers wrote: > On Wed, Apr 03, 2013 at 12:27:57PM -0700, Rayees Namathponnan wrote: > > Hi, > > > > RAT test failing in master due to miss

RE: [DISCUSS] Upgrade from 4.0 -> 4.1 ( components.xml and db.propetries)

2013-04-03 Thread Sangeetha Hariharan
As a follow up on the discussion we had on the IRC meeting , I have updated the existing doc bug relating to upgrade - CLOUDSTACK-1837 , to include the following 2 steps as well as part of upgrade: 1. If someone has made changes to your existing copy of the file components.xml in your previo

Re: [ACS41] Another day, another bug list

2013-04-03 Thread Kelven Yang
I raised CLOUDSTACK-1917, it is not a functional bug, but to finalize the way for plugin developers to add/remove feature related components & related configuration. It seems to make sense to cut its final style in 4.1 for its first release. If there is no -1s on it, I'll work on it at tomorrow an

RE: [VMWARE][ACS41] Network Usage with Shared Advanced Zone is 0KB

2013-04-03 Thread Musayev, Ilya
Thanks Kelven. > -Original Message- > From: Kelven Yang [mailto:kelven.y...@citrix.com] > Sent: Wednesday, April 03, 2013 7:47 PM > To: dev@cloudstack.apache.org > Subject: Re: [VMWARE][ACS41] Network Usage with Shared Advanced Zone > is 0KB > > > > On 4/3/13 4:03 PM, "Musayev, Ilya" w

Re: [VMWARE][ACS41] Network Usage with Shared Advanced Zone is 0KB

2013-04-03 Thread Kelven Yang
On 4/3/13 4:03 PM, "Musayev, Ilya" wrote: >Just need to confirm, that we get 0KB usage on shared advanced network >zone and it so by design, since traffic is not routed through router VM, >but actual physical routers. I'd think there is not way to account for >this traffic unless we query Virtu

RE: Master broken

2013-04-03 Thread Alex Huang
Prasanna, This is actually a very interesting case. In our check-in test, is there any way for us to disable db access when running the unit tests? I can see that this would be one of the things that the developer can easily forget but hits on the build server and breaks the Jenkins build oft

Re: Cloudstack.org domain

2013-04-03 Thread David Nalley
On Wed, Apr 3, 2013 at 8:39 AM, Chip Childers wrote: > Hi all, > > One of our graduation checklist items is to get the cloudstack.org > domain migrated to ASF infra for registration ownership and probably > also for name services (although I'm not sure what the approach is for > the latter). > > C

[VMWARE][ACS41] Network Usage with Shared Advanced Zone is 0KB

2013-04-03 Thread Musayev, Ilya
Just need to confirm, that we get 0KB usage on shared advanced network zone and it so by design, since traffic is not routed through router VM, but actual physical routers. I'd think there is not way to account for this traffic unless we query Virtual Center for Traffic Stats. Please confirm th

RE: cloudstack.org staging site is not the same as before?

2013-04-03 Thread Alex Huang
Thanks Dave and Chip! I updated the wiki with the new pages and changes are now pushed. --Alex > -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Wednesday, April 3, 2013 8:59 AM > To: dev@cloudstack.apache.org > Subject: Re: cloudstack.org staging site is not the s

RE: Review request for storage motion on xenserver

2013-04-03 Thread Edison Su
Sorry for the late. Following is my comments on storage motion: 1. We shouldn't touch volume state in virutalmachinemanager. I spend a lot of time trying to move volume related operations from virtualmachinemanager to storage subsystem, better to follow the same pattern. 2. The current storage

RE: [DISCUSS] Affinity / Anti-affinity Rules

2013-04-03 Thread Prachi Damle
Yes, the list APIs should return the affinity group information. I will update the FS with the response details. Thanks, Prachi -Original Message- From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] Sent: Wednesday, April 03, 2013 1:46 PM To: dev@cloudstack.apache.org; clo

RE: [DISCUSS] Affinity / Anti-affinity Rules

2013-04-03 Thread Sangeetha Hariharan
Thanks Prachi. I had couple of more questions: ListAffinityGroups API() - When affinity group is returned would it return all the Vms associated with it in the affinity group as well ? Also listVm call should also include the list of affinity group it is associated with. -Thanks Sangeetha

Review Request: Improvement CLOUDSTACK-1875: add JSON output to cloudmonkey

2013-04-03 Thread Justin Grudzien
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10275/ --- Review request for cloudstack. Description --- Added 1. display = [default

Secondary IPs

2013-04-03 Thread Maurice Lawler
Hello,As I have been told by countless folks, it's next to impossible to have CS assign another IP address to an existing instance.Yesterday in #CloudStack was I provided this link: http://markmail.org/message/bt7pqnen26v2o63kMy question is now this, how can I disable iptables / or whatever network

Re: Mailing lists and markmail

2013-04-03 Thread Joe Brockmeier
Following up, received a reply today from the folks at Markmail.org: We will tweak it but it'll be a few weeks as we're very busy this month with MarkLogic World. I don't think there's a big downside in the delay except a cosmetic name issue, right. For adding new lists, we told the Apache infra

Re: RAT test failing in master

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 12:27:57PM -0700, Rayees Namathponnan wrote: > Hi, > > RAT test failing in master due to missing license, looks like its failing > after adding "MidoNet Networking Plugin", > > Dave - can you please have a look on this ? corrected with: commit 4f9bdba2815510d55cbf0727f8

RAT test failing in master

2013-04-03 Thread Rayees Namathponnan
Hi, RAT test failing in master due to missing license, looks like its failing after adding "MidoNet Networking Plugin", Dave - can you please have a look on this ? $ git log plugins/network-elements/midonet/src/com/cloud/network/guru/MidoNetGuestNetworkGuru.java commit eddf7b9357bc18497b8cb

Re: Review Request: Improvement CLOUDSTACK-1909: Many ^M/CRLF in java code

2013-04-03 Thread Brian Spindler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10254/ --- (Updated April 3, 2013, 7:16 p.m.) Review request for cloudstack. Changes ---

Re: Master - jetty run failure

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 06:45:44PM +, Pranav Saxena wrote: > I happened to see that Hugo enabled the midonet plugin in both > client/tomcatconf/componentContext.xml.in and > client/tomcatconf/nonossComponentContext.xml.in on top of Dave's commit on > supporting midonet plugin. Perhaps ,

RE: Master - jetty run failure

2013-04-03 Thread Pranav Saxena
I happened to see that Hugo enabled the midonet plugin in both client/tomcatconf/componentContext.xml.in and client/tomcatconf/nonossComponentContext.xml.in on top of Dave's commit on supporting midonet plugin. Perhaps ,that fixed the issue actually. -Original Message- From: srivat

Re: [ACS41] Management server closes connection on port 8250

2013-04-03 Thread Kelven Yang
From: Sheng Yang mailto:sh...@yasker.org>> Date: Wednesday, April 3, 2013 10:44 AM To: "mailto:dev@cloudstack.apache.org>>" mailto:dev@cloudstack.apache.org>>, Kelven Yang mailto:kelven.y...@citrix.com>> Subject: Re: [ACS41] Management server closes connection on port 8250 On Tue, Apr 2, 2013

Re: Master - jetty run failure

2013-04-03 Thread prasanna
I'm not seeing this on the latest master. Perhaps something wrong with nonOss component context? Are you running nonOss by any chance? On 3 April 2013 23:23, Pranav Saxena wrote: > Possible workaround until that issue is fixed - Revering these two commits > - eddf7b9357bc18497b8cb16a6c6f3382ac

Re: Master broken

2013-04-03 Thread Kelven Yang
On 4/3/13 12:42 AM, "Hugo Trippaers" wrote: >Kelven, > >That commit (5782abf8f80fce929e3d6e20068bc165f2360426 ) was actually the >commit that broke the tests. In that commit you add the call to >'ComponentContext.initComponentsLifeCycle();' which in turn initializes >other modules and some of t

Re: [ACS41] Management server closes connection on port 8250

2013-04-03 Thread Wido den Hollander
On 04/03/2013 08:14 PM, Marcus Sorensen wrote: did you copy the key file from the old install? Yes, I copied "key" which only contained "password". Still not sure about it though. What I did find out, we need to do a trim on the contents of the key file, since a small whitespace at the en

Re: [ACS41] Management server closes connection on port 8250

2013-04-03 Thread Marcus Sorensen
did you copy the key file from the old install? On Wed, Apr 3, 2013 at 12:06 PM, Wido den Hollander wrote: > > > On 04/03/2013 07:44 PM, Sheng Yang wrote: > >> On Tue, Apr 2, 2013 at 1:12 PM, Chip Childers >> **wrote: >> >> On Tue, Apr 02, 2013 at 10:10:28PM +0200, Wido den Hollander wrote: >

Re: [ACS41] Management server closes connection on port 8250

2013-04-03 Thread Wido den Hollander
On 04/03/2013 07:44 PM, Sheng Yang wrote: On Tue, Apr 2, 2013 at 1:12 PM, Chip Childers wrote: On Tue, Apr 02, 2013 at 10:10:28PM +0200, Wido den Hollander wrote: Hi, On 04/02/2013 08:50 PM, Sheng Yang wrote: On Tue, Apr 2, 2013 at 11:49 AM, Sheng Yang wrote: On Tue, Apr 2, 2013 at 11:32

RE: Master - jetty run failure

2013-04-03 Thread Pranav Saxena
Possible workaround until that issue is fixed - Revering these two commits - eddf7b9357bc18497b8cb16a6c6f3382ac52f61c and 44567453e0511e3090ac22518113b283cfa26b4b to have jetty running successfully. -Original Message- From: Likitha Shetty [mailto:likitha.she...@citrix.com] Sent: Wed

Summary of IRC meeting in #cloudstack-meeting, Wed Apr 3 17:04:15 2013

2013-04-03 Thread ASF IRC Services
Members present: sangeetha, jzb, topcloud, vogxn, sudhap, chipc, kdamage, widodh Meeting summary: 1. Preface 2. 4.1 overall status 3. 4.1 QA updates 4. 4.1 docs 5. 4.1 other items 6. master branch a. vogxn to notify the ML about how to test via BVT prior t

Master - jetty run failure

2013-04-03 Thread Likitha Shetty
On latest master when I run jetty, ERROR [utils.component.ComponentContext] (Timer-2:) Unhandled exception javax.naming.ConfigurationException: Could not find midonet API location in config at com.cloud.network.element.MidoNetElement.configure(MidoNetElement.java:148) at com.clo

Re: [ACS41] Management server closes connection on port 8250

2013-04-03 Thread Sheng Yang
On Tue, Apr 2, 2013 at 1:12 PM, Chip Childers wrote: > On Tue, Apr 02, 2013 at 10:10:28PM +0200, Wido den Hollander wrote: > > Hi, > > > > On 04/02/2013 08:50 PM, Sheng Yang wrote: > > >On Tue, Apr 2, 2013 at 11:49 AM, Sheng Yang wrote: > > >>On Tue, Apr 2, 2013 at 11:32 AM, Wido den Hollander >

Re: Review Request: Improvement CLOUDSTACK-1909: Many ^M/CRLF in java code

2013-04-03 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10254/#review18654 --- Ship it!! But there's probably a note here to those working on W

Re: Review Request: CLOUDSTACK-1908 : The specified event isn't removed from list after deletion

2013-04-03 Thread Pranav Saxena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10253/#review18653 --- Isaac , could you please mark the review request as Submitted ? Th

Re: Review Request: CLOUDSTACK-1908 : The specified event isn't removed from list after deletion

2013-04-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10253/#review18651 --- Commit 7b0b2cdc842821a8eb4641a90ebcc054dfdf3b7c in branch refs/heads

Re: Review Request: CLOUDSTACK-1908 : The specified event isn't removed from list after deletion

2013-04-03 Thread Pranav Saxena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10253/#review18650 --- Ship it! Patch applies cleanly and works well . I'll apply it on ma

RE: [DISCUSS] Upgrade from 4.0 -> 4.1 ( components.xml and db.propetries)

2013-04-03 Thread Sangeetha Hariharan
Yes awsapi is optional. But if someone wants to use the EC2 api query feature then there is a dependency that db.awsapi.* are set correctly. -Thanks Sangeetha -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Tuesday, April 02, 2013 10:37 PM To: dev@cloudstack

Review Request: Improvement CLOUDSTACK-1909: Many ^M/CRLF in java code

2013-04-03 Thread Brian Spindler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10254/ --- Review request for cloudstack. Description --- Patch with all ^M's removed

IRC Meeting reminder

2013-04-03 Thread Chip Childers
The meeting will be starting in approximately 15 mins in #cloudstack-meeting on freenode. Come join in for a fun agenda of release status and other discussions! -chip

Re: Additional IP Assignment

2013-04-03 Thread Maurice Lawler
Thanks, because any help for this relativity easy task would be greatly appreciated. On Apr 2, 2013, at 11:08 PM, Ahmad Emneina wrote: > roping in chiradeep, would security groups prevent this kind of behavior? > should this be do'able with virtual interfaces, from within the guest vm? > >

Re: Additional IP Assignment

2013-04-03 Thread Maurice Lawler
Basic Networking | KVM | CentOS - I saw something somewhere about manually adding routes etc via the virtual router; however, I was wondering if there was something a little easier due to my lack of know how and overall knowledge of this. When I had a basic server with Cent OR any version real

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 09:39:46PM +0530, prasanna wrote: > For python there's libcloud - I was going to work on support in Apache > Libcloud but never found bandwidth. If anyone's interested they have a > pretty active community. Would be nice to cross-contribute to their > effort. +1, and a simi

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread prasanna
For python there's libcloud - I was going to work on support in Apache Libcloud but never found bandwidth. If anyone's interested they have a pretty active community. Would be nice to cross-contribute to their effort. On 3 April 2013 20:29, Musayev, Ilya wrote: > Team WebMD would like to write dr

Re: cloudstack.org staging site is not the same as before?

2013-04-03 Thread David Nalley
On Wed, Apr 3, 2013 at 11:56 AM, Alex Huang wrote: > Hi, > > I wanted to edit the committer list following instructions at > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Managing+the+Apache+CloudStack+Web+Site > > Changes are checked in so I follow the instructions to go to staging site

Re: cloudstack.org staging site is not the same as before?

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 08:56:17AM -0700, Alex Huang wrote: > Hi, > > I wanted to edit the committer list following instructions at > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Managing+the+Apache+CloudStack+Web+Site > > Changes are checked in so I follow the instructions to go to st

cloudstack.org staging site is not the same as before?

2013-04-03 Thread Alex Huang
Hi, I wanted to edit the committer list following instructions at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Managing+the+Apache+CloudStack+Web+Site Changes are checked in so I follow the instructions to go to staging site to check if it's okay but it's not available. http://clouds

Re: deleteStoragePool API Command

2013-04-03 Thread Mike Tutkowski
Not really sure what that amounts to, though, Chip. :) Maybe there's some additional context I'm missing. I'm having a hard time picturing when you would select Force and when you wouldn't. On Wed, Apr 3, 2013 at 7:54 AM, Chip Childers wrote: > On Tue, Apr 02, 2013 at 11:42:52PM -0600, Mike Tu

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 11:11:25AM -0400, Chip Childers wrote: > I started, but didn't get very far. > > https://github.com/chipchilders/deltacloud/tree/cloudstack-driver > > Feel free to fork this and move forward. I published the > cloudstack-ruby-driver gem specifically so that we can do this

RE: NetFlix Contest

2013-04-03 Thread Pranav Saxena
Looks really interesting . And yes , teams are allowed (3.2. Participant may be an individual or a team with an account on github.com ) . The time period is March 13 - Sep 15 , 2013. The contest demands contribution to various areas like development of a new feature or a mashup tool or some w

Review Request: CLOUDSTACK-1908 : The specified event isn't removed from list after deletion

2013-04-03 Thread Isaac Chiang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10253/ --- Review request for cloudstack and Pranav Saxena. Description --- CLOUDSTAC

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Chip Childers
I started, but didn't get very far. https://github.com/chipchilders/deltacloud/tree/cloudstack-driver Feel free to fork this and move forward. I published the cloudstack-ruby-driver gem specifically so that we can do this work. On Wed, Apr 3, 2013 at 11:01 AM, L Radhakrishna Rao wrote: > I wou

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread L Radhakrishna Rao
I would like to be part of this. Kindly let me know how to proceed and I guess we can have a talk. On Wed, Apr 3, 2013 at 8:29 PM, Musayev, Ilya wrote: > Team WebMD would like to write drivers for CloudStack and DeltaCloud. > > Reaching out to dev community to see if anyone has started this pr

Re: Mailing lists and markmail

2013-04-03 Thread Joe Brockmeier
Have put in a request. Note that they've already picked up the marketing list - but at the incubator address. On Wed, Apr 3, 2013, at 09:50 AM, Joe Brockmeier wrote: > On Wed, Apr 3, 2013, at 07:52 AM, Chip Childers wrote: > > Does anyone want to own figuring out how to notify markmail about our

[Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread Musayev, Ilya
Team WebMD would like to write drivers for CloudStack and DeltaCloud. Reaching out to dev community to see if anyone has started this project already or wants to join and we can work together or we will be the first ones to write a support for it. Feedback is welcome, Regards Ilya

Re: Mailing lists and markmail

2013-04-03 Thread Joe Brockmeier
On Wed, Apr 3, 2013, at 07:52 AM, Chip Childers wrote: > Does anyone want to own figuring out how to notify markmail about our > mailing list changes? I can get in touch with them. I asked MarkMail to add the old archives to the new Apache ones. > We've changed: > > 1) moved from incubator.apa

Re: deleteStoragePool API Command

2013-04-03 Thread Chip Childers
On Tue, Apr 02, 2013 at 11:42:52PM -0600, Mike Tutkowski wrote: > On a related note, can you enlighten me a bit about what "Force" means when > deleting Primary Storage? >From the docs: Force destroy storage pool (force expunge volumes in Destroyed state as a part of pool removal)

Re: Mailing lists and markmail

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 02:30:28PM +0100, Noah Slater wrote: > I think they might just pick it up automatically. I don't believe Infra > ever ping them. Unfortunately Markmail still thinks we are in the incubator. Since emails are still being distributed to it via that older subscription, I'm not

Re: Review Request: Fix for CLOUDSTACK-1839. To be applied to 4.1.

2013-04-03 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10250/#review18648 --- Ship it! applied to 4.1 and cherry-picked to master - Chip Childer

Re: Review Request: Fix for CLOUDSTACK-1839. To be applied to 4.1.

2013-04-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10250/#review18649 --- Commit d24a45abaa5ed3073855892e581a46ba87c92fa5 in branch refs/heads

Re: Review Request: Fix for CLOUDSTACK-1839. To be applied to 4.1.

2013-04-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10250/#review18647 --- Commit fe1113f2f1a8c3586a08fa0f17c71f2574ffed7b in branch refs/heads

Re: Review Request: Fix for CLOUDSTACK-1839. To be applied to 4.1.

2013-04-03 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10250/ --- (Updated April 3, 2013, 1:41 p.m.) Review request for cloudstack and Chip Child

Re: CloudStack announcement list now available

2013-04-03 Thread Noah Slater
Okay, this is the diff: https://paste.apache.org/g5hX I don't... I am confused. Heh. The live site looks different from what is apparently in Subversion... On 3 April 2013 14:28, Noah Slater wrote: > Dropping users@... > > You did? I just edited a page on the site, seconds before reading this

Re: Mailing lists and markmail

2013-04-03 Thread Noah Slater
I think they might just pick it up automatically. I don't believe Infra ever ping them. On 3 April 2013 13:52, Chip Childers wrote: > Does anyone want to own figuring out how to notify markmail about our > mailing list changes? > > We've changed: > > 1) moved from incubator.apache.org to clouds

Re: CloudStack announcement list now available

2013-04-03 Thread Noah Slater
Dropping users@... You did? I just edited a page on the site, seconds before reading this email... Confused. I'll jump on IRC. On 3 April 2013 14:25, Chip Childers wrote: > On Wed, Apr 03, 2013 at 02:19:14PM +0100, Noah Slater wrote: > > Dear community, > > > > I would like to announce that we

Re: Review Request: Fix for CLOUDSTACK-1839. To be applied to 4.1.

2013-04-03 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10250/ --- (Updated April 3, 2013, 1:27 p.m.) Review request for cloudstack and Chip Child

Re: CloudStack announcement list now available

2013-04-03 Thread Chip Childers
On Wed, Apr 03, 2013 at 02:19:14PM +0100, Noah Slater wrote: > Dear community, > > I would like to announce that we now have an announcement list. > > To wit: > > annou...@cloudstack.apache.org > > This is a low-volume public list for release announcements and security > disclosures only. >

Re: [MERGE] bvt branch to master

2013-04-03 Thread prasanna
On 3 April 2013 01:18, Rohit Yadav wrote: > Awesome, thanks for your work Prasanna, do we have a jenkins job yet? > This one needs mysql db to be present. So i'll have to run it on a fresh new node. I'll probably set it up if no one uses the feature :)

Re: cloudmonkey printing enhancements proposal

2013-04-03 Thread prasanna
>> > >> >> +1 - JSON output would make it very good to consume into other api >> response processing. Right now cloudmonkey actually isn't aware of the >> response object model. For certain API responses that return embedded >> objects (eg: listNetworks [1]) it would be good to return the JSON >> a

CloudStack announcement list now available

2013-04-03 Thread Noah Slater
Dear community, I would like to announce that we now have an announcement list. To wit: annou...@cloudstack.apache.org This is a low-volume public list for release announcements and security disclosures only. Subscribe by sending an email to: announce-subscr...@cloudstack.apache.org

Re: [ACS42][QA]Limit Resources - Internal Error when there are no resources available

2013-04-03 Thread prasanna
Surfacing an exception that makes sense based on the role of the user receiving the exception will require a more fundamental change: The error message you see is basically the cleaned version of what the admin sees. Looking at the ApiServer you'll see that whether the user context receives - Insuf

Mailing lists and markmail

2013-04-03 Thread Chip Childers
Does anyone want to own figuring out how to notify markmail about our mailing list changes? We've changed: 1) moved from incubator.apache.org to cloudstack.apache.org 2) added marketing and announce lists -chip

Cloudstack.org domain

2013-04-03 Thread Chip Childers
Hi all, One of our graduation checklist items is to get the cloudstack.org domain migrated to ASF infra for registration ownership and probably also for name services (although I'm not sure what the approach is for the latter). Can someone from Citrix with the right authority please work with inf

RE: Review Request: MidoNet Networking Plugin [2/2]

2013-04-03 Thread Hugo Trippaers
Apologies for the long wait and thanks for your patience. I've applied your patches to the master branch :-) commit 44567453e0511e3090ac22518113b283cfa26b4b Author: Hugo Trippaers Date: Wed Apr 3 12:04:58 2013 +0200 Enable the midonet plugin commit eddf7b9357bc18497b8cb16a6c6f3382ac52f61

Re: Review Request: MidoNet Networking Plugin [1/2]

2013-04-03 Thread Hugo Trippaers
> On April 3, 2013, 10:11 a.m., Hugo Trippaers wrote: > > Ship It! commit d392445f7e9adab7d6effd4daf0d76bb0e6f9bd9 Author: Dave Cahill Date: Wed Mar 13 17:27:09 2013 +0900 Rename MidoNetElement and MidoNetGuestNetworkGuru - Creating this as a separate commit so that it is marked as

Re: Review Request: MidoNet Networking Plugin [2/2]

2013-04-03 Thread Hugo Trippaers
> On April 3, 2013, 10:11 a.m., Hugo Trippaers wrote: > > Ship It! commit eddf7b9357bc18497b8cb16a6c6f3382ac52f61c Author: Dave Cahill Date: Mon Mar 25 10:56:13 2013 +0900 MidoNet Networking Plugin - Supports DHCP, Source NAT, Static NAT, Firewall rules, Port Forwarding - Rename

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

2013-04-03 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10136/#review18641 --- Commit eddf7b9357bc18497b8cb16a6c6f3382ac52f61c in branch refs/heads

Re: Review Request: MidoNet Networking Plugin [2/2]

2013-04-03 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9898/#review18640 --- Ship it! Ship It! - Hugo Trippaers On March 27, 2013, 6:33 a.m.,

Re: Review Request: MidoNet Networking Plugin [1/2]

2013-04-03 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9897/#review18639 --- Ship it! Ship It! - Hugo Trippaers On March 13, 2013, 9:30 a.m.,

RE: Master broken

2013-04-03 Thread Hugo Trippaers
Kelven, That commit (5782abf8f80fce929e3d6e20068bc165f2360426 ) was actually the commit that broke the tests. In that commit you add the call to 'ComponentContext.initComponentsLifeCycle();' which in turn initializes other modules and some of them make database calls. Those database call will f

RE: [ACS42][QA]Limit Resources - Internal Error when there are no resources available

2013-04-03 Thread Sailaja Mada
It would be good to mention failure reason with out providing the information about specific Resource type and domain id . Thanks, Sailaja.M -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: Wednesday, April 03, 2013 12:32 PM To: dev@cloudstack.apache.org Subject

Re: [ACS42][QA]Limit Resources - Internal Error when there are no resources available

2013-04-03 Thread Ahmad Emneina
this is done to hide potentially sensitive operational/resource information from end users. Limiting exploitation vectors. probably worth a discussion and/or a feature enhancement to modify the behavior. On Tue, Apr 2, 2013 at 11:27 PM, Sailaja Mada wrote: > Hi, > > I have set the limit to use x