aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/novaServer/novaServer.json
blob: 007106b61ec3c39a21153742db18e009bc369cef (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
{
  "payloadName": "novaServer.yml",
  "contactId": "jh0003",
  "name": "NovaServer",
  "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.",
  "resourceIconPath": "defaulticon",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "NovaServer"
  ]
}