Basic tests - Unification Scripting Node
[integration/test.git] / csit / variables / gbp / demo-symmetric-chain / tunnels.json
1 {
2     "opendaylight-inventory:nodes": {
3         "node": [
4             {
5                 "id": "openflow:1",
6                 "ofoverlay:tunnel": [
7                     {
8                         "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
9                         "node-connector-id": "openflow:1:1",
10                         "ip": "_CLASSIFIER1",
11                         "port": 6633
12                     },
13                     {
14                         "tunnel-type": "overlay:tunnel-type-vxlan",
15                         "node-connector-id": "openflow:1:2",
16                         "ip": "_CLASSIFIER1",
17                         "port": 4789
18                     }
19                 ]
20             },
21             {
22                 "id": "openflow:6",
23                 "ofoverlay:tunnel": [
24                     {
25                         "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
26                         "node-connector-id": "openflow:6:1",
27                         "ip": "_CLASSIFIER2",
28                         "port": 6633
29                     },
30                     {
31                         "tunnel-type": "overlay:tunnel-type-vxlan",
32                         "node-connector-id": "openflow:6:2",
33                         "ip": "_CLASSIFIER2",
34                         "port": 4789
35                     }
36                 ]
37             }
38         ]
39     }
40 }