https://github.com/openstack/tap-as-a-service
Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks. Mirror of code maintained at opendev.org.
https://github.com/openstack/tap-as-a-service
Last synced: about 1 year ago
JSON representation
Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/tap-as-a-service
- Owner: openstack
- License: apache-2.0
- Created: 2021-08-04T06:14:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T07:15:08.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T19:34:11.099Z (almost 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/tap-as-a-service
- Size: 782 KB
- Stars: 10
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
================
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).
* Free software: Apache license
* API Reference: https://opendev.org/openstack/tap-as-a-service/src/branch/master/API_REFERENCE.rst
* Source: https://opendev.org/openstack/tap-as-a-service/
* Bugs: https://bugs.launchpad.net/tap-as-a-service
For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file