[openstack-dev] [tripleo] How to integrate a Heat plugin in a containerized deployment?

2018-07-23 Thread Ricardo Noriega De Soto
Hello guys, I need to deploy the following Neutron BGPVPN heat plugin. https://docs.openstack.org/networking-bgpvpn/ocata/heat.html This will allow users, to create Heat templates with BGPVPN resources. Right now, BGPVPN service plugin is only available in neutron-server-opendaylight Kolla

[openstack-dev] [neutron][l2gw] Rocky goals for Networking L2GW

2018-03-06 Thread Ricardo Noriega De Soto
Hi L2GWers, Eventhough this is a project with few active contributors, these are our goals for Rocky release: - OpenStack client migration - Out-of-sync DB common effort (together with networking-odl, networking-ovn, etc.) - Broad CI jobs scenarios (adding a HWVTEP emultator) -

Re: [openstack-dev] [neutron][l2gw] Preventing DB out-of-sync

2018-01-18 Thread Ricardo Noriega De Soto
Just for awareness on this subject. Peng has proposed an initial patch to tackle this issue: https://review.openstack.org/#/c/529009/6 On Tue, Dec 12, 2017 at 11:20 AM, Ricardo Noriega De Soto < rnori...@redhat.com> wrote: > Peng, I think you are right. We should have a common behav

Re: [openstack-dev] [neutron][l2gw] Preventing DB out-of-sync

2017-12-12 Thread Ricardo Noriega De Soto
Peng, I think you are right. We should have a common behavior among the drivers, and move the implementation to the proper methods like post-commits, do the validation on the pre-commits, etc, etc. Second phase to tackle the out-of-sync could be the "revision number" approach from networking-ovn.

Re: [openstack-dev] l2gw

2017-10-10 Thread Ricardo Noriega De Soto
example) scenarios. > > Regards > Lajos > > > On 2017-09-28 14:12, Ricardo Noriega De Soto wrote: > > I see the exception now Lajos: > > class L2GatewayInUse(exceptions.InUse): > message = _("L2 Gateway '%(gateway_id)s' still has active mappings "

Re: [openstack-dev] l2gw

2017-09-28 Thread Ricardo Noriega De Soto
I see the exception now Lajos: class L2GatewayInUse(exceptions.InUse): message = _("L2 Gateway '%(gateway_id)s' still has active mappings " "with one or more neutron networks.") :-) On Wed, Sep 27, 2017 at 6:40 PM, Ricardo Noriega De Soto < rnori...@re

Re: [openstack-dev] l2gw

2017-09-27 Thread Ricardo Noriega De Soto
Hey Lajos, Is this the exception you are encountering? (neutron) l2-gateway-update --device name=hwvtep,interface_names=eth0,eth1 gw1 L2 Gateway 'b8ef7f98-e901-4ef5-b159-df53364ca996' still has active mappings with one or more neutron networks. Neutron server returns request_ids:

[openstack-dev] [TripleO] CLI extensions for the undercloud

2017-09-14 Thread Ricardo Noriega De Soto
Hello guys, After integrating BGPVPN and L2GW Neutron drivers in TripleO, I've realized I always have to jump to the overcloud controller (and copy-pasting the overcloudrc file) in order to use the CLI extensions such "neutron l2-gateway list". I'd like to know what's the current strategy on

Re: [openstack-dev] [neutron][l2-gateway] Added Ricardo Noriega to the core team

2017-07-19 Thread Ricardo Noriega De Soto
Thanks Gary for the opportunity! We'll keep fighting! :-) On Wed, Jul 19, 2017 at 8:52 AM, Gary Kotton wrote: > Hi, > > Over the last few months Ricardo Noriega has been making many > contributions to the project and has actually helped get it to the stage > where it’s a lot

[openstack-dev] [l2gw] Adding TripleO CI jobs as part of networking-l2gw checks

2017-07-10 Thread Ricardo Noriega De Soto
Please L2GWers, review the following patch: https://review.openstack.org/#/c/480641/ It seems we can benefit from TripleO coverage to have L2GW service plugin deployed in production-like deployments. Cheers -- Ricardo Noriega Senior Software Engineer - NFV Partner Engineer | Office of

[openstack-dev] [l2gw] [neutron] [qa] Networking-l2gw Tempest plugin split out

2017-07-06 Thread Ricardo Noriega De Soto
Hello L2GWers! Following the community goal for Queens to split in-tree tempest plugins to a separate repo, I will perform this task in the following days. So please, if anyone has got any concern, reply this email. Cheers -- Ricardo Noriega Senior Software Engineer - NFV Partner Engineer |

Re: [openstack-dev] [neutron] [l2gw] DSVM gates for networking-l2gw

2017-07-06 Thread Ricardo Noriega De Soto
plugin project that is serious about integration > with Neutron. > > Ihar > > On Wed, Jun 14, 2017 at 9:38 PM, Ricardo Noriega De Soto > <rnori...@redhat.com> wrote: > > Hello L2GWers > > > > Currently networking-l2gw CI only covers unit tests. However, the

Re: [openstack-dev] [l2gw] How to handle correctly unknown-dst traffic

2017-06-23 Thread Ricardo Noriega De Soto
Hi Saverio, Comments and questions inline: First of all, which backend are you using? the l2gateway agent? or something like OpenDaylight?? I'm currently testing an L2GW scenario with ODL. On Mon, May 29, 2017 at 4:54 PM, Saverio Proto wrote: > Hello, > > I have a

Re: [openstack-dev] [neutron] [l2gw] DSVM gates for networking-l2gw

2017-06-19 Thread Ricardo Noriega De Soto
i Ricardo, > > That sounds like a totally valid approach to me, but I was wondering if > there'd be a way to mock that API call. If just using the dummy driver > would achieve that then I'd be more than happy to see that modification. > > Cheers! > > Daniel > > El 15/06/

[openstack-dev] [neutron] [l2gw] DSVM gates for networking-l2gw

2017-06-14 Thread Ricardo Noriega De Soto
Hello L2GWers Currently networking-l2gw CI only covers unit tests. However, there is an experimental check that starts a devstack VM to be able to run more complex tests. That experimental check is not working, and we are trying to fix it, however we encountered some difficulties that we wanted

Re: [openstack-dev] [neutron][l2gw] OVS code currently broken

2017-06-09 Thread Ricardo Noriega De Soto
8, 2017 at 8:28 AM, Ricardo Noriega De Soto < > rnori...@redhat.com> wrote: > >> There is actually a bunch of patches waiting to be reviewed and approved. >> >> Please, we'd need core reviewers to jump in. >> >> I'd like to thank Gary for all his support a

Re: [openstack-dev] [neutron][l2gw] OVS code currently broken

2017-06-08 Thread Ricardo Noriega De Soto
There is actually a bunch of patches waiting to be reviewed and approved. Please, we'd need core reviewers to jump in. I'd like to thank Gary for all his support and reviews. Thanks Gary! On Tue, May 30, 2017 at 3:56 PM, Gary Kotton wrote: > Hi, > > Please note that the

Re: [openstack-dev] [L2-Gateway] Query on redundant configuration of OpenStack's L2 gateway

2017-05-30 Thread Ricardo Noriega De Soto
Hi Ran Xiao, Please, take a look at this doc I found online: https://docs.google.com/document/d/1U7M78uNhBp8eZIu0YH04u6Vzj6t2NpvDY4peX8svsXY/edit#heading=h.xochfa5fqf06 You might want to contact those folks! Cheers On Tue, May 23, 2017 at 1:21 PM, Ran Xiao wrote: >

[openstack-dev] [puppet] [tempest] L2GW not standard Tempest Plugin. How to get tests into CI?

2017-05-22 Thread Ricardo Noriega De Soto
Hello guys, I'm trying to enable some tempest tests into puppet-openstack-integration project. I basically did the same procedure as with other Neutron drivers but tests were not being executed: https://review.openstack.org/#/c/460080/ If you check the puppet-tempest patch, I enable the "l2gw"

[openstack-dev] [L2-Gateway] Tempest plugin structure

2017-05-19 Thread Ricardo Noriega De Soto
Hello guys, I'm trying to include Neutron L2GW tempest tests into puppet-openstack CI pipeline and I'm having some troubles. I noticed that the structure of the code: https://github.com/openstack/networking-l2gw/tree/master/networking_l2gw/tests It's not as a standard tempest plugin. I was

[openstack-dev] [tripleo] Consistent way of integrating services with different backends

2017-04-06 Thread Ricardo Noriega De Soto
Hi owls! This is something that I've been discussing in the IRC channel but still I think we should define a consistent way of integrating services which support different backends. In this case, I'm refering to BGPVPN and L2GW Neutron services, but it could be applied to any other type of

Re: [openstack-dev] [L2-Gateway] RPM packaging and Agent configuration

2016-12-22 Thread Ricardo Noriega De Soto
:33 AM, Ofer Ben-Yacov <ofer.benya...@gmail.com> wrote: > The command that you've wrote for the agent is correct. > No need to add anything. > > Ofer. > > On 16 December 2016 at 16:12, Ricardo Noriega De Soto <rnori...@redhat.com > > wrote: > >> He

[openstack-dev] [L2-Gateway] RPM packaging and Agent configuration

2016-12-16 Thread Ricardo Noriega De Soto
Hello L2GW devs! I'm currently working on the RPM packaging of networking-l2gw project. My undestanding is that depending on the config, I could use whether OpenDaylight or the neutron-l2gw-agent as backend. For the latter case, I'm writing a systemd unit file, but I'd love to get the command