From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- .../src/main/resources/AllottedResource.hbm.xml | 52 ------------- .../AllottedResourceCustomization.hbm.xml | 71 ------------------ mso-catalog-db/src/main/resources/ArRecipe.hbm.xml | 62 --------------- .../src/main/resources/HeatEnvironment.hbm.xml | 50 ------------- .../src/main/resources/HeatFiles.hbm.xml | 49 ------------ .../src/main/resources/HeatNestedTemplate.hbm.xml | 38 ---------- .../src/main/resources/HeatTemplate.hbm.xml | 85 --------------------- .../src/main/resources/ModelRecipe.hbm.xml | 87 ---------------------- .../src/main/resources/NetworkRecipe.hbm.xml | 61 --------------- .../src/main/resources/NetworkResource.hbm.xml | 55 -------------- .../resources/NetworkResourceCustomization.hbm.xml | 46 ------------ mso-catalog-db/src/main/resources/Service.hbm.xml | 63 ---------------- .../src/main/resources/ServiceRecipe.hbm.xml | 54 -------------- .../resources/ServiceToAllottedResources.hbm.xml | 41 ---------- .../src/main/resources/ServiceToNetworks.hbm.xml | 41 ---------- .../ServiceToResourceCustomization.hbm.xml | 39 ---------- .../TempNetworkHeatTemplateLookup.hbm.xml | 41 ---------- .../src/main/resources/ToscaCsar.hbm.xml | 45 ----------- mso-catalog-db/src/main/resources/VfModule.hbm.xml | 44 ----------- .../main/resources/VfModuleCustomization.hbm.xml | 59 --------------- .../src/main/resources/VfModuleToHeatFiles.hbm.xml | 36 --------- .../src/main/resources/VnfComponent.hbm.xml | 43 ----------- .../src/main/resources/VnfComponentsRecipe.hbm.xml | 55 -------------- .../src/main/resources/VnfRecipe.hbm.xml | 68 ----------------- .../resources/VnfResCustomToVfModuleCustom.hbm.xml | 39 ---------- .../src/main/resources/VnfResource.hbm.xml | 56 -------------- .../resources/VnfResourceCustomization.hbm.xml | 53 ------------- .../resources/hibernate-catalog-core-mysql.cfg.xml | 65 ---------------- 28 files changed, 1498 deletions(-) delete mode 100644 mso-catalog-db/src/main/resources/AllottedResource.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ArRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/HeatEnvironment.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/HeatFiles.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/HeatTemplate.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/NetworkResource.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/Service.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ServiceToAllottedResources.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ServiceToNetworks.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/TempNetworkHeatTemplateLookup.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/ToscaCsar.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VfModule.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VfModuleCustomization.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfComponent.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfResCustomToVfModuleCustom.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfResource.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml delete mode 100644 mso-catalog-db/src/main/resources/hibernate-catalog-core-mysql.cfg.xml (limited to 'mso-catalog-db/src/main/resources') diff --git a/mso-catalog-db/src/main/resources/AllottedResource.hbm.xml b/mso-catalog-db/src/main/resources/AllottedResource.hbm.xml deleted file mode 100644 index 0c61b5f614..0000000000 --- a/mso-catalog-db/src/main/resources/AllottedResource.hbm.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml deleted file mode 100644 index 2154928a84..0000000000 --- a/mso-catalog-db/src/main/resources/AllottedResourceCustomization.hbm.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml deleted file mode 100644 index a840093561..0000000000 --- a/mso-catalog-db/src/main/resources/ArRecipe.hbm.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - This class describes a AR recipe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/HeatEnvironment.hbm.xml b/mso-catalog-db/src/main/resources/HeatEnvironment.hbm.xml deleted file mode 100644 index b2c94e8776..0000000000 --- a/mso-catalog-db/src/main/resources/HeatEnvironment.hbm.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - This class describes a HEAT Environment - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml deleted file mode 100644 index 5a2c4aa537..0000000000 --- a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml b/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml deleted file mode 100644 index a2c590f563..0000000000 --- a/mso-catalog-db/src/main/resources/HeatNestedTemplate.hbm.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - This class describes a nested HEAT template relationship - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/HeatTemplate.hbm.xml b/mso-catalog-db/src/main/resources/HeatTemplate.hbm.xml deleted file mode 100644 index 2fb64aa20d..0000000000 --- a/mso-catalog-db/src/main/resources/HeatTemplate.hbm.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - This class describes a HEAT template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This class describes an input parameter to a heat template - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml deleted file mode 100644 index 4a0b5fbf2a..0000000000 --- a/mso-catalog-db/src/main/resources/ModelRecipe.hbm.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - This class describes a Model that may be orchestrated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This class describes a Model recipe - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml b/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml deleted file mode 100644 index 9081bb8732..0000000000 --- a/mso-catalog-db/src/main/resources/NetworkRecipe.hbm.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - This class describes a Network recipe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml deleted file mode 100644 index 41e049ad8d..0000000000 --- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - This class describes a Network Resource - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml deleted file mode 100644 index 236da547e2..0000000000 --- a/mso-catalog-db/src/main/resources/NetworkResourceCustomization.hbm.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/Service.hbm.xml b/mso-catalog-db/src/main/resources/Service.hbm.xml deleted file mode 100644 index 2344432056..0000000000 --- a/mso-catalog-db/src/main/resources/Service.hbm.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - This class describes a Service that may be orchestrated - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml b/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml deleted file mode 100644 index bdd54f7832..0000000000 --- a/mso-catalog-db/src/main/resources/ServiceRecipe.hbm.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - This class describes a Service recipe - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/ServiceToAllottedResources.hbm.xml b/mso-catalog-db/src/main/resources/ServiceToAllottedResources.hbm.xml deleted file mode 100644 index dca21886be..0000000000 --- a/mso-catalog-db/src/main/resources/ServiceToAllottedResources.hbm.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - This class describes a Service to Allotted Resource Customization relationship - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/ServiceToNetworks.hbm.xml b/mso-catalog-db/src/main/resources/ServiceToNetworks.hbm.xml deleted file mode 100644 index 5e2caa9840..0000000000 --- a/mso-catalog-db/src/main/resources/ServiceToNetworks.hbm.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - This class describes a Service to a Network Resource Customization relationship - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml deleted file mode 100644 index cd37fc9a99..0000000000 --- a/mso-catalog-db/src/main/resources/ServiceToResourceCustomization.hbm.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - This class describes a Service To Resource Customization - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/TempNetworkHeatTemplateLookup.hbm.xml b/mso-catalog-db/src/main/resources/TempNetworkHeatTemplateLookup.hbm.xml deleted file mode 100644 index 3a00c89523..0000000000 --- a/mso-catalog-db/src/main/resources/TempNetworkHeatTemplateLookup.hbm.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - This class describes a VF Module to HEAT Files Entry - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/ToscaCsar.hbm.xml b/mso-catalog-db/src/main/resources/ToscaCsar.hbm.xml deleted file mode 100644 index 3529620ec9..0000000000 --- a/mso-catalog-db/src/main/resources/ToscaCsar.hbm.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - This class describes a Tosca Csar - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VfModule.hbm.xml b/mso-catalog-db/src/main/resources/VfModule.hbm.xml deleted file mode 100644 index a08e4d1ce2..0000000000 --- a/mso-catalog-db/src/main/resources/VfModule.hbm.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/VfModuleCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VfModuleCustomization.hbm.xml deleted file mode 100644 index eb918501f7..0000000000 --- a/mso-catalog-db/src/main/resources/VfModuleCustomization.hbm.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml deleted file mode 100644 index d2c523e413..0000000000 --- a/mso-catalog-db/src/main/resources/VfModuleToHeatFiles.hbm.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - This class describes a VF Module to HEAT Files Entry - - - - - - - - - - \ No newline at end of file diff --git a/mso-catalog-db/src/main/resources/VnfComponent.hbm.xml b/mso-catalog-db/src/main/resources/VnfComponent.hbm.xml deleted file mode 100644 index c629f00960..0000000000 --- a/mso-catalog-db/src/main/resources/VnfComponent.hbm.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - VnfComponent describes a table of components for a VNF_RESOURCE - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml deleted file mode 100644 index 8bb138a313..0000000000 --- a/mso-catalog-db/src/main/resources/VnfComponentsRecipe.hbm.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - This class describes a VNF Components Recipe - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml b/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml deleted file mode 100644 index 08570708dd..0000000000 --- a/mso-catalog-db/src/main/resources/VnfRecipe.hbm.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - This class describes a VNF Recipe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VnfResCustomToVfModuleCustom.hbm.xml b/mso-catalog-db/src/main/resources/VnfResCustomToVfModuleCustom.hbm.xml deleted file mode 100644 index f07af814cb..0000000000 --- a/mso-catalog-db/src/main/resources/VnfResCustomToVfModuleCustom.hbm.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - This class maps two UUIDs - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml b/mso-catalog-db/src/main/resources/VnfResource.hbm.xml deleted file mode 100644 index 03d1de544c..0000000000 --- a/mso-catalog-db/src/main/resources/VnfResource.hbm.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - This class describes a VNF Resource - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml deleted file mode 100644 index 78ed9c5ff6..0000000000 --- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - This class describes a VNF Resource Customization - - - - - - - - - - - - - - - - - - - - - - diff --git a/mso-catalog-db/src/main/resources/hibernate-catalog-core-mysql.cfg.xml b/mso-catalog-db/src/main/resources/hibernate-catalog-core-mysql.cfg.xml deleted file mode 100644 index dd470a5442..0000000000 --- a/mso-catalog-db/src/main/resources/hibernate-catalog-core-mysql.cfg.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - org.hibernate.dialect.MySQL5Dialect - false - true - java:jboss/datasources/mso-catalog - 5 - 50 - 1800 - 50 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg