Commit Graph

13 Commits

Author SHA1 Message Date
elajkat bf3bc1b400 Docs: Point to apiref and remove old CLI examples
Add link to networking api-ref and remove old
neutronclient CLI examples.

Change-Id: I622f24594a7584cbf5881a94665796d4c0c3be07
2023-10-25 11:38:12 +02:00
elajkat 62b8bb7213 taas OSC commands
Add possibility to tap-as-a-service to use openstack commands instead
of deprecated neutron commands.

Closes-Bug: #1874701

Change-Id: I339f42a63789a946011700902724a58647c80b9d
2021-03-29 14:10:57 +02: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
Jenkins d740220fcf Merge "doc: reference OpenStack Austin presentation" 2016-06-29 06:45:08 +00:00
YAMAMOTO Takashi d7c5b3c5e0 Remove network-id from tap-service
Currently it's unused.  Thus no good reason to force users to
specify it.

It can be re-introduced when/if we decide automatic port creation
is desirable.  For db models, a boolean to say if the port has been
automatically created might be more appropriate, though.

Change-Id: Ia183635c183fd4ad731fd1ee48c58f6b10f06c5b
2016-06-17 16:38:28 +09:00
Yoichiro Iura 0f0e3ceead Fix validation of direction on TapFlow
This patch fixes the validation of direction.
 * change API validator from type:string to type:values
 * remove None from direction_enum because of NOT NULL constraint

Change-Id: Iae4f13451002db7567425ae33d1c36bd2013ae75
Closes-Bug: #1585445
2016-05-25 06:09:01 +00:00
YAMAMOTO Takashi 6dbf334b7f doc: reference OpenStack Austin presentation
Also, create a dedicated section for presentation references.

Change-Id: I0732b4740a9cbe31eaa60b57384d496b04c72254
2016-05-25 14:46:59 +09:00
Jenkins 88fba95134 Merge "Fix in install and api guide" 2016-04-07 02:13:09 +00:00
reedip 5727ad19df Fix API end point for tapservice/tapflow
Due to the difference of API Endpoint and Resource Body,
NeutronClient could not succesfully create the tap-services
( and consecutively, tapflow).
The following code change modifies the API end point, and fixes
the problem with NeutronClient.

Change-Id: I9fa21bb273ef8a5c6fabece0a29673839cf8e945
Closes-Bug: #1539130
2016-04-04 06:03:34 +00:00
Dongcan Ye 94e0833d59 Fix in install and api guide
Trivial fix for typo and adding some description for workflow.

Change-Id: I5e6758cbbd580df531aa35cdee6d723a5c0f3bbb
2016-01-20 02:09:20 +00:00
reedip 87c469126c Remove old TaaS CLI repo, update API reference
With the introduction of NeutronExtension for TaaS, the previous
TaaS CLI repository is not required anymore.
Therefore this patch removes the old TaaS CLI repo.
Also, with the introduction of the Neutron base TaaS CLI, the API
reference document is updated.

Change-Id: Iade483ab93583c5699ceee2259e3c309c3c5bb10
2016-01-17 04:02:11 +00:00
YAMAMOTO Takashi 9f636b7645 Misc documentation improvements
Change-Id: Icb792961171385572436f6977df02eaa35d2c633
2015-10-01 18:50:13 +09:00
vnyyad 0712ca9dc8 Adding the API Reference guide for TaaS
Change-Id: Ib9426f7740b9632401e6e2ef6041d85bc0905a68
2015-07-28 10:40:31 +02:00