[HONEYVBD-1] Bridge domain is not created when topology and node are created at the same time Created: 16/Jun/16  Updated: 19/Oct/17  Resolved: 20/Jun/16

Status: Resolved
Project: honeycomb-vbd
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Martin Sunal Assignee: Unassigned
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: 6077

 Description   

it should be possible to process topology with nodes which were created in one transaction

example:

PUT http://localhost:8181/restconf/config/network-topology:network-topology/topology/flood-domain-1

{
"topology": [
{
"topology-id": "flood-domain-1",
"topology-types": {
"vbridge-topology:vbridge-topology": {}
},
"vbridge-topology:tunnel-type": "vxlan-tunnel:tunnel-type-vxlan",
"vbridge-topology:forward": true,
"vbridge-topology:unknown-unicast-flood": true,
"vxlan-tunnel:vni": 1,
"vbridge-topology:learn": true,
"vbridge-topology:arp-termination": false,
"vbridge-topology:flood": true,
"node": [
{
"node-id": "dut1",
"supporting-node": [

{ "topology-ref": "topology-netconf", "node-ref": "dut1" }

]
},
{
"node-id": "dut2",
"supporting-node": [

{ "topology-ref": "topology-netconf", "node-ref": "dut2" }

]
}
]
}
]
}



 Comments   
Comment by Tyler Levine [ 17/Jun/16 ]

Issue should be fixed by https://git.opendaylight.org/gerrit/#/c/40470/

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