aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/vnf-mapping.json
blob: 926ca7e6e06ba47f243c27c0c63dd4500978f8c4 (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
63
64
65
66
67
[
    {
        "name": "vnf-id",
        "property": {
            "description": "",
            "required": false,
            "type": "string"
        },
        "input-param": false,
        "dictionary-name": "vnf-id",
        "dictionary-source": "input",
        "dependencies": [],
        "version": 0
    },
    {
        "name": "vf-naming-policy",
        "property": {
            "description": "",
            "required": false,
            "type": "string",
            "default": "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP"
        },
        "input-param": false,
        "dictionary-name": "vf-naming-policy",
        "dictionary-source": "default",
        "dependencies": [],
        "version": 0
    },
    {
        "name": "aic-cloud-region",
        "property": {
            "description": "",
            "required": false,
            "type": "string"
        },
        "input-param": false,
        "dictionary-name": "aic-cloud-region",
        "dictionary-source": "input",
        "dependencies": [],
        "version": 0
    },
    {
        "name": "service-instance-id",
        "property": {
            "description": "",
            "required": false,
            "type": "string"
        },
        "input-param": false,
        "dictionary-name": "service-instance-id",
        "dictionary-source": "input",
        "dependencies": [],
        "version": 0
    },
   {
        "name": "fivegc0_snssai",
        "property": {
            "description": "",
            "type": "string"
        },
        "input-param": false,
        "dictionary-name": "fivegc0_snssai",
        "dictionary-source": "input",
        "dependencies": [ ]
    }   
]