[OPNFLWPLUG-567] Li - OVS with queues cannot register in inventory Created: 31/Oct/15  Updated: 27/Sep/21  Resolved: 20/Nov/15

Status: Resolved
Project: OpenFlowPlugin
Component/s: General
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: omar mounaouar Assignee: Michal Rehak
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Attachments: Text File exceptions.txt    
External issue ID: 4565

 Description   

OVS switches with queues cannot register in ODL Li inventory.

Here are the steps to reproduce : (OVS 2.3.0)

1. Install odl-openflowplugin-flow-services-rest-li in ODL

2. Add a port :

  1. ip tuntap add dev veth1 mode tap
  2. ip link set dev veth1 up

3. Add an OVS switch and configure a queue for veth1 port :

  1. ovs-vsctl add-br s1 – set Bridge s1 other_config:datapath-id=0000000000000001 – set-fail-mode s1 secure – add-port s1 veth1 – set Interface veth1 ofport_request=1 – set-controller s1 tcp:127.0.0.1:6633 ptcp:6634 – set bridge s1 other-config:disable-in-band=true – set bridge s1 protocols=OpenFlow13 – set port veth1 qos=@newqos – --id=@newqos create qos type=linux-htb queues=0=@q0 – --id=@q0 create queue other-config:min-rate=1 other-config:max-rate=1000


 Comments   
Comment by omar mounaouar [ 31/Oct/15 ]

Attachment exceptions.txt has been added with description: Log exceptions

Comment by Michal Rehak [ 03/Nov/15 ]

https://git.opendaylight.org/gerrit/#/c/29191/ (stable/lithium)

Comment by Michal Rehak [ 03/Nov/15 ]

https://git.opendaylight.org/gerrit/#/c/29192/

Comment by Michal Rehak [ 20/Nov/15 ]

For stable/lithium it is merged. Omar, could you retest?

Thank you.

Comment by omar mounaouar [ 20/Nov/15 ]

Michal, I tested the fix, it resolve the issue.

Thank you much appreciated.

Generated at Wed Feb 07 20:32:49 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.