aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/vnf-mapping.json
blob: 4ec1dd96f7a9925c1a34b04503bb62da94ce87dd (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[
  {
    "name": "vf-naming-policy",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "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",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "aic-cloud-region",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vnf-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vnf-ip-address",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "${vnf-ip-address}"
    },
    "input-param": false,
    "dictionary-name": "vnf-ip-address",
    "dictionary-source": "aai-data",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "service-instance-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "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": []
  }
]