Change load configuration paths for modeltype and resourcedicitonary 12/125512/4
authorfarida azmy <farida.azmy.ext@orange.com>
Mon, 1 Nov 2021 13:56:16 +0000 (15:56 +0200)
committerDan Timoney <dtimoney@att.com>
Mon, 29 Nov 2021 18:09:36 +0000 (18:09 +0000)
Issue-ID: CCSDK-3516
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: Ibebff38d43b6e2db6f8a0ec38483a691e3ea3449

ms/blueprintsprocessor/application/src/main/resources/application.properties

index eef45f0..a93d4d4 100755 (executable)
@@ -25,8 +25,8 @@ blueprintsprocessor.blueprintWorkingPath=/opt/app/onap/blueprints/working
 
 # Controller Blueprint Load Configurations
 blueprintsprocessor.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model
-blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type
-blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary
+blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type
+blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary
 
 # CBA file extension
 controllerblueprints.loadCbaExtension=zip
@@ -171,4 +171,4 @@ blueprintprocessor.k8s.plugin.url=http://multicloud-k8s:9015/
 
 #Workflow store configuration
 #workflow Audit request
-blueprintsprocessor.workflow.self-service-api.audit.storeEnable=false
+blueprintsprocessor.workflow.self-service-api.audit.storeEnable=false
\ No newline at end of file