Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-15 Thread Paul Michali
+1 Thanks for setting this up! On Sat, Oct 15, 2016, 9:53 AM Alonso Hernandez, Rodolfo < rodolfo.alonso.hernan...@intel.com> wrote: > +1 > > > > *From:* Doug Wiegley [mailto:doug...@parksidesoftware.com] > *Sent:* Saturday, October 15, 2016 1:57 AM > *To:* OpenStack Development Mailing List (not

Re: [openstack-dev] [Neutron] Adding ihrachys to theneutron-drivers team

2016-09-19 Thread Paul Michali
Congratulations Ihar! Great addition to the Drivers team. On Mon, Sep 19, 2016 at 4:52 AM Vikram Choudhary < vikram.choudh...@huawei.com> wrote: > Congrats Ihar! > > > > *From:* reedip banerjee [mailto:reedi...@gmail.com] > *Sent:* 19 September 2016 14:08 > > > *To:* OpenStack Development Mailing

Re: [openstack-dev] [neutron] Is this a bug in metadata proxy...

2016-09-09 Thread Paul Michali
/161494/ > [2] https://review.openstack.org/#/c/165115/ > > Cédric/ZZelle > > On Wed, Aug 31, 2016 at 2:16 PM, Paul Michali wrote: > >> Hi, >> >> I had seen something and was not sure if this was a subtle bug or not. >> >> I have a Liberty based ope

[openstack-dev] [neutron] Is this a bug in metadata proxy...

2016-08-31 Thread Paul Michali
Hi, I had seen something and was not sure if this was a subtle bug or not. I have a Liberty based openstack setup. The account that is setting up processes was user=neutron, group=neutron, however the metadata_agent.ini config file was set up for a different group. So there was a metadata_proxy_u

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-22 Thread Paul Michali
ize, used=0, total=pages.total - _get_reserved_memory_for_cell( self, cell.id, pages.size)) for pages in cell.mempages] If we do this, would it avoid issues with back porting the change? Thanks! PCM On Wed, Jun 15, 2016 at 5:52 PM Matt Riedemann wrote: > On 6/15/2016 3:10 PM, Paul Micha

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Is the plan to back port that change to Mitaka? Thanks, PCM On Wed, Jun 15, 2016 at 1:31 PM Matt Riedemann wrote: > On 6/14/2016 3:09 PM, Jay Pipes wrote: > > > > Yes. Code merged recently from Sahid does this: > > > > https://review.openstack.org/#/c/277422/ > > > > Best, > > -jay > > > > Th

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Yeah, was thinking more of technically vs policy. Wondering if there are other dependencies or if I could patch this into a Liberty code base. On Wed, Jun 15, 2016 at 12:38 PM Jay Pipes wrote: > On 06/15/2016 03:58 AM, Paul Michali wrote: > > Awesome Jay! > > > > Do you th

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-15 Thread Paul Michali
Awesome Jay! Do you think this is something that can be backporting to Liberty w/o other dependencies? We're running Liberty on our system right now. On Tue, Jun 14, 2016 at 4:10 PM Jay Pipes wrote: > On 06/14/2016 12:30 PM, Paul Michali wrote: > > Well, looks like we figur

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-14 Thread Paul Michali
? Thanks! PCM On Tue, Jun 14, 2016 at 1:09 PM Paul Michali wrote: > Great info Chris and thanks for confirming the assignment of blocks of > pages to a numa node. > > I'm still struggling with why each VM is being assigned to NUMA node 0. > Any ideas on where I should loo

Re: [openstack-dev] [VPNaaS] Support for Stronger hashes and combined mode ciphers

2016-06-14 Thread Paul Michali
I think Kyle polled operators and a few mentioned using VPNaaS for site-to-site IPSec - do a search in this ML for VPNaaS. AFAIK, no one so far is stepping up to work on VPNaaS. Regards, PCM On Tue, Jun 14, 2016 at 1:40 PM Mark Fenwick wrote: > Hi Paul, > > On 06/14/16 10:27, Pau

Re: [openstack-dev] [VPNaaS] Support for Stronger hashes and combined mode ciphers

2016-06-14 Thread Paul Michali
Certainly the ciphers and hashes could be enhanced for VPNaaS. This would require converting the user selections into options for the underlying device driver, modifying the neutron client (OSC) to allow entry of the new selections, updating unit tests, and likely adding some validators to reject t

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-14 Thread Paul Michali
Chris Friesen wrote: > On 06/13/2016 02:17 PM, Paul Michali wrote: > > Hmm... I tried Friday and again today, and I'm not seeing the VMs being > evenly > > created on the NUMA nodes. Every Cirros VM is created on nodeid 0. > > > > I have the m1/small flavor (@GB) sel

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-13 Thread Paul Michali
;t know why I cannot repeat what I did on 6/3, where I changed hw:mem_page_size from "large" to "2048"and it worked, allocation to each of the two NUMA nodes. :( Regards, PCM On Fri, Jun 10, 2016 at 9:16 AM Paul Michali wrote: > Actually, I had menm_page_size set to "lar

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
Any thoughts? PCM On Fri, Jun 10, 2016 at 9:05 AM Paul Michali wrote: > Thanks Daniel and Chris! I think that was the problem, I had configured > Nova flavor with a mem_page_size of 1024, and it should have been one of > the supported values. > > I'll go through and che

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
ng on with the neutron port not being released - we have another person in my group who has seen the same issue. Regards, PCM On Fri, Jun 10, 2016 at 4:41 AM Daniel P. Berrange wrote: > On Thu, Jun 09, 2016 at 12:35:06PM -0600, Chris Friesen wrote: > > On 06/09/2016 05:15 AM, Paul

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
See PCM: Inline... On Thu, Jun 9, 2016 at 11:42 AM Steve Gordon wrote: > - Original Message - > > From: "Paul Michali" > > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > S

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-10 Thread Paul Michali
I'll try to reproduce and collect logs for a bug report. Thanks for the info. PCM On Thu, Jun 9, 2016 at 9:43 AM Matt Riedemann wrote: > On 6/9/2016 6:15 AM, Paul Michali wrote: > > > > > > On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen > > mailto:chris

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-09 Thread Paul Michali
On Wed, Jun 8, 2016 at 11:21 PM Chris Friesen wrote: > On 06/03/2016 12:03 PM, Paul Michali wrote: > > Thanks for the link Tim! > > > > Right now, I have two things I'm unsure about... > > > > One is that I had 1945 huge pages left (of size 2048k) and t

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-07 Thread Paul Michali
e and was in error state, I could delete the VM, but the Neutron port was still there. Is that correct? I didn't see any log messages in neutron, requesting to unbind and delete the port. Thanks! PCM . On Fri, Jun 3, 2016 at 2:03 PM Paul Michali wrote: > Thanks for the link Tim! >

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
one of the NUMA spaces. > > > > Having a look at the KVM XML can also help a bit if you are debugging. > > > > Tim > > > > *From: *Paul Michali > *Reply-To: *"OpenStack Development Mailing List (not for usage > questions)" > *Date: *Friday 3 J

Re: [openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
See PCM inline... On Fri, Jun 3, 2016 at 8:44 AM Daniel P. Berrange wrote: > On Fri, Jun 03, 2016 at 12:32:17PM +0000, Paul Michali wrote: > > Hi! > > > > I've been playing with Liberty code a bit and had some questions that I'm > > hoping Nova fol

[openstack-dev] [nova] NUMA, huge pages, and scheduling

2016-06-03 Thread Paul Michali
Hi! I've been playing with Liberty code a bit and had some questions that I'm hoping Nova folks may be able to provide guidance on... If I set up a flavor with hw:mem_page_size=2048, and I'm creating (Cirros) VMs with size 1024, will the scheduling use the minimum of the number of huge pages avai

Re: [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Paul Michali
+1 On Mon, Apr 25, 2016, 5:32 PM Armando M. wrote: > On 25 April 2016 at 10:01, Ihar Hrachyshka wrote: > >> WAT??? >> >> It was never supposed to be core only. Everyone is welcome! >> > > In fact this should be cross-posted the other openstack ML too. > > >> Sent from my iPhone >> >> > On 25 Ap

Re: [openstack-dev] [neutron][vpnaas] VPNaaS tox api failure

2016-04-07 Thread Paul Michali
Are you running the test locally? IIRC, the tempest based API tests for VPN have been (are being) moved to the VPN repo, but I don't know if a job was ever created for this so that the tests actually run. You may want to check with the author who moved the tests (madhusudan-kandadai) under commit

Re: [openstack-dev] [Neutron] Ihar as *-aas core reviewer

2016-03-10 Thread Paul Michali
+1 Great addition! On Thu, Mar 10, 2016 at 12:14 PM Doug Wiegley wrote: > The cleanup was my fault. I had removed folks that were added initially > just for the initial *aas split. Welcome back. :-) > > Thanks, > doug > > > On Mar 10, 2016, at 2:33 AM, Ihar Hrachyshka > wrote: > > > > Sean M

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-02 Thread Paul Michali
Sounds interesting... the link https://docs.openstack.org/infra/git-restack/ referenced as the home page in PyPI is a broken link. Regards, PCM On Tue, Feb 2, 2016 at 12:54 PM James E. Blair wrote: > Hi, > > I'm pleased to announce a new and very simple tool to help with managing > large patc

Re: [openstack-dev] [infra] Gate is broken

2016-01-29 Thread Paul Michali
Thanks for hopping on it quickly! On Fri, Jan 29, 2016 at 10:41 AM Michael Krotscheck wrote: > Hey everyone! > > Since the summit submission deadline is this weekend, we (the infra team) > have decided that it's an excellent time to break all of our slaves, so you > can go and submit your talk

[openstack-dev] [neutron][neutron-lib] Proposal for callback mechanism migration

2016-01-13 Thread Paul Michali
proposal (A). I think plan A gives more flexibility in converting kwargs into a param dict, at the expense of more of a change impact (32 places/9 files). Looking forward to community feedback on this... Regards, Paul Michali (pc_m) __

[openstack-dev] [neutorn][neutron-lib] Proposal for callback mechanism migration

2016-01-12 Thread Paul Michali
param dict, at the expense of more of a change impact (32 places/9 files). Looking forward to community feedback on this... Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) U

[openstack-dev] [neutron] FYI: Updated wiki on creating functional jobs

2016-01-11 Thread Paul Michali
I revised the wiki page that I created previously on how to add functional jobs to the gate. I added more details, indicated about getting liaison review, and added some miscellaneous information on templates, skipping tests, and making tests release based. Ref: https://wiki.openstack.org/wiki/Neu

Re: [openstack-dev] [Neutron] Gate failure with grenade

2015-12-14 Thread Paul Michali
Thanks Sean! On Mon, Dec 14, 2015 at 12:58 PM Armando M. wrote: > On 14 December 2015 at 09:51, Sean Dague wrote: > >> On 12/14/2015 12:32 PM, Armando M. wrote: >> > Hi folks, >> > >> > Something snuck in past the gate last night [1]. Please stop rechecking >> > and pushing in the merge queue u

Re: [openstack-dev] Announcing the OpenStack Health Dashboard

2015-12-04 Thread Paul Michali
Sweet! On Fri, Dec 4, 2015 at 3:40 PM Matthew Treinish wrote: > Hi Everyone, > > As some people may have seen already we've been working on creating a test > results dashboard up and running to visualize the state of the tests > running in > the gate. You can get to the dashboard here: > > http

Re: [openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
https://review.openstack.org/#/c/251874/, which needs the fix to requirements project. Thoughts? PCM On Tue, Dec 1, 2015 at 10:29 AM Gary Kotton wrote: > Should we not be updating this in the requirements project? > > From: Paul Michali > Reply-To: OpenStack List > Date: Tuesday, Decembe

Re: [openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
n't see this carnage. Regards, Paul Michali (pc_m) On Tue, Dec 1, 2015 at 6:44 AM Paul Michali wrote: > I found a problem yesterday running pep8 locally in neutron-lbaas. After > discussing with LBaaS team, we identified that there is a problem with > pylint. The same issues were

[openstack-dev] [neutron][neutron-*] Notice! pylint breakage

2015-12-01 Thread Paul Michali
needed. Thanks to blogan, ZZelle, fungi, anteaya, lifeless, ajmiller and others for helping investigate and come up with the approach on this issue! Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usa

Re: [openstack-dev] [OpenStack-Infra] IRC Bot issues

2015-11-30 Thread Paul Michali
Check out https://freenode.net/irc_servers.shtml which lists the servers. I was using irc.freenode.net. Switched to weber.freenode.net and able to connect. (now everyone will hop on that one and I'll have to pick another :) On Mon, Nov 30, 2015 at 2:46 PM Clark, Jay wrote: > Can't connect eit

Re: [openstack-dev] [Neutron][vpnaas] "SKIPPED: Neutron support is required" while running tox

2015-11-30 Thread Paul Michali
- older release or something). Regards, Paul Michali (pc_m) On Mon, Nov 30, 2015 at 4:33 AM Ihar Hrachyshka wrote: > bharath wrote: > > > Hi, > > > > when running tox "sudo -u stack -H tox -e api > > neutron.tests.api.test_vpnaas_extensions" > >

Re: [openstack-dev] [Horizon][Neutron] dashboard repository for neutron subprojects

2015-11-25 Thread Paul Michali
I like the idea of doing a Horizon plugin, similar to a devstack plugin... So choice (c) is my preference, given my current understanding. May be good to try it on one subproject and see how it works out. Would give a concrete example to discuss. Regards, Paul Michali (pc_m) On Wed, Nov 25

Re: [openstack-dev] [neutron][vpnaas] VPNaaS project status

2015-11-13 Thread Paul Michali
ve done for VPNaaS, Paul! Your help and guidance > was (and is) always very helpful. > > On Thu, Nov 12, 2015 at 5:56 PM, Paul Michali wrote: > >> Neutron community, >> >> During the past several releases, while leading the VPNaaS project, I've >> seen many

[openstack-dev] [neutron][vpnaas] VPNaaS project status

2015-11-12 Thread Paul Michali
Neutron community, During the past several releases, while leading the VPNaaS project, I've seen many great enhancements and features added to the VPNaaS project by the community, including support for StrongSwan, Libreswan, completion of the project split out, functional and rally tests, endpoint

Re: [openstack-dev] [neutron] Stepping Down from Neutron Core Responsibilities

2015-11-05 Thread Paul Michali
Appreciate all the work Edgar! Regards, PCM On Thu, Nov 5, 2015 at 11:15 AM Miguel Lavalle wrote: > Hey Paisano, > > Thanks for your great contributions. > > Un abrazo > > On Wed, Nov 4, 2015 at 6:28 PM, Edgar Magana > wrote: > >> Dear Colleagues, >> >> I have been part of this community from

Re: [openstack-dev] [Neutron] HenryG addition to the Neutron Drivers team

2015-10-21 Thread Paul Michali
Congratulations Henry! On Wed, Oct 21, 2015 at 5:03 AM Ihar Hrachyshka wrote: > > > On 21 Oct 2015, at 05:14, Armando M. wrote: > > > > Hi folks, > > > > Henry has been instrumental in many areas of the projects and his crazy > working hours makes even Kevin and I bow in awe. > > > > Jokes asi

[openstack-dev] [neutron] Stumped...need help with neutronclient job failure

2015-09-23 Thread Paul Michali
ormation was shown. Does anyone have any thoughts on what may be going wrong here? Any ideas on how to troubleshoot this issue? Thanks in advance! Paul Michali (pc_m) Refs [1] https://review.openstack.org/#/c/214587/ [2] http://

Re: [openstack-dev] [neutron] PTL Non-Candidacy

2015-09-11 Thread Paul Michali
You've done (are doing) a great job as PTL Kyle! Many thanks for all your hard work in leaving the camp-site in better shape than when you got there :) On Fri, Sep 11, 2015 at 6:12 PM Eichberger, German < german.eichber...@hpe.com> wrote: > I am with Kevin — we will just write you into the ball

Re: [openstack-dev] [neutron][gate] please stop approving patches until netaddr issue is solved

2015-08-31 Thread Paul Michali
For all VPN commits that I had previously gave a +2, I added a WIP (not ready for review). Regards, On Mon, Aug 31, 2015 at 11:34 AM Kevin Benton wrote: > Thanks for the clarification. I had thought that, after a short period of > time, changes would always have to go back through the check te

Re: [openstack-dev] [heat][horizon] Backward-incompatible changes to the Neutron API

2015-08-27 Thread Paul Michali
Akihiro, can you look at the developer's reference I posted (191944), where there is the overall API plan and a proposal for handling backward compatibility. Thanks! Paul Michali (pc_m) On Thu, Aug 27, 2015 at 11:12 AM Akihiro Motoki wrote: > As Mathias said, Horizon worked (and in ma

Re: [openstack-dev] [Openstack-operators] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-27 Thread Paul Michali
https://review.openstack.org/#/c/191944/ is a good starting point. I'll respond to comments on that today. Regards, Paul Michali (pc_m) P.S. BTW: No offense taken in comments - email is such an imprecise communication medium. On Wed, Aug 26, 2015 at 7:11 PM James Dempsey wrote: > On 2

Re: [openstack-dev] [heat][horizon] Backward-incompatible changes to the Neutron API

2015-08-26 Thread Paul Michali
el free to comment on the review. Regards, Paul Michali (pc_m) On Wed, Aug 26, 2015 at 6:10 PM James Dempsey wrote: > Greetings Heat/Horizon Devs, > > There is some talk about possibly backward-incompatible changes to the > Neutron VPNaaS API and I'd like to better understand wha

Re: [openstack-dev] [neutron][vpnaas] Need community guidance please...

2015-08-26 Thread Paul Michali
ts of their connection, they can refer to the ID(s) from the endpoint groups table, and can add additional validation based on the VPN type. FYI, I pushed up version 7 of the dev ref document yesterday. Regards, PCM > Thanks. > > > On Tue, Aug 25, 2015 at 1:54 AM, Madhusudha

Re: [openstack-dev] [Openstack-operators] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-26 Thread Paul Michali
James, Great stuff! Please see @PCM in-line... On Tue, Aug 25, 2015 at 6:26 PM James Dempsey wrote: > Oops, sorry about the blank email. Answers/Questions in-line. > > On 26/08/15 07:46, Paul Michali wrote: > > Previous post only went to dev list. Ensuring both and addi

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-25 Thread Paul Michali
Previous post only went to dev list. Ensuring both and adding a bit more... On Tue, Aug 25, 2015 at 8:37 AM Paul Michali wrote: > Xav, > > The discussion is very important, and hence why both Kyle and I have been > posting these questions on the operator (and dev) lists. Unfo

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-25 Thread Paul Michali
d take a pair of endpoint group IDs (one for the local subnet(s) formally specified by the service API, and one for peer CIDRs). Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 5:32 PM Xav Paice wrote: > I'm sure I'm not the only one that finds the vast amount of traffic in

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
Thanks Kevin, I think I was only seeing messages that had also replied all to openstack-dev mailing list (I wasn't on openstack-operators, until today). Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 5:11 PM Kevin Benton wrote: > It sounds like you might have missed a couple r

Re: [openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
. Regards, Paul Michali (pc_m) On Mon, Aug 24, 2015 at 3:50 PM Xav Paice wrote: > On 25/08/15 06:32, Paul Michali wrote: > > As part of the effort to provide support for multiple local subnets for > VPNaaS IPSec connections, there are three API changes planned [1]. > > One is t

Re: [openstack-dev] [neutron] How do we handle test jobs for neutron client?

2015-08-24 Thread Paul Michali
Could use some consensus on how to proceed here... Can the cores weigh in here? Regards, PCM On Thu, Aug 20, 2015 at 10:54 AM Paul Michali wrote: > I'm trying to update the DSVM test for neutron client so that it uses the > new VPN devstack plugin. In this process, however, I wan

[openstack-dev] PLEASE READ: VPNaaS API Change - not backward compatible

2015-08-24 Thread Paul Michali
have concerns about the proposal. Regards, Paul Michali (IRC pc_m) VPNaaS Core Ref: https://review.openstack.org/#/c/191944/ __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

Re: [openstack-dev] [neutron][vpnaas] Need community guidance please...

2015-08-24 Thread Paul Michali
isting extension, as part of v2.0. We can, at a later time, break it out into a new extension module, if needed. Jay, there isn't any micro-versioning yet for neutron-vpnaas repo. Regards, PCM On Mon, Aug 24, 2015 at 11:49 AM Jay Pipes wrote: > Hi Paul, comments inline... > > On

[openstack-dev] [neutron][vpnaas] Need community guidance please...

2015-08-24 Thread Paul Michali
g) and IPSec connection API (delete peer_cidrs arg, and add local_endpoints and peer_endpoints args). Do we modify the URI so that it calls out v3 (versus v2)? Where do we do that? I'm unsure of the mechanism of increasing the version. Thanks in advance for any guidance here on how this should

Re: [openstack-dev] [neutron] I am pleased to propose two new Neutron API/DB/RPC core reviewers!

2015-08-23 Thread Paul Michali
Congratulations Brandon and Russell! On Sat, Aug 22, 2015 at 6:36 PM Doug Wiegley wrote: > New guys have to plan the liberty summit get together, right? :) > > > Doug > > > On Aug 22, 2015, at 2:06 PM, Kyle Mestery wrote: > > It's been over a week, so I'd like to welcome Brandon and Russell to

[openstack-dev] [neutron][vpnaas] Next IRC meeting - Tuesday, August 4th.

2015-08-03 Thread Paul Michali
Will hold another meeting tomorrow. If you have items for the agenda, please update the Wiki. Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
08:21 AM, Paul Michali wrote: > > Maybe I'm not explaining myself well (sorry)... > > > > For VPN commits, there are functional jobs that (now) enable the > > devstack plugin for neutron-vpnaas as needed (and grenade job will do > > the same). From the neutron-v

[openstack-dev] [neutron][vpnaas] No VPNaaS IRC meeting Tuesday, July 27th.

2015-07-27 Thread Paul Michali
eutron IRC channel or ML to discuss items. Regards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.ope

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
e > assumption that neutron base services are sufficiently tested elsewhere, > and the only thing you should test is the additional function and > complexity that your component brings to the mix. > > -Sean > > On 07/27/2015 07:44 AM, Paul Michali wrote: > >

Re: [openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-27 Thread Paul Michali
re some common location where I can enable the plugin to handle all DSVM based jobs, do I just update the 5 failing tests, do I update just the 3 voting tests, or do I update all 16 DSVM based jobs? Regards, PCM On Fri, Jul 24, 2015 at 5:12 PM Clark Boylan wrote: > On Fri, Jul 24, 2015, at 02

[openstack-dev] [neutron][testing] How to modify DSVM tests to use a DevStack plugin?

2015-07-24 Thread Paul Michali
Hi, I've created a DevStack plugin for the neutron-vpnaas repo. Now, I'm trying to remove the q-vpn service setup from the DevStack repo ( https://review.openstack.org/#/c/201119/). However, I'm hitting an issue in that (almost) every test that uses DevStack fails, because it is no longer setting

Re: [openstack-dev] [Neutron] Proposing Cedric Brandily to Neutron Core Reviewer Team

2015-07-24 Thread Paul Michali
Great to see you added as a core! On Thu, Jul 23, 2015 at 3:02 AM Somanchi Trinath < trinath.soman...@freescale.com> wrote: > Congratulations Cedric. J > > > > *From:* Miguel Lavalle [mailto:mig...@mlavalle.com] > *Sent:* Wednesday, July 22, 2015 10:32 PM > *To:* OpenStack Development Mailing L

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
ySWLImpl." and "Will assume non-transactional DDL." I put a "import pdb; pdb.set_trace() in my migration file, but it never reaches that. What am I possibly missing? Regards, PCM On Tue, Jul 7, 2015 at 4:04 PM Paul Michali wrote: > I found the issue. The upgrade is look

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
I found the issue. The upgrade is looking for config to have [database] section and connection definition. If I use /etc/neutron/neutron.conf, then the neutron-db-manage runs. On Tue, Jul 7, 2015 at 3:38 PM Paul Michali wrote: > I have that change in the neutron repo that is being used w

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
I have that change in the neutron repo that is being used with by this neutron-vpnaas repo. On Tue, Jul 7, 2015 at 3:12 PM Mike Bayer wrote: > > > On 7/7/15 1:28 PM, Paul Michali wrote: > > HEAD, head, 24f28869838b (my new file) all say the same thing. :( > > > On Tue,

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
er issue lurking. > > Salvatore > > On 7 July 2015 at 17:44, Paul Michali wrote: > >> Salvatore, >> >> I changed head to the version before my new one, and then tried to >> upgrade and I see this: >> neutron-db-manage --config-file /opt/stack/neutron

[openstack-dev] [neutron] Breakage by commit 18bc67d56faef30a0f73429a5ee580e052858cb5

2015-07-07 Thread Paul Michali
I'm seeing that neutron-vpn repo py27 tests are now failing. Did a git bisect in Neutron and found that this commit is causing the failure (not sure what's broken). commit 18bc67d56faef30a0f73429a5ee580e052858cb5 Author: armando-migliaccio Date: Thu Jul 2 12:56:24 2015 -0700 COMMON_PREFIXE

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
turn _parse_rfc1738_args(name_or_url) File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/url.py", line 235, in _parse_rfc1738_args "Could not parse rfc1738 URL from string '%s'" % name) sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL f

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
39 GMT+09:00 Henry Gessau : > >> On Tue, Jul 07, 2015, Paul Michali >> wrote: >> >> Thanks Salvatore for the responses. See @PCM in-line... >> >> >> >> On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando >> wrote: >> >>> Some com

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
And for the query, it involves several table references (Router, Port, IPAllocation). On Tue, Jul 7, 2015 at 8:00 AM Paul Michali wrote: > Thanks Salvatore for the responses. See @PCM in-line... > > > > On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando > wrote: > &g

Re: [openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-07 Thread Paul Michali
Thanks Salvatore for the responses. See @PCM in-line... On Tue, Jul 7, 2015 at 6:14 AM Salvatore Orlando wrote: > Some comments inline. > > Salvatore > > On 6 July 2015 at 20:00, Paul Michali wrote: > >> Hi, >> >> I have some urgent requests about m

Re: [openstack-dev] [neutron][lbaas] Proposing Al Miller for neutron-lbaas core team

2015-07-06 Thread Paul Michali
Great to have you as a LBass core Al! On Mon, Jul 6, 2015 at 1:29 PM Doug Wiegley wrote: > Since all cores have responded, I’m going to end this early. Welcome to > the core team, Al. > > Thanks, > doug > > On Jul 5, 2015, at 6:27 PM, Kyle Mestery wrote: > > +1 for Al! > > On Thu, Jul 2, 2015

[openstack-dev] [neutron] Plethora of dbase migration questions...

2015-07-06 Thread Paul Michali
ome help on the best way to extract the needed queries (I need to access the vpnservice's router, and then access the (Port) gw_port relationship, and from that access the (IPAllocation) fixed_ips list). Appreciate any

[openstack-dev] [neutron] Scenario test for VPN getting socket error

2015-06-29 Thread Paul Michali
e from ip_lib's get_devices() for a find operation, and a second execute() is done by send_ip_addr_adv_notif() for a arping operation (long). In the working case, these two operations seem to happen simultaneously w/o incident. Any thoughts on what may be happening, would be appreciated! Regards,

Re: [openstack-dev] [VPNaas]How to load kernel module with IPSec?

2015-06-29 Thread Paul Michali
. For the kernel issue that you have, see commit 72e1f670, which creates a LibSwan driver and deals with the kernel module loading. You may need to backport that fix to run VPN under CentOS. Regards, Paul Michali (pc_m) On Mon, Jun 29, 2015 at 8:26 AM Zhi Chang wrote: > Hi, thanks for you re

Re: [openstack-dev] [VPNaas]How to load kernel module with IPSec?

2015-06-29 Thread Paul Michali
Curious as to what operating system you are using and which release? Are you running under DevStack or doing an OpenStack install? Regards, Paul Michali (pc_m) On Mon, Jun 29, 2015 at 6:31 AM Zhi Chang wrote: > Hi, all > I have some questions about how to load kernel module of IPSe

Re: [openstack-dev] [Neutron] Proposing Rossella Sblendido for the Control Plane core team

2015-06-20 Thread Paul Michali
Congratulations Rossella! Great addition to the team! On Sat, Jun 20, 2015 at 12:13 PM Miguel Lavalle wrote: > Complimenti per il nuovo lavoro! > > On Fri, Jun 19, 2015 at 5:50 PM, Kevin Benton wrote: > >> It's been a week with no negative feedback. Welcome to the team Rossella! >> >> On Mon, Ju

Re: [openstack-dev] [Neutron] Proposing YAMAMOTO Takashi for the Control Plane core team

2015-06-18 Thread Paul Michali
Congrats Yamamoto! On Thu, Jun 18, 2015 at 6:23 PM Kevin Benton wrote: > It has been a week and I haven't heard any negative feedback. > Welcome to the control plane core reviewer team YAMAMOTO Takashi! > > On Mon, Jun 15, 2015 at 2:52 AM, Oleg Bondarev > wrote: > >> +1 >> >> >> On Mon, Jun 15,

Re: [openstack-dev] [Neutron] Proposing Ann Kamyshnikova for the API & DB core reviewer team

2015-06-18 Thread Paul Michali
Congratulations Ann! On Thu, Jun 18, 2015 at 12:22 PM Edgar Magana wrote: > Congratulations Ann and welcome to the team! > > Edgar > > > > > On 6/18/15, 8:56 AM, "Henry Gessau" wrote: > > >It has been a week and feedback has been positive and supportive of > >Ann's nomination. Welcome to the N

Re: [openstack-dev] Proposing Brian Haley to Neutron L3 Core Reviewer Team

2015-06-18 Thread Paul Michali
Congratulations Brian! Great addition to the L3 team! On Wed, Jun 17, 2015 at 11:14 PM Edgar Magana wrote: > Congratulations Brian! Welcome to the team! > > Edgar > > > > > On 6/17/15, 3:59 PM, "Carl Baldwin" wrote: > > >It has been a week and feedback has been positive and supportive of > >Br

[openstack-dev] [neutron[[vpnaas] Next meeting June 16th at 1600 UTC

2015-06-15 Thread Paul Michali
Planning on weekly meetings for a while, since this are several things to discuss. See the agenda on the wiki page: https://wiki.openstack.org/wiki/Meetings/VPNaaS There are a bunch of questions to discuss. See you Tuesday! _

Re: [openstack-dev] Looking for help getting git-review to work over https

2015-06-12 Thread Paul Michali
AD^1..HEAD > > 2015-06-11 13:07:25.869309 Running: git remote > > 2015-06-11 13:07:25.872742 Running: git config --get gitreview.username > > No remote set, testing ssh:// > dk0...@review.openstack.org:29418/openstack/horizon.git > > 2015-06-11 13:07:25.874869 Running:

Re: [openstack-dev] Looking for help getting git-review to work over https

2015-06-11 Thread Paul Michali
Do you know if you have SSH access to the outside world through the firewall? Did you setup a proxy? I setup 'corkscrew' under Ubuntu. After installing, created a .ssh/config file with: Host review.openstack.org ProxyCommand corkscrew 80 %h %p The proxy host is one that allows HTTP/HTTPS to

[openstack-dev] [neutron][vpnaas][barbican] What types of authentication to support?

2015-06-09 Thread Paul Michali
methods? The plan is to support other VPN types in the future (e.g. DM VPN), so we want to make sure this will be extendable. Suggestions/Comments/Concerns? Thanks! Paul Michali (pc_m) [1] https://bugs.launchpad.net/neutron/+bug/1459427 [2] https://wiki.strongswan.org/projects/strongswan/wiki

[openstack-dev] [neutron][vpnaas] Team meeting Tuesday, June 9th @ 1600 UTC

2015-06-08 Thread Paul Michali
Will hold weekly meetings to discuss VPNaaS topics. Please check out the meeting page for proposed agenda, time, and IRC channel ( https://wiki.openstack.org/wiki/Meetings/VPNaaS). Also, there is an Etherpad for VPN info, where we hope to collect use-cases and workflow information to (hopefully)

Re: [openstack-dev] [neutron] Proposing Assaf Muller for the Neutron Core Reviewer Team

2015-06-04 Thread Paul Michali
+100 Great addition! Congratulations Assaf! On Thu, Jun 4, 2015 at 11:41 AM Miguel Lavalle wrote: > Congrats! Well deserved > > On Thu, Jun 4, 2015 at 8:50 AM, Assaf Muller wrote: > >> Thank you. >> >> We have a lot of work ahead of us :) >> >> >> - Original Message - >> > It's a been a

[openstack-dev] [neutron][vnaas] IRC Meeting scheduled for June 2nd...

2015-06-01 Thread Paul Michali
gards, Paul Michali (pc_m) __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron][bgpvpn] IRC meetings on BGP VPN interconnection API

2015-06-01 Thread Paul Michali
RC as > >suggested by Paul. > > > >Thanks > >Vikram > > > >On 5/29/15, Paul Michali wrote: > >> You can use the VPNaaS IRC channel/time... we don't have much on the > agenda > >> right now, other than discussion VPN flavors for Liberty, in

Re: [openstack-dev] [Neutron][bgpvpn] IRC meetings on BGP VPN interconnection API

2015-05-29 Thread Paul Michali
You can use the VPNaaS IRC channel/time... we don't have much on the agenda right now, other than discussion VPN flavors for Liberty, in which it would be good to discuss BGP VPN and Edge VPN. Regards, Paul Michali (pc_m) On Fri, May 29, 2015 at 11:08 AM wrote: > Hi everyone, > &g

[openstack-dev] [neutron][vpnaas] Etherpad for Friday Neutron Contributors' session

2015-05-21 Thread Paul Michali
I created an etherpad to help focus the discussion. We'll try to form a collective in the morning and start talking through these items. https://etherpad.openstack.org/p/YVR-neutron-vpnaas Regards, Paul Michali

Re: [openstack-dev] [neutron][vpnaas] Supporting multiple local subnets for VPN connections

2015-05-20 Thread Paul Michali
Loy, yeah, that is why I was thinking option B, as user has flexibility to specify what subnet(s) are used for a connection. Ideally, we want to consider different VPN connection types. Regards, Paul Michali (pc_m) On Wed, May 20, 2015 at 5:34 PM loy wolfe wrote: > Extra subnets is suita

Re: [openstack-dev] [neutron][vpnaas] Supporting multiple local subnets for VPN connections

2015-05-20 Thread Paul Michali
coming up. Regards, Paul Michali (pc_m) On Wed, May 20, 2015 at 7:54 AM Mathieu Rohon wrote: > Hi paul, > > this is also something that we would like to introduce for BGP/MPLS VPNs > [2]. > > We choose to allow tenants to attach existing networks ( it might evolve > to subnets)

Re: [openstack-dev] [Neutron] - Neutron social Monday night

2015-05-17 Thread Paul Michali
Thanks for organizing! On Sat, May 16, 2015 at 11:26 PM Kevin Benton wrote: > Hi everybody! > > I got us a place for Monday night at 8pm. > > Here is the link: > http://www.yelp.com/biz/yaggers-downtown-restaurant-and-sports-bar-vancouver > > Don't forget to show up, they are opening the restaur

[openstack-dev] [neutron][vpnaas] Supporting multiple local subnets for VPN connections

2015-05-13 Thread Paul Michali
ow why? I don't think it is used, until you make a connection. Please express your thoughts! Paul Michali (pc_m) [1] https://wiki.strongswan.org/projects/strongswan/wiki/ConnSection __ OpenStack Development Mailing

Re: [openstack-dev] [neutron] How should edge services APIs integrate into Neutron?

2015-05-07 Thread Paul Michali
l be following for >>> this discussion. >>> >>> >>> >>> Currently, I am following below BP’s for this work. >>> >>> https://blueprints.launchpad.net/neutron/+spec/edge-vpn >>> >>> https://blueprints.launchpad

[openstack-dev] [neutron] How should edge services APIs integrate into Neutron?

2015-05-05 Thread Paul Michali
assuming that the python-neutronclient would also need to be updated. So... the intent here is to start some discussion on how we do this, such that we have some things figured out before the summit and can save some time. Thanks in adv

  1   2   3   >