YAMAMOTO Takashi 7dc7c7cdb0 Start writing tests
Also, sync requirements with Neutron.

Partial-Bug: #1501792
Change-Id: Ib5f70646ddcbc807d45c8d352219029a8d9530d1
2015-10-02 02:57:37 +09:00
2015-10-02 02:57:37 +09:00
2015-07-24 16:09:56 +02:00
2015-06-10 14:55:11 +00:00
2015-07-24 16:09:56 +02:00
2015-10-02 02:57:37 +09:00
2015-07-24 16:09:56 +02:00
2015-07-24 16:09:56 +02:00
2015-07-24 16:09:56 +02:00
2015-10-01 18:50:13 +09:00
2015-07-24 16:09:56 +02:00
2015-07-24 16:09:56 +02:00
2015-10-02 02:57:37 +09:00
2015-07-24 16:09:56 +02:00
2015-07-24 16:09:56 +02:00
2015-10-02 02:57:37 +09:00
2015-10-02 02:57:37 +09:00

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

Description
Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks.
Readme 8.5 MiB
Languages
Python 98.3%
Shell 1.6%
Mako 0.1%