No Installation and Configuration Document Available

Bug #1720060 reported by Sourabh Jaiswal
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tap-as-a-service
In Progress
High
qyq

Bug Description

Hi,

I have been working on adding TaaS in my lab deployment, But I am not able to find any supporting document for installation and configuration of TaaS.

I have searched on net but can only find the TaaS usage tutorials or its DevStack deployment.
I have a manually deployed multinode openstack installation, for that there is no material available for TaaS installation and configuration.

Regards,
Sourabh Jaiswal

Tags: taas
Revision history for this message
Prateek khushalani (prateek-khushalani) wrote :

In progress of making a TaaS installation document will update

Changed in tap-as-a-service:
assignee: nobody → Prateek khushalani (prateek-khushalani)
status: New → In Progress
Revision history for this message
Donny Davis (donny-g) wrote :

Are you using a distro with the taas package available?
If so, install it

I am using RDO and it was pretty simple to enable (not sure if I am doing it right)
In neutron.conf I added

service_plugins=qos,trunk,router,metering,taas

[service_providers]
service_provider = TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default

[taas]
driver = neutron_taas.services.taas.drivers.linux.ovs_taas.OvsTaasDriver
enabled = True
vlan_range_start = #Start Vlan for tapping IE 4000
vlan_range_end = #End Vlan for tapping 4090

neutron-db-manage upgrade heads
systemctl restart neutron-server

Let us know your distro and if that works for you?

The API works here... not sure if its actually tapping networks yet

Created a new tap_service:
+-------------+--------------------------------------+
| Field | Value |
+-------------+--------------------------------------+
| description | |
| id | f93d6869-4d42-4f61-9317-1a250f4e33d9 |
| name | |
| port_id | 8e19de69-5f57-4053-b900-77e6c928b1c1 |
| project_id | 7fdaab9e6a4c4d8383c4f333a90bef10 |
| status | ACTIVE |
| tenant_id | 7fdaab9e6a4c4d8383c4f333a90bef10 |
+-------------+--------------------------------------+

Changed in tap-as-a-service:
importance: Undecided → High
qyq (qianyuqiao)
Changed in tap-as-a-service:
assignee: Prateek khushalani (prateek-khushalani) → 潜禹桥 (qianyuqiao)
Revision history for this message
Adam (adam-morkovich) wrote :

Hello! I'm trying to deploy taas and i have found instruction:
https://docs.openstack.org/openstack-helm/latest/install/plugins/deploy-tap-as-a-service-neutron-plugin.html
But, i have deploy openstack over kolla-ansible(all-in-one). Daashboard and neutron is docker containers.
How to add Taas plugin in my case?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.