summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
blob: c5188558605541780ede7b82647f7c23c5c73601 (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
{
  "heat": [
    "globalNetwork",
    "globalPort",
    "globalCompute",
    "volume",
    "cinderVolume",
    "contrailVirtualNetwork",
    "neutronNet",
    "neutronPort",
    "novaServer",
    "extVl",
    "internalVl",
    "extCp",
    "vl",
    "eline",
    "abstractSubstitute",
    "Generic_VFC", 
    "Generic_VF",
    "Generic_PNF",
    "Generic_Service",
    "contrailNetworkRules",
    "contrailPort",
    "contrailV2NetworkRules",
    "contrailV2VirtualNetwork",
    "securityRules",
    "contrailAbstractSubstitute",
    "contrailCompute",
    "contrailV2VirtualMachineInterface",
    "subInterface",
    "contrailV2VLANSubInterface",
    "multiFlavorVFC",
    "vnfConfiguration",
    "underlayVpn",
    "overlayTunnel",
    "genericNeutronNet"
  ],
  "normative": [
    "root", 
    "compute",
    "softwareComponent",
    "webServer",
    "webApplication",
    "DBMS",
    "database",
    "objectStorage",
    "blockStorage",
    "containerRuntime",
    "containerApplication",
    "loadBalancer",
    "port",
    "network"
  ]
}