summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json')
-rw-r--r--catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json32
1 files changed, 30 insertions, 2 deletions
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json b/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
index 1ef72856a4..ffda46e042 100644
--- a/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
+++ b/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
@@ -1,7 +1,35 @@
{
"heat": [
- "Generic_PNF"
+ "AbstractSubstitute",
+ "cinderVolume",
+ "contrailAbstractSubstitute",
+ "contrailCompute",
+ "contrailNetworkRules",
+ "contrailPort",
+ "contrailV2NetworkRules",
+ "contrailV2VirtualMachineInterface",
+ "contrailVirtualNetwork",
+ "contrailV2VLANSubInterface",
+ "contrailV2VLANSubInterfaceV2",
+ "contrailVirtualNetwork",
+ "extContrailCP",
+ "extCp",
+ "extNeutronCP",
+ "extVirtualMachineInterfaceCP",
+ "extVl",
+ "forwardingPath",
+ "Generic_PNF",
+ "Generic_Service",
+ "Generic_VF",
+ "Generic_VFC",
+ "globalCompute",
+ "globalPort",
+ "neutronNet",
+ "neutronPort",
+ "novaServer",
+ "securityRules"
],
"normative": [
+ "loadBalancer"
]
-} \ No newline at end of file
+}