onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / robot / robot / assets / templates / sdnc / vvg_preload.template
1 {
2     "input": {
3         "vnf-topology-information": {
4             "vnf-topology-identifier": {
5                 "service-type": "${service_type}",
6                 "vnf-name": "${vf_module_name}",
7                 "vnf-type": "${vf_module_type}",
8                 "generic-vnf-name": "${generic_vnf_name}",
9                 "generic-vnf-type": "${generic_vnf_type}"
10             },
11             "vnf-assignments": {
12                 "availability-zones": [],
13                 "vnf-networks": [],
14                 "vnf-vms": []
15             },
16              "vnf-parameters": [
17                                 {
18                     "vnf-parameter-name": "nova_instance",
19                     "vnf-parameter-value": "${nova_instance}"
20                 }
21             ]
22         },
23         "request-information": {
24             "request-id": "robot12",
25             "order-version": "1",
26             "notification-url": "openecomp.org",
27             "order-number": "1",
28             "request-action": "PreloadVNFRequest"
29         },
30         "sdnc-request-header": {
31             "svc-request-id": "robot12",
32             "svc-notification-url": "http:\/\/openecomp.org:8080\/adapters\/rest\/SDNCNotify",
33             "svc-action": "reserve"
34         }
35     }    
36 }