summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-11-01 15:56:16 +0200
committerDan Timoney <dtimoney@att.com>2021-11-29 18:09:36 +0000
commit09710d9346393edb3c7ee39f5eccc409a91d547b (patch)
tree9e8162be3823f73b943f0bcba678942c80a53a8c /ms
parent037e7dccf4fbf483f4504e91cfc74d823a2b026e (diff)
Change load configuration paths for modeltype and resourcedicitonary
Issue-ID: CCSDK-3516 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ibebff38d43b6e2db6f8a0ec38483a691e3ea3449
Diffstat (limited to 'ms')
-rwxr-xr-xms/blueprintsprocessor/application/src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
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