vmware-nsx/vmware_nsx/services/neutron_taas
Abhishek Raut 3eb8e148d4 [NSXv3]: Add support for L3SPAN
This patch adds support for L3SPAN to the existing tap as a service
NSXv3 driver.
If the source and destination port are not on the same host,
the mirror session is L3SPAN. Backend supports L3SPAN with
SwitchingProfiles of type PortMirroring. Hence, creation of a
tap-flow will result in creation of a switching profile with the
destination port's IP address and then updates the source port
with this newly created switching profile.

Change-Id: I74ea40f8b9c9d1c343a4d9681c3a9ec77b521b6e
2016-07-29 07:55:06 -07:00
..
nsx_v3 [NSXv3]: Add support for L3SPAN 2016-07-29 07:55:06 -07:00
README.rst [NSXv3]: Tap-as-a-Service NSXv3 driver 2016-07-09 13:41:39 -07:00
__init__.py [NSXv3]: Tap-as-a-Service NSXv3 driver 2016-07-09 13:41:39 -07:00

README.rst

Enabling NSX Tap-as-a-Service Plugin in DevStack

  1. Download DevStack

  2. Add tap-as-a-service repo as an external repository and configure following flags in local.conf:

    [[local]|[localrc]]
    # TaaS plugin NSXv3 driver config
    enable_plugin tap-as-a-service https://github.com/openstack/tap-as-a-service
    enable_service taas
    Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron
    Q_PLUGIN_EXTRA_CONF_FILES=(taas_plugin.ini)
    TAAS_SERVICE_DRIVER=TAAS:vmware_nsx_taas:vmware_nsx.services.neutron_taas.nsx_v3.driver.NsxV3Driver:default