[openstack-dev] [L2-Gateway]

2018-08-30 Thread Mike Oliveras
Hello, I am trying to get the l2gw feature installed on an openstack install on centos 7 using the rdo queens repo. Initially I installed the l2gw rpms form the repo: yum install openstack-neutron-l2gw-agent ==

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

2017-05-31 Thread Ran Xiao
usage questions) Subject: Re: [openstack-dev] [L2-Gateway] Query on redundant configuration of OpenStack's L2 gateway 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 mig

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: > Hi All, > > I have a que

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

2017-05-23 Thread Ran Xiao
Hi All, I have a query on usage of L2GW NB API. I have to integrate L2GW with ODL. And there are two L2GW nodes named l2gw1 and l2gw2. OVS HW VTEP Emulator is running on each node. Does the following command work for configuring these two nodes a L2GW HA Cluster? neutron l2-gat

[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 wonde

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

2016-12-22 Thread Thomas Bechtold
Hi, On Thu, Dec 22, 2016 at 04:16:28PM +0100, Ricardo Noriega De Soto wrote: > Thanks a lot Ofer!! > > Just one more question, the command to start the agent is fine, but, do we > need to include the l2gateway_plugin.ini to Neutron server??? with a recent oslo.config, you can just drop a config

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

2016-12-22 Thread Ricardo Noriega De Soto
Thanks a lot Ofer!! Just one more question, the command to start the agent is fine, but, do we need to include the l2gateway_plugin.ini to Neutron server??? Something like: /usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-dir /usr/share/neutron/server --config-

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

2016-12-17 Thread Ofer Ben-Yacov
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 wrote: > Hello L2GW devs! > > I'm currently working on the RPM packaging of networking-l2gw project. > > My undestanding is that depending on the config,

[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 of

[openstack-dev] [L2-Gateway] L2 Gateway Device xxx could not be found

2016-09-08 Thread judy_yu...@126.com
Hi All, I try to use l2 gateway. Use one node install devstack, and another node as gateway installing ovs 2.5.0 The devstack running neutron-l2gateway-agent and neutron-server with l2gateway plugin. file /etc/neutron/l2gateway_agent.ini looks like, "node-82" is the gateway node hostname. [D

[openstack-dev] [L2-Gateway] connecting to hardware vtep not working

2016-03-14 Thread Jason Guy
I have the l2gateway stable/liberty release loaded in my openstack setup, and can create the l2gateway, however the l2gateway-connection fails. I have read doc which appears to be more up-to-date than the readme: https://github.com/openstack/networking-l2gw/blob/stable/liberty/specs/kilo/l2-gateway

Re: [openstack-dev] [L2-Gateway] Install and Configuration issue

2016-03-09 Thread Jason Guy
Hi Irena, I was not clear in my initial message...but I am using the stable/liberty branch. It is interesting that the master branch has this set in the plugin now. Clearly the code is evolving a bit for Mitaka. However you helped me to discover what was wrong (I think). I forgot to change to the

Re: [openstack-dev] [L2-Gateway] Install and Configuration issue

2016-03-08 Thread Irena Berezovsky
Hi Jason, According to the L2GW config, it should be set as in this line: https://github.com/openstack/networking-l2gw/blob/master/etc/l2gw_plugin.ini#L25 I think it should be working as default setting, but maybe you can try to set this explicitly. Hope it helps, Irena On Tue, Mar 8, 2016 at 12

[openstack-dev] [L2-Gateway] Install and Configuration issue

2016-03-08 Thread Jason Guy
Hi, I am trying to get the L2GW plugin working with my openstack setup. I did the installation from the git repo using setup.py install. I am having trouble getting the Neutron-server to take the plugin though. Here is the config line from the neutron.conf: # Plugins core_plugin = neutron.plugins.