Replace BR1 and BR2 with br-int in Genius-CSIT
[integration/test.git] / csit / variables / genius / Itm_creation_no_vlan.json
1 {
2     "transport-zone": [
3         {
4             "subnets": [
5                 {
6                     "gateway-ip": "0.0.0.0",
7                     "prefix": "1.1.1.1/24",
8                     "vlan-id": 0,
9                     "vteps": [
10                         {
11                             "dpn-id": 101,
12                             "ip-address": "2.2.2.2",
13                             "portname": "br-int-eth1"
14                         },
15                         {
16                             "dpn-id": 102,
17                             "ip-address": "3.3.3.3",
18                             "portname": "br-int-eth1"
19                         }
20                     ]
21                 }
22             ],
23             "tunnel-type": "odl-interface:tunnel-type-vxlan",
24             "zone-name": "TZA"
25         }
26     ]
27 }