Controller Blueprints Microservice
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Mon, 12 Nov 2018 20:08:40 +0000 (15:08 -0500)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Mon, 12 Nov 2018 20:08:40 +0000 (15:08 -0500)
Add blueprint multiple import file capability.

Change-Id: If57aecb08447252b0e84a7e55b081e682d6a0bbd
Issue-ID: CCSDK-681
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/DataBaseInitService.java

index 92fe8de..a4eb2ae 100644 (file)
@@ -105,7 +105,8 @@ public class DataBaseInitService {
 \r
         loadModelType();\r
         loadResourceDictionary();\r
-        loadBlueprints();\r
+        // TODO("Enable after Multi file Service Template Repository implementation in place")\r
+        //loadBlueprints();\r
     }\r
 \r
     private void loadModelType() {\r