move portal, pgn, pnf policy to jinja
[testsuite.git] / robot / assets / templates / sdnc / preload.template
1 {
2         "input": {
3                 "request-information": {
4                         "notification-url": "openecomp.org",
5                         "order-number": "1",
6                         "order-version": "1",
7                         "request-action": "PreloadVNFRequest",
8                         "request-id": "robot12"
9                 },
10                 "sdnc-request-header": {
11                         "svc-action": "reserve",
12                         "svc-notification-url": "http:\/\/openecomp.org:8080\/adapters\/rest\/SDNCNotify",
13                         "svc-request-id": "robot12"
14                 },
15                 "vnf-topology-information": {
16                         "vnf-assignments": {
17                                 "availability-zones": [],
18                                 "vnf-networks": [],
19                                 "vnf-vms": []
20                         },
21                         "vnf-parameters":
22                                 ${vnf_parameters}
23                         ,
24                         "vnf-topology-identifier": {
25                                 "generic-vnf-name": "${generic_vnf_name}",
26                                 "generic-vnf-type": "${generic_vnf_type}",
27                                 "vnf-name": "${vf_module_name}",
28                                 "vnf-type": "${vf_module_type}",
29                                 "service-type": "${service_type}"
30                         }
31                 }
32         }
33 }