Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / ovsdb / create_tnt_subnet.json
1 {
2   "subnet": {
3     "name": "{subnetName}",
4     "enable_dhcp": true,
5     "network_id": "{netId}",
6     "tenant_id": "{tntId}",
7     "dns_nameservers": [
8       "192.168.111.254"
9     ],
10     "gateway_ip": "10.1.0.1",
11     "ipv6_ra_mode": null,
12     "allocation_pools": [
13       {
14         "start": "10.1.0.2",
15         "end": "10.1.0.254"
16       }
17     ],
18     "host_routes": [],
19     "shared": false,
20     "ip_version": 4,
21     "ipv6_address_mode": null,
22     "cidr": "10.1.0.0/24",
23     "id": "{subnetId}",
24     "subnetpool_id": null
25   }
26 }