[GBP-65] BUG: Must clear Inventory CONF of tunnel/external information Created: 30/May/15  Updated: 18/Jun/15  Due: 18/Jun/15  Resolved: 18/Jun/15

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

Type: Bug
Reporter: Keith Burns Assignee: Tomas Cechvala
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 3446
Priority: Highest

 Description   

Either we need to delete our augmentation to Inventory CONF when a node disconnects (Inventory OPER) or we augment OPER instead of CONF with data we add from OVSDB listener.

The issue is when a switch manager connection disconnects, then reconnects, the ephemeral port and openflow DPID changes.



 Comments   
Comment by Keith Burns [ 30/May/15 ]

Please note we have to stop setting the DPID on bridges as this has masked the problem.

Comment by Ruijing Guo [ 17/Jun/15 ]

do you mean we need to delete since node is config.

augment "/inv:nodes/inv:node" {
{
...
list tunnel {
key "tunnel-type";
uses ovsdb-overlay:tunnel-type-attributes;
uses ovsdb-overlay:ip-port-locator;
leaf node-connector-id

{ description "The node connector where is the tunnel located. The format is openflow:[dpid]:[port] where the dpid is the value of the switch DPID cast to a long, and port is the openflow port number of the interface where the endpoint is connected."; type inv:node-connector-id; }

}

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