Merge "Refactoring of module in onboarding"
[sdc.git] / catalog-be / src / main / resources / scripts / import / tosca / typesToUpgrade.json
1 {
2   "heat": [
3     "globalNetwork",
4     "globalPort",
5     "globalCompute",
6     "volume",
7     "cinderVolume",
8     "contrailVirtualNetwork",
9     "neutronNet",
10     "neutronPort",
11     "novaServer",
12     "extVl",
13     "internalVl",
14     "extCp",
15     "vl",
16     "eline",
17     "abstractSubstitute",
18     "Generic_VFC", 
19     "Generic_VF",
20     "Generic_PNF",
21     "Generic_Service",
22     "contrailNetworkRules",
23     "contrailPort",
24     "contrailV2NetworkRules",
25     "contrailV2VirtualNetwork",
26     "securityRules",
27     "contrailAbstractSubstitute",
28     "contrailCompute",
29     "contrailV2VirtualMachineInterface",
30     "subInterface",
31     "contrailV2VLANSubInterface",
32     "multiFlavorVFC",
33     "vnfConfiguration",
34     "underlayVpn",
35     "overlayTunnel",
36     "genericNeutronNet"
37   ],
38   "normative": [
39     "root", 
40     "compute",
41     "softwareComponent",
42     "webServer",
43     "webApplication",
44     "DBMS",
45     "database",
46     "objectStorage",
47     "blockStorage",
48     "containerRuntime",
49     "containerApplication",
50     "loadBalancer",
51     "port",
52     "network"
53   ]
54 }