Re: [DISCUSS][PROPOSAL] (CLOUDSTACK-3272)

2013-12-11 Thread Sonal Ojha
One of the use case be to delete only vm power on/off events from the event queue, other be to persist all the update events on virtual machines on the queue. The map of configuration parameters would be helpful to decide such behaviors. On Thu, Dec 12, 2013 at 3:26 AM, Chiradeep Vittal < chirade

Re: Review Request 16178: CLOUDSTACK-2237: Automation - Adding new test cases for security group in advanced zone feature

2013-12-11 Thread Ashutosh Kelkar
> On Dec. 11, 2013, 6:04 p.m., Santhosh Edukulla wrote: > > test/integration/component/test_advancedsg_networks.py, line 376 > > > > > > Just verify the order of deletion. nwofferings or domain? If we have domain spec

Re: Review Request 15897: Add certificate chain support for netscaler.

2013-12-11 Thread Murali Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15897/#review30245 --- Ship it! commit fb89a2d8f6c75d92ac926e9728ef9fa974ffcdd1 on 4.3 -

Re: Review Request 16122: CLOUDSTACK-4498 cherry picked from 4.2

2013-12-11 Thread Bharat Kumar
Hi Nitin, This patch is adds the missing changes in 4.3 and master which were there earlier in 4.2. please refer to the commit fa6da31e157c96e88c470209f7ab0e8659b4c4d5 in 4.2. Thanks, Bharat. On 12-Dec-2013, at 11:18 am, Nitin Mehta mailto:nitin.me...@citrix.com>> wrote: Hi Bharat - Can yo

Re: Review Request 15902: CLOUDSTACK-4904: Unable to see a derieved template if the parent template is deleted

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15902/#review30243 --- Commit 326a46d0ac0307bd30b5d6e4162bc3cc41f974d4 in branch refs/heads

Re: Review Request 16122: CLOUDSTACK-4498 cherry picked from 4.2

2013-12-11 Thread Nitin Mehta
Hi Bharat - Can you please still answer the question here ? From: bharat kumar mailto:bharat.ku...@citrix.com>> Reply-To: Bharat Kumar mailto:bharat.ku...@citrix.com>> Date: Monday 9 December 2013 9:39 PM To: Jayapal Reddy Uradi mailto:jayapalreddy.ur...@citrix.com>> Cc: Bharat Kumar mailto:bhara

RE: Documentation Question

2013-12-11 Thread Radhika Puthiyetath
Mike, Publican-all is not a frequently used config file. Do try the following: publican build --config=publican-adminguide.cfg --formats=test --langs=en-US publican build --config=publican-installation.cfg --formats=test --langs=en-US publican build --config=publican-devguide.cfg --formats=test

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Abhinandan Prateek
Well Daan, you said "well, mine is a go, I have a symptom not a decease.² and voted +1 on first voting round with this exception :-) On 11/12/13 10:27 pm, "Daan Hoogland" wrote: >H, > >I carried on with my sanity tests and all succeed only a disconcerning >exception trace appears that I have not

RE: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource leaks

2013-12-11 Thread Alex Huang
Thanks Chip. I've forgotten about that. I don't think "potentially alienating someone" is never a good reason for us to do or not do something. If there was nothing to gain from updating jdk to 1.7, then we might as well just leave it at 1.6. If there are good reasons, then why not? I think

Re: Can't create a vm with multiple networks one of which is Security Group enabled :(

2013-12-11 Thread Nux!
On 11.12.2013 19:39, Nux! wrote: Hi, Can anyone explain why this is not technically possible? My VPS dreams just crumbled, wanted to allow customers access to an "internal" network (ideally SG enabled, too so it doesnt turn into the wild west). Ok, this is weird, I can't start a VM on 2 networ

Issue in accessing Windows and Linux VM

2013-12-11 Thread jitendra shelar
Hi All, Can somebody please tell me how to add drivers to the windows VM created from windows ISO? Also please tell me how to configure this windows VM to make it accessible via RDP. And what all changes I need to make on linux vm to make it accessible via putty? Thanks in advance. Regards, Ji

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Abhinandan Prateek
On 11/12/13 11:24 pm, "Chip Childers" wrote: >On Wed, Dec 11, 2013 at 05:56:50PM +0100, Daan Hoogland wrote: >> Though I'm out of principle not very appreciative for the 'extra' >> fixes form RC to RC, ... > >Looking at the log, it seems that most of the activity are tied to test >script fixes.

Re: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource leaks

2013-12-11 Thread Chip Childers
On Wed, Dec 11, 2013 at 09:45:03PM +, Alex Huang wrote: > Why not just use java 7? What's stopping us? > > --Alex This is a relevant thread with stated objections: http://markmail.org/message/a4lfcbqwi7y474hy

Synchronizing projects across regions

2013-12-11 Thread Bill Jones
Hi, I'm a little confused why there is no support for syncing projects across regions. Reading through the requirements it states that the entire administrative hierarchy - domains, accounts, users, and projects - would support synchronization. However in the functional spec projects are explicitl

Darwin Development

2013-12-11 Thread Alex Hitchins
Has anyone successfully built a development environment with Darwin, the Open Source OS X version? Alexander Hitchins Personal Email : a...@alexhitchins.com Apache Email : a...@al

Re: Quick question about wiping out the DB and starting over

2013-12-11 Thread Mike Tutkowski
If I run this: mvn -P developer -pl developer -Ddeploydb It seems to work. Is that what people are running these days (for 4.3)? On Wed, Dec 11, 2013 at 2:57 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > I might have missed an e-mail on the list related to this. > > I us

Re: Jetty running into an error

2013-12-11 Thread Chiradeep Vittal
Have you followed this guide: https://cwiki.apache.org/confluence/x/PgvMAQ [Running a server for test/debug purposes] On 12/9/13 11:13 AM, "Usman Wyne" wrote: >Hi all, >I am still new to this and trying to run jetty server i get the following >errors. Can someone please take a look to see what

Quick question about wiping out the DB and starting over

2013-12-11 Thread Mike Tutkowski
Hi, I might have missed an e-mail on the list related to this. I used to be able to run this: mvn -P developer -pl developer,tools/devcloud -Ddeploydb Now I get the error that tools/devcloud doesn't exist. Any thoughts on this or what the new command is I can run to wipe out the DB and start ov

Re: [DISCUSS][PROPOSAL] (CLOUDSTACK-3272)

2013-12-11 Thread Chiradeep Vittal
Some more description of the use cases would be helpful. What is the pain point it is addressing? On 12/11/13 3:26 AM, "Sonal Ojha" wrote: >Hello, > >As per the description in the bug I would like to propose to introduce a >new instance variable configParameters of type HashMap to the >EventCate

RE: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource leaks

2013-12-11 Thread Alex Huang
Why not just use java 7? What's stopping us? --Alex > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: Wednesday, December 11, 2013 1:28 PM > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource > l

Question on displaying text block in detailView in the UI

2013-12-11 Thread Syed Ahmed
Hi All, I am trying to add UI for the SSL termination feature. I will send out a proper review request once that is done. For now, I seem to have hit a roadblock and was hoping someone would answer my query. So I am displaying a certificate and its key using detailView. Now the certificate is

Re: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource leaks

2013-12-11 Thread Chiradeep Vittal
+1 Wish there was a more elegant solution (like in Java 7) On 12/10/13 6:01 AM, "Antonio Fornié Casarrubios" wrote: >Hi all, > >I'm trying to fix some typical "Resource Leak" issues in some cloudstack >classes. An example could be Upgrade2214to30, but actually the very same >issue can be found i

RE: Marvin refactoring

2013-12-11 Thread Animesh Chaturvedi
+1 -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, December 11, 2013 1:12 AM To: Santhosh Edukulla; gir...@clogeny.com; dev@cloudstack.apache.org Cc: Prasanna Santhanam Subject: Marvin refactoring Hi devs and Santosh and Girish, I am looking at Marvin lately a

Can't create a vm with multiple networks one of which is Security Group enabled :(

2013-12-11 Thread Nux!
Hi, Can anyone explain why this is not technically possible? My VPS dreams just crumbled, wanted to allow customers access to an "internal" network (ideally SG enabled, too so it doesnt turn into the wild west). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: How to register an event subscriber

2013-12-11 Thread Alex Ough
NVM, I think I figured out. Thanks Alex Ough On Wed, Dec 11, 2013 at 11:19 AM, Alex Ough wrote: > Hi Murali, > > Where will be the right place to add my implemented EventSubscriber to > the EventBus? > > Thanks > Alex Ough > > On Wed, Dec 11, 2013 at 5:39 AM, Murali Reddy wrote: >> >> Sorry my

Re: Review Request 15902: CLOUDSTACK-4904: Unable to see a derieved template if the parent template is deleted

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15902/#review30210 --- Commit 4907a8f6faf17294f4ca58e05cee9faaf77a385b in branch refs/heads

RE: Marvin refactoring

2013-12-11 Thread Rayees Namathponnan
+1 for any Marvin refactor should be in separate branch, then run and BVT and regression before merging to master and current release branch. Regards, Rayees -Original Message- From: Sudha Ponnaganti [mailto:sudha.ponnaga...@citrix.com] Sent: Wednesday, December 11, 2013 4:49 AM To: d

Re: Review Request 15902: CLOUDSTACK-4904: Unable to see a derieved template if the parent template is deleted

2013-12-11 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15902/#review30209 --- Ship it! Ship It! - Nitin Mehta On Nov. 28, 2013, 6:51 a.m., Har

Re: Documentation Question

2013-12-11 Thread Mike Tutkowski
I tried to set this up on a Windows 7 VM to see if it worked for me. I seem to be able to run the build now, but have validation errors. Any thoughts on this? Processing file tmp/en-US/xml_tmp/xenserver-maintenance-mode.xml Processing file tmp/en-US/xml_tmp/xenserver-topology-req

Re: Review Request 16178: CLOUDSTACK-2237: Automation - Adding new test cases for security group in advanced zone feature

2013-12-11 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16178/#review30203 --- test/integration/component/test_advancedsg_networks.py

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Chip Childers
On Wed, Dec 11, 2013 at 05:56:50PM +0100, Daan Hoogland wrote: > Though I'm out of principle not very appreciative for the 'extra' > fixes form RC to RC, ... Looking at the log, it seems that most of the activity are tied to test script fixes. That sort-of makes sense, but at the same time it tri

Re: How to register an event subscriber

2013-12-11 Thread Alex Ough
Hi Murali, Where will be the right place to add my implemented EventSubscriber to the EventBus? Thanks Alex Ough On Wed, Dec 11, 2013 at 5:39 AM, Murali Reddy wrote: > > Sorry my bad. Sample code is using old way of loading beans before spring > is brought in. Please use 'ComponentContext.getCo

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
H, I carried on with my sanity tests and all succeed only a disconcerning exception trace appears that I have not seen before. After creating a network and instance and then deleting it: WARN [agent.manager.AgentManagerImpl] (AgentManager-Handler-2:) Caught: java.lang.NumberFormatException: For

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
Wei, Thanks for the smack in the face. The problem was in my funky test setup with a local ms (on windows). Though I'm out of principle not very appreciative for the 'extra' fixes form RC to RC, this one would not have affected me had I been a good boy. On Wed, Dec 11, 2013 at 1:14 PM, Daan Hoo

Re: Wrong dates for network bytes sent/received usages

2013-12-11 Thread Wei ZHOU
I will have a look. 2013/12/11 Olivier Lemasle > Hi, > > There is currently a bug in network usages in CS 4.2+: usage records for > network bytes sent/received are saved in database in local time whereas all > other usage records are saved in GMT (see issue CLOUDSTACK-5404 [1]). > > I've writte

Re: Board report due tomorrow.

2013-12-11 Thread Chip Childers
This report has been submitted to the board: https://cwiki.apache.org/confluence/display/CLOUDSTACK/2013-12+Board+Report+for+Apache+CloudStack On Tue, Dec 10, 2013 at 12:21 PM, Chip Childers wrote: > I'll fill out the board report later on today, but wanted to ask on > the list if there are any s

Wrong dates for network bytes sent/received usages

2013-12-11 Thread Olivier Lemasle
Hi, There is currently a bug in network usages in CS 4.2+: usage records for network bytes sent/received are saved in database in local time whereas all other usage records are saved in GMT (see issue CLOUDSTACK-5404 [1]). I've written simple patches for branchs 4.2 / 4.3 and for master. Can some

Re: Review Request 16177: Fixed CLOUDSTACK-5443

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16177/#review30197 --- Commit c494064c0daf7c8d02e10b3f7e670881ede14bd5 in branch refs/heads

Re: Review Request 16177: Fixed CLOUDSTACK-5443

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16177/#review30196 --- Commit c05d94a51feeedfe91eeb32c4e0a0d5c83b7031b in branch refs/heads

Re: Review Request 16177: Fixed CLOUDSTACK-5443

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16177/#review30195 --- Commit e498bf00d4c4b781faebabfcd6d0f594f06240d9 in branch refs/heads

RE: [Jenkins] slave for building hyperv agent

2013-12-11 Thread Devdeep Singh
I am setting up an instance locally that can be used as a Jenkins slave for building the hyperv agent code. I'll reach out if I need assistance. Thanks. Regards, Devdeep -Original Message- From: Alex Hitchins [mailto:cloudst...@alexhitchins.com] Sent: Friday, December 6, 2013 6:20 PM T

Re: Review Request 16182: added upgrade path for ldap from 4.2 to 4.3

2013-12-11 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16182/ --- (Updated Dec. 11, 2013, 12:52 p.m.) Review request for cloudstack, Abhinandan P

Review Request 16182: added upgrade path for ldap from 4.2 to 4.3

2013-12-11 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16182/ --- Review request for cloudstack, Abhinandan Prateek and Ian Duffy. Bugs: CLOUDSTA

RE: Marvin refactoring

2013-12-11 Thread Sudha Ponnaganti
+1 for running on separate branch before check in -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, December 11, 2013 1:12 AM To: Santhosh Edukulla; gir...@clogeny.com; dev@cloudstack.apache.org Cc: Prasanna Santhanam Subject: Marvin refactoring Hi devs and Santo

RE: Tiered Quality

2013-12-11 Thread Sudha Ponnaganti
Makes sense. Thanks /Sudha -Original Message- From: Santhosh Edukulla Sent: Wednesday, December 11, 2013 4:33 AM To: Sudha Ponnaganti; dev@cloudstack.apache.org Subject: RE: Tiered Quality 1. The below snapshot only depicts numbers only for KVM run.( A sample run ). 2. We will provide

RE: Tiered Quality

2013-12-11 Thread Santhosh Edukulla
1. The below snapshot only depicts numbers only for KVM run.( A sample run ). 2. We will provide a reported information\share the analyzed information possibly once we were through full run analysis. We can share individual details but sharing the analyzed information can give community a chance

RE: Tiered Quality

2013-12-11 Thread Sudha Ponnaganti
Thanks Santhosh for the coverage numbers. Does this include only KVM BVT and Regression or any other configuration?? Would it be possible to post package coverage details so community would be aware which packages are covered and which are not as the results are not available to drill down. Tha

Re: Review Request 15572: LDAP import users changes

2013-12-11 Thread Rajani Karuturi
> On Nov. 20, 2013, 12:58 p.m., Ian Duffy wrote: > > Ship It! This commit is not pushed to 4.3 branch. can you push there as well? - Rajani --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/155

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
I might agree as my env is running from source on windows but this is an upgrade scenario and the page you refer is about installing! Is that covered somewhere? Or does the copy take place automatically? regards, Daan On Wed, Dec 11, 2013 at 12:00 PM, Wei ZHOU wrote: > It looks you did not follo

Re: [Help] OVS Tunnel ARP reply storm problem

2013-12-11 Thread Murali Reddy
Tuna, I see you enabled STP on the OVS bridge. I believe STP was intentionally disabled for similar concerns of Chandler. Please see [1] for how the broadcast traffic was to be handled in non loop free full-mesh topology. On 11/12/13 3:07 PM, "Chandler Li" wrote: >Hi Tuna, > >Thanks for your r

Re: How to register an event subscriber

2013-12-11 Thread Murali Reddy
Sorry my bad. Sample code is using old way of loading beans before spring is brought in. Please use 'ComponentContext.getComponent(EventBus.class);' instead. You can refer to ActionEventUtils to see how to instantiate the EventBus. On 09/12/13 11:55 PM, "Alex Ough" wrote: >But I think there see

Re: Entity UUID and Type missing on ActionEvent event notifications

2013-12-11 Thread Murali Reddy
On 11/12/13 3:01 AM, "David Grizzanti" wrote: >Murali, > >I spoke with Alex regarding this issue and it appears there may have been >some mix up in what the original intent of the bug was and what actually >got fixed. To me, the idea behind this was to address the bug that the >entity UUID was n

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Abhinandan Prateek
Yes, I think tagging with a date is a good idea, as I can see once a RC is created the tag fails in subsequent RC. I am not sure about the procedure to change this tag naming convention but +1 for this from me. On 11/12/13 4:20 pm, "Daan Hoogland" wrote: >On a side note: Can we set a tag of "RC-

[DISCUSS][PROPOSAL] (CLOUDSTACK-3272)

2013-12-11 Thread Sonal Ojha
Hello, As per the description in the bug I would like to propose to introduce a new instance variable configParameters of type HashMap to the EventCategory class.Currently, it could store one config parameter "publish.action.events"(key as String) and True (value as Boolean) but later it could add

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Wei ZHOU
It looks you did not follow the instruction. http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/management-server-install-flow.html I think it is not a blocker or critical issue. 2013/12/11 Daan Hoogland > I can confirm that the folowing fixes the problem >

RE: Tiered Quality

2013-12-11 Thread Santhosh Edukulla
Coverage information for both unit and integration tests for a sample regression run. http://picpaste.com/pics/Coverage_Unit_Integration_KVM_Regression-HmxW9yva.1386758719.png Note: 1. As such the link is internal, shared the sample pic depicting the current coverage numbers. 2. This is not

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
On a side note: Can we set a tag of "RC-" on creating release candidates? this in combination with a branch will be helpful in chasing changes like I just did. Or should I start a new [DISCUSS] thread on this? Or just change the wiki and burden the release managers with it without telling? (no ser

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
I can confirm that the folowing fixes the problem [root@mccdxen1 bin]# pwd /opt/cloud/bin [root@mccdxen1 bin]# ln -s /opt/xensource/bin/vhd-util . I don't think we should let this to the people doing a migration from one version to another so -1 (binding) to this rc I want to set this link in c

Re: Review Request 16152: added support for 4.2 ldap apis

2013-12-11 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16152/ --- (Updated Dec. 11, 2013, 10:29 a.m.) Review request for cloudstack, Abhinandan P

Re: Review Request 16155: Fixed CLOUDSTACK-5436

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16155/#review30192 --- Commit 78051ae6ba9d716ccdd8715b073db75e7ede0842 in branch refs/heads

Re: Review Request 16155: Fixed CLOUDSTACK-5436

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16155/#review30191 --- Commit ab025f02692bbbf5d0d27e7126d7f2b37271d380 in branch refs/heads

Re: Review Request 16152: added support for 4.2 ldap apis

2013-12-11 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16152/#review30190 --- Ship it! Ship It! - Abhinandan Prateek On Dec. 10, 2013, 8:15 a.

Re: [VOTE] 2rd round of voting for ASF 4.2.1 third RC

2013-12-11 Thread Daan Hoogland
On Wed, Dec 11, 2013 at 5:24 AM, David Nalley wrote: > Why, for a bug fix release would we do something like change the > expected location of vhd-util on a XS host? Or more specifically; What bug does this fix? And why is it not copied to the hypervisors as part of the zone configuration/addHos

Re: [Help] OVS Tunnel ARP reply storm problem

2013-12-11 Thread Chandler Li
Hi Tuna, Thanks for your reply. It's really helpful to me! Active the STP function on ovs bridge will prevent the storm effectively but it will need large of CPU resource in a large amount of networks scenario. Maybe there are other solutions to solve it easily? (Might be adding more flow rules o

Review Request 16177: Fixed CLOUDSTACK-5443

2013-12-11 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16177/ --- Review request for cloudstack and Girish Shilamkar. Bugs: CLOUDSTACK-5443 h

Jenkins build is back to stable : build-master #192

2013-12-11 Thread jenkins
See

Jenkins build is back to stable : build-master » Apache CloudStack Server #192

2013-12-11 Thread jenkins
See

Marvin refactoring

2013-12-11 Thread sebgoa
Hi devs and Santosh and Girish, I am looking at Marvin lately and I am seeing lots of changes happening, especially: https://reviews.apache.org/users/santhoshe/ That's great to see effort for integration testing. However I am concerned that these changes (sometimes temporary fixes) are going st

Re: Review Request 15922: Enhanced few features under Marvin

2013-12-11 Thread Santhosh Edukulla
> On Dec. 11, 2013, 8:57 a.m., Sebastien Goasguen wrote: > > tools/marvin/marvin/marvinInit.py, line 32 > > > > > > Pretty sure this is not PEP8 compliant I just ran the pep8 against this module and it worked to show n

Re: [Help] OVS Tunnel ARP reply storm problem

2013-12-11 Thread Nguyen Anh Tu
Hi Chandler, This update will help you prevent the storm. http://blog.scottlowe.org/2013/11/22/an-update-on-using-gre-tunnels-with-open-vswitch/ I'm taking care about GRE controller in CloudStack. Checking lastest master branch now. Cheers, --Tuna On Wed, Dec 11, 2013 at 3:16 PM, Chandler Li

Re: Review Request 15922: Enhanced few features under Marvin

2013-12-11 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15922/#review30187 --- tools/marvin/marvin/deployDataCenter.py

Re: Review Request 16122: CLOUDSTACK-4498 cherry picked from 4.2

2013-12-11 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16122/#review30185 --- Commit 36cbc2dfbff35bf909194cc17610cf70a86914a5 in branch refs/heads

Re: test failures

2013-12-11 Thread Jayapal Reddy Uradi
Hi, I have the similar issue. It got fixed for me after creating /etc/cloudstack/management/key with content password. Thanks, Jayapal On 05-Dec-2013, at 3:15 AM, Alena Prokharchyk wrote: > Laszlo, here is the error: > > Tests run: 28, Failures: 0, Errors: 26, Skipped: 2, Time elapsed: 0.82

Re: Review Request 16122: CLOUDSTACK-4498 cherry picked from 4.2

2013-12-11 Thread Jayapal Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16122/#review30183 --- Ship it! Ship It! - Jayapal Reddy On Dec. 11, 2013, 5:45 a.m., b

Review Request 16178: CLOUDSTACK-2237: Automation - Adding new test cases for security group in advanced zone feature

2013-12-11 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16178/ --- Review request for cloudstack, Girish Shilamkar, Santhosh Edukulla, and Srikante

[Help] OVS Tunnel ARP reply storm problem

2013-12-11 Thread Chandler Li
Hi, I am trying to learn the procedure of multi-tenancy network created by GRE tunnel in CloudStack and trying to establish one in Xenserver 6.2 environment step by step. According to the sourcecode in ovstunnel, CloudStack need to prevent broadcast storm by generating some flow rules on openvswi