Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / node-types / vduCompute / vduCompute.json
1 {
2   "payloadName": "vduCompute.yml",
3   "contactId": "jh0003",
4   "name": "VDU Compute",
5   "model": "ETSI SOL001 v2.5.1",
6   "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.",
7   "resourceIconPath": "compute",
8   "categories": [
9   {
10     "name": "Generic",
11     "subcategories": [
12       {
13         "name": "Infrastructure"
14       }
15     ]
16   }
17 ],
18   "tags": [
19     "VDU Compute"
20   ]
21 }