vmware-nsx/vmware_nsx/services/l2gateway
Adit Sarfaty 34f3ee275e nsxlib refactor: config + neutron deps
1. new config class was added to allow all the classes to use the same object
2. removing dependencies of the neutron project in nsxlib code & tests

Change-Id: I15ace2ab60c1e4307d7076426c48ecc7a242e792
2016-09-30 21:00:52 +03:00
..
nsx_v NSX|V add edge_ha per availability zone 2016-07-20 10:58:49 +03:00
nsx_v3 nsxlib refactor: config + neutron deps 2016-09-30 21:00:52 +03:00
README.rst Fix README file for better readability 2016-07-09 21:55:43 -07:00
__init__.py Move vmware_nsx/neutron/services to vmware_nsx/services 2015-09-14 16:59:23 -07:00

README.rst

Enabling NSX L2 Gateway Plugin in DevStack

Following steps are meant for L2GW service in neutron for stable/mitaka* release onwards.

  • Download DevStack

  • Add networking-l2gw repo as an external repository and configure following flags in local.conf:

    [[local|localrc]]
    enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
    ENABLED_SERVICES+=l2gw-plugin
  • For NSX|v3 include the following additional flags in local.conf:

    [[local|localrc]]
    NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver:default
    DEFAULT_BRIDGE_CLUSTER_UUID=
  • For NSX|V include the following additional flags in local.conf:

    [[local|localrc]]
    NETWORKING_L2GW_SERVICE_DRIVER=L2GW:vmware-nsx-l2gw:vmware_nsx.services.l2gateway.nsx_v.driver.NsxvL2GatewayDriver:default
  • Run stack.sh

* Configuration for stable/liberty release in local.conf:

[[local|localrc]]
enable_plugin networking-l2gw https://github.com/openstack/networking-l2gw
NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v3.driver.NsxV3Driver' # NSXv3 driver
NSX_L2GW_DRIVER='vmware_nsx.services.l2gateway.nsx_v.driver.NsxvL2GatewayDriver' # NSX|V driver
Q_SERVICE_PLUGIN_CLASSES=vmware_nsx_l2gw
DEFAULT_BRIDGE_CLUSTER_UUID=