networking-l2gw/devstack
elajkat 37f190cce3 .zuul.yaml to the project and change location
Add back .zuul.yaml to the project and change all references from
openstack/networking-l2gw to x/networking-l2gw

Make jobs work on ubuntu focal
Fix mysql syntax in tools/test-setup.sh

Change-Id: Ic48f3d8ae8786b9ea98abba94b44ff4cb804ccc8
2020-09-15 07:41:36 +00:00
..
README.rst .zuul.yaml to the project and change location 2020-09-15 07:41:36 +00:00
devstackgaterc Add scripts to run on fullstack CI job 2016-06-07 11:43:44 +03:00
plugin.sh Change neutron service name for devstack 2018-02-27 11:08:23 -05:00
settings 'l2gw' entrypoint for Neutron service_plugins 2017-09-11 13:56:42 -06:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository and configure following flags in local.conf:

    [[local|localrc]]
    enable_plugin networking-l2gw https://github.com/x/networking-l2gw
    enable_service l2gw-plugin l2gw-agent
    OVSDB_HOSTS=<ovsdb_name>:<ip address>:<port>

3. If you want to override the default service driver for L2Gateway (which uses L2Gateway Agent with RPC) with an alternative service driver, please give that alternative service driver inside the parameter NETWORKING_L2GW_SERVICE_DRIVER of your local.conf.

For example, to configure ODL service driver to be used for L2Gateway, you need to include ODL Service Driver in local.conf as below:

NETWORKING_L2GW_SERVICE_DRIVER=L2GW:OpenDaylight:networking_odl.l2gateway.driver.OpenDaylightL2gwDriver:default

  1. Read the settings file for more details.
  2. run stack.sh