aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/templates/cba/Templates/vnf-mapping.json
blob: a049e4528a48e35d31f1cc4917c9c55d024d2894 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
    {
        "name": "vnf-id",
        "property": {
            "description": "",
            "required": false,
            "type": "string"
        },
        "input-param": false,
        "dictionary-name": "vnf-id",
        "dictionary-source": "input",
        "dependencies": [],
        "version": 0
    },
    {
        "name": "vnf_name",
        "property": {
            "description": "",
            "required": false,
            "type": "string",
            "status": "",
            "constraints": [
                {}
            ],
            "entry_schema": {
                "type": ""
            }
        },
        "input-param": false,
        "dictionary-name": "vnf_name",
        "dictionary-source": "rest",
        "dependencies": [
            "aic-cloud-region",
            "vf-naming-policy",
            "vnf-id"
        ],
        "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": "k8s-rb-profile-namespace",
        "property": {
            "description": "K8s namespace to create helm chart for specified profile",
            "type": "string",
            "default": "default"
        },
        "input-param": false,
        "dictionary-name": "k8s-rb-profile-namespace",
        "dictionary-source": "default",
        "dependencies": []
    },
    {
        "name": "k8s-rb-profile-k8s-version",
        "property": {
            "description": "K8s cluster version to create helm chart for specified RB profile",
            "type": "string",
            "required": false,
            "default": "1.18.9"
        },
        "input-param": false,
        "dictionary-name": "k8s-rb-profile-k8s-version",
        "dictionary-source": "default",
        "dependencies": []
    }
]