Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Zuul 30cbe66dba Merge "OSC: Remove calls to neutronclient" 2 months ago
bin Add SRIOV mirroring support to Tap as a Service. 4 years ago
deliverables Update deliverables for 6.0.0/train 4 years ago
devstack Execute neutron-db-manage only if q-svc is enabled 2 years ago
doc Update leftover x namespace to openstack 2 years ago
etc Modify taas extensions to use neutron-lib API def 12 months ago
neutron_taas OSC: Remove calls to neutronclient 3 months ago
releasenotes Update master for stable/2023.1 3 months ago
specs Enable doc building job 3 years ago
.coveragerc tox.ini: Fix cover target 6 years ago
.gitignore Add release notes 5 years ago
.gitreview Update leftover x namespace to openstack 2 years ago
.mailmap Initial Cookiecutter Commit. 8 years ago
.pylintrc Add pylint to pep8 and adopt code to the results 4 months ago
.stestr.conf Update for os-testr 1.0.0 / stestr 5 years ago
.zuul.yaml CI: Add openstack-tox-py39-with-oslo-master to periodic weekly queue 4 months ago
API_REFERENCE.rst taas OSC commands 2 years ago
CONTRIBUTING.rst Update the documentation link for doc migration 6 years ago
HACKING.rst Update the documentation link for doc migration 6 years ago
INSTALL.rst Fix in install and api guide 7 years ago
LICENSE Initial Cookiecutter Commit. 8 years ago
README.rst Update leftover x namespace to openstack 2 years ago
babel.cfg Initial Cookiecutter Commit. 8 years ago
bindep.txt py310: Add rpm packages to bindep.txt 1 year ago
openstack-common.conf Initial Cookiecutter Commit. 8 years ago
requirements.txt OSC: Remove calls to neutronclient 3 months ago
setup.cfg setup.cfg: Replace dashes with underscores 1 year ago
setup.py [Fix gate]Update test requirement 6 years ago
test-requirements.txt Add pylint to pep8 and adopt code to the results 4 months ago
tox.ini Add pylint to pep8 and adopt code to the results 4 months ago

README.rst

Tap as a Service

Tap-as-a-Service (TaaS) is an extension to the OpenStack network service (Neutron). It provides remote port mirroring capability for tenant virtual networks.

Port mirroring involves sending a copy of packets entering and/or leaving one port to another port, which is usually different from the original destinations of the packets being mirrored.

This service has been primarily designed to help tenants (or the cloud administrator) debug complex virtual networks and gain visibility into their VMs, by monitoring the network traffic associated with them. TaaS honors tenant boundaries and its mirror sessions are capable of spanning across multiple compute and network nodes. It serves as an essential infrastructure component that can be utilized for supplying data to a variety of network analytics and security applications (e.g. IDS).

For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file