From 09710d9346393edb3c7ee39f5eccc409a91d547b Mon Sep 17 00:00:00 2001 From: farida azmy Date: Mon, 1 Nov 2021 15:56:16 +0200 Subject: Change load configuration paths for modeltype and resourcedicitonary Issue-ID: CCSDK-3516 Signed-off-by: farida azmy Change-Id: Ibebff38d43b6e2db6f8a0ec38483a691e3ea3449 --- .../application/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ms/blueprintsprocessor/application') diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index eef45f052..a93d4d428 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -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 -- cgit 1.2.3-korg