Test case for ovsdb netvirt
[integration/test.git] / test / csit / variables / ovsdb / create_ext_subnet.json
1 {
2   "subnet": {
3     "name": "subext1",
4     "enable_dhcp": false,
5     "network_id": "{netId}",
6     "tenant_id": "{tntId}",
7     "dns_nameservers": [], 
8     "gateway_ip": "192.168.111.254",
9     "ipv6_ra_mode": null,
10     "allocation_pools": [
11       {
12         "start": "192.168.111.21",
13         "end": "192.168.111.40"
14       }
15     ],
16     "host_routes": [],
17     "shared": false,
18     "ip_version": 4,
19     "ipv6_address_mode": null,
20     "cidr": "192.168.111.0/24",
21     "id": "{subnetId}",
22     "subnetpool_id": null
23   }
24 }