X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fovsdb%2Fcreate_ext_subnet.json;fp=csit%2Fvariables%2Fovsdb%2Fcreate_ext_subnet.json;h=aa1c846920d061024801cae51e2bbc4ace1b00b9;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=0000000000000000000000000000000000000000;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/csit/variables/ovsdb/create_ext_subnet.json b/csit/variables/ovsdb/create_ext_subnet.json new file mode 100644 index 0000000000..aa1c846920 --- /dev/null +++ b/csit/variables/ovsdb/create_ext_subnet.json @@ -0,0 +1,24 @@ +{ + "subnet": { + "name": "subext1", + "enable_dhcp": false, + "network_id": "{netId}", + "tenant_id": "{tntId}", + "dns_nameservers": [], + "gateway_ip": "192.168.111.254", + "ipv6_ra_mode": null, + "allocation_pools": [ + { + "start": "192.168.111.21", + "end": "192.168.111.40" + } + ], + "host_routes": [], + "shared": false, + "ip_version": 4, + "ipv6_address_mode": null, + "cidr": "192.168.111.0/24", + "id": "{subnetId}", + "subnetpool_id": null + } +} \ No newline at end of file