aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/vnf-template.vtl
blob: be5b6c0f00c4585c13c9e9f3f88ebd780f13d650 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "capability-data": [
        {
            "capability-name": "generate-name",
            "key-mapping": [
                {
                    "output-key-mapping": [
                        {
                            "resource-name": "vnf_name",
                            "resource-value": "${vnf_name}"
                        }
                    ],
                    "payload": [
                        {
                            "param-name": "resource-name",
                            "param-value": "vnf_name"
                        },
                        {
                            "param-name": "resource-value",
                            "param-value": "${vnf_name}"
                        },
                        {
                            "param-name": "external-key",
                            "param-value": "${vnf-id}_vnf_name"
                        },
                        {
                            "param-name": "policy-instance-name",
                            "param-value": "${vf-naming-policy}"
                        },
                        {
                            "param-name": "naming-type",
                            "param-value": "VNF"
                        },
                        {
                            "param-name": "AIC_CLOUD_REGION",
                            "param-value": "${aic-cloud-region}"
                        }
                    ]
                }
            ]
        }
    ],
    "resource-accumulator-resolved-data": [
	    {
            "param-name": "vnf-id",
            "param-value": "${vnf-id}"
        },
        {
            "param-name": "vf-naming-policy",
            "param-value": "${vf-naming-policy}"
        },
		
		{
            "param-name": "fivegc0_snssai",
            "param-value": "${fivegc0_snssai}"
        },
        {
            "param-name": "config.supportedNssai.sNssai.snssai",
            "param-value": "${fivegc0_snssai}"
        }
    ]
}