Commit Graph

7 Commits

Author SHA1 Message Date
Takashi Kajinami e59494b454 Drop removed options from sample config
The enabled option and the driver option were removed from code by
9b66ded049 .

Change-Id: Ic64030f9d25378fbc6b935f7da308423c242b522
2024-03-11 16:04:53 +00:00
zitptan fedca42dbd Modify taas extensions to use neutron-lib API def
Change-Id: I2920a6e375c3dbd0521ae2c48a4c91e5ab613629
Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/824926
2022-06-14 11:38:52 +00:00
jessegler b2b225e967 Adds policy in code to Tap-as-a-Service
Adding oslo.policy allows operators to use and customize RBAC for tap-as-a-service instead of
relying on Neutron's default policy.

Change-Id: I6132054ef3bd8423990f91fae6329dfd089660b4
2020-01-09 12:52:26 +00:00
Deepak Tiwari 2c83eb26a5 Add SRIOV mirroring support to Tap as a Service.
The following patch allows VF to VF mirroring in Tap-as-a-Service
Code-changes are applicable for new tap agent driver for sriov on
Intel i40e nic.

Vlan Mirror input parameter is part of tap-flow-create API

The current TaaS SRIOV driver is based on Intel i40e NIC driver with
following requirements:-

hardware: Intel Ethernet Network Adapter XXV710 (25GbE)
Driver: Intel i40e v4.16.0

Ref Spec: openstack/neutron-specs/specs/rocky/port-mirroring-sriov-vfs.rst
Commit: https://review.openstack.org/#/c/574477/

Change-Id: Id3aa83d7e1e22ae1806cef0c93e5dd61169c6735
2019-04-09 18:41:39 -05:00
Rui Zang 3014fede5a Remove unnecessary executable mode of some source files
TrivialFix

Change-Id: Icb6a70023747ae98b1590de45616dc41221915a9
2016-12-27 05:56:17 +00:00
Yoichiro Iura 5035aa4a57 Support service framework to separate plugin logic
This fix supports service framework in order to separate
the plugin code into backend specific and generic part.

Change-Id: I66d0f4a9ce5453ec7ca0bf0fe52f24a3a2e3c8ea
Closes-Bug: #1567770
2016-06-24 01:40:09 +00:00
YAMAMOTO Takashi 5e6a3a9b34 Add devstack plugin
Closes-Bug: #1501795
Related-Bug: #1515104
Change-Id: Ia1c266db46ecbced7fe1661ee7df464fa3c4e90d
2015-11-20 15:48:10 +09:00