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