47c6b6ebb548fca8c37689d748179990ce50d7c7
[integration.git] / test / vcpe / preload_templates / template.networkgra.json
1 {
2   "input": {
3      "sdnc-request-header": {
4                         "svc-request-id": "robotgra-1234",
5                         "svc-action": "reserve"
6      },
7     "preload-network-topology-information": {
8       "network-topology-identifier-structure": {
9         "network-name": "${network_name}",
10         "network-role": "${network_role}",
11         "network-type": "${network_type}",
12         "network-technology": "neutron"
13       },
14       "subnets": [
15         {
16           "start-address": "${subnet_start_ip}",
17           "cidr-mask": "24",
18           "ip-version": "4",
19           "dhcp-enabled": "N",
20           "gateway-address": "${subnet_gateway}",
21           "subnet-name": "${network_name}"
22         }
23       ],
24       "physical-network-name": "Not Aplicable",
25       "is-provider-network": "FALSE",
26       "is-shared-network": "FALSE",
27       "is-external-network": "FALSE",
28       "vpn-bindings": [],
29       "network-policy": [],
30       "route-table-reference": []
31     }
32   }
33 }