You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
networking-l2gw/devstack
YAMAMOTO Takashi 3093340c74
devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES
6 years ago
..
README.rst Fix L2GW service framework for out-of-tree drivers. 7 years ago
devstackgaterc Add scripts to run on fullstack CI job 7 years ago
plugin.sh devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES 6 years ago
settings devstack: Stop using Q_PLUGIN_EXTRA_CONF_FILES 6 years ago

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/openstack/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