Remove code for genius
[integration/test.git] / csit / variables / genius / Itm_creation_no_vlan_below_sodium.json
1 {
2     "transport-zone": [
3         {
4             "subnets": [
5                 {
6                     "gateway-ip": "0.0.0.0",
7                     "prefix": "1.1.1.1/16",
8                     "vlan-id": 0,
9                     "vteps": [
10                         {
11                             "dpn-id": 100,
12                             "ip-address": "2.2.2.2",
13                             "portname": "br-int-eth1"
14                         },
15                         {
16                             "dpn-id": 101,
17                             "ip-address": "3.3.3.3",
18                             "portname": "br-int-eth1"
19                         },
20                         {
21                             "dpn-id": 102,
22                             "ip-address": "4.4.4.4",
23                             "portname": "br-int-eth1"
24                         }
25                     ]
26                 }
27             ],
28             "tunnel-type": "odl-interface:tunnel-type-vxlan",
29             "zone-name": "TZA"
30         }
31     ]
32 }