summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/node-types/payload.json
blob: 2930855c40dfd927f4e42dd700b49b5a8fc703f4 (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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
{
  "nodeMetadataList": [
    {
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.Root",
      "name": "Root",
      "model": "ETSI SOL001 v2.5.3",
      "description": "The TOSCA Node Type all other TOSCA base Node Types derive from",
      "resourceIconPath": "defaulticon",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Abstract"
            }
          ]
        }
      ],
      "tags": [
        "Root",
        "tosca.nodes.Root"
      ]
    },
    {
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.nfv.VNF",
      "name": "VNF",
      "model": "ETSI SOL001 v2.5.3",
      "description": "The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD",
      "resourceIconPath": "compute",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VNF",
        "tosca.nodes.nfv.VNF"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Cp",
      "name": "Cp",
      "model": "ETSI SOL001 v2.5.3",
      "description": "Provides information regarding the purpose of the connection point",
      "contactId": "jh0003",
      "resourceIconPath": "compute",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "Cp",
        "tosca.nodes.nfv.Cp"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.VnfExtCp",
      "name": "VNF External CP",
      "model": "ETSI SOL001 v2.5.3",
      "description": "Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link",
      "contactId": "jh0003",
      "resourceIconPath": "network",
      "resourceType": "CP",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VNF External CP",
        "tosca.nodes.nfv.VnfExtCp"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.VnfVirtualLink",
      "name": "VnfVirtualLink",
      "model": "ETSI SOL001 v2.5.3",
      "contactId": "jh0003",
      "description": "Describes the information about an internal VNF VL",
      "resourceIconPath": "network",
      "resourceType": "VL",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VnfVirtualLink",
        "tosca.nodes.nfv.VnfVirtualLink"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Vdu.VirtualObjectStorage",
      "name": "VDU VirtualObjectStorage",
      "description": "This node type describes the specifications of requirements related to virtual object storage resources",
      "model": "ETSI SOL001 v2.5.3",
      "contactId": "jh0003",
      "resourceIconPath": "objectStorage",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VDU VirtualObjectStorage",
        "tosca.nodes.nfv.Vdu.VirtualObjectStorage"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Vdu.VirtualFileStorage",
      "name": "VDU VirtualFileStorage",
      "description": "This node type describes the specifications of requirements related to virtual file storage resources",
      "model": "ETSI SOL001 v2.5.3",
      "contactId": "jh0003",
      "resourceIconPath": "objectStorage",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VDU VirtualFileStorage",
        "tosca.nodes.nfv.Vdu.VirtualFileStorage"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Vdu.VirtualBlockStorage",
      "name": "VDU VirtualBlockStorage",
      "description": "This node type describes the specifications of requirements related to virtual block storage resources",
      "model": "ETSI SOL001 v2.5.3",
      "contactId": "jh0003",
      "resourceIconPath": "objectStorage",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VDU VirtualBlockStorage",
        "tosca.nodes.nfv.Vdu.VirtualBlockStorage"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.NsVirtualLink",
      "name": "NsVirtualLink",
      "description": "Node definition of Virtual Links",
      "model": "ETSI SOL001 v2.5.3",
      "contactId": "jh0003",
      "resourceIconPath": "network",
      "resourceType": "VL",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "NsVirtualLink",
        "tosca.nodes.nfv.NsVirtualLink"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.NS",
      "name": "NS",
      "contactId": "jh0003",
      "description": "ETSI Network Service",
      "model": "ETSI SOL001 v2.5.3",
      "resourceIconPath": "network",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Network Elements"
            }
          ]
        }
      ],
      "tags": [
        "NS",
        "tosca.nodes.nfv.NS"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Vdu.Compute",
      "name": "VDU Compute",
      "contactId": "jh0003",
      "description": "Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.",
      "model": "ETSI SOL001 v2.5.3",
      "resourceIconPath": "compute",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "VDU Compute",
        "tosca.nodes.nfv.Vdu.Compute"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.Sap",
      "name": "Sap",
      "contactId": "jh0003",
      "description": "Node definition of SAP",
      "model": "ETSI SOL001 v2.5.3",
      "resourceIconPath": "network",
      "resourceType": "VFC",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "vendorName": "ETSI",
      "vendorRelease": "2.5.1",
      "tags": [
        "Sap",
        "tosca.nodes.nfv.Sap"
      ]
    },
    {
      "toscaName": "tosca.nodes.nfv.VduCp",
      "name": "VDU Cp",
      "contactId": "jh0003",
      "description": "Describes network connectivity between a VNFC instance based on this VDU and an internal VL",
      "model": "ETSI SOL001 v2.5.3",
      "resourceIconPath": "port",
      "resourceType": "CP",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Network Elements"
            }
          ]
        }
      ],
      "tags": [
        "VDU Cp",
        "tosca.nodes.nfv.VduCp"
      ]
    }
  ]
}