From dd598e9ace085687a0d85f5a36640a449ffa4674 Mon Sep 17 00:00:00 2001 From: ssteve Date: Tue, 26 Feb 2019 17:43:33 -0500 Subject: [PATCH] Fix ControllerBlueprints Chart Change-Id: I182ec361b16ce037871534e16b07a9057684864e Issue-ID: CCSDK-957 Signed-off-by: ssteve --- .../controller-blueprints/resources/config/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/common/controller-blueprints/resources/config/application.properties b/kubernetes/common/controller-blueprints/resources/config/application.properties index 69dd54c2c6..7eec7f9115 100755 --- a/kubernetes/common/controller-blueprints/resources/config/application.properties +++ b/kubernetes/common/controller-blueprints/resources/config/application.properties @@ -59,11 +59,11 @@ controllerblueprints.blueprintEnrichmentPath=/etc/blueprints/enrichment # blueprints.load.initial-data may be overridden by ENV variables controllerblueprints.loadInitialData={{ .Values.config.initDataLoad }} controllerblueprints.loadBluePrint=true -controllerblueprints.loadBluePrintPaths=/opt/model-catalog/blueprint-model/service-blueprint +controllerblueprints.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint controllerblueprints.loadModelType=true -controllerblueprints.loadModeTypePaths=/opt/model-catalog/definition-type/starter-type +controllerblueprints.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type controllerblueprints.loadResourceDictionary=true -controllerblueprints.loadResourceDictionaryPaths=/opt/model-catalog/resource-dictionary/starter-dictionary +controllerblueprints.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary # CBA file extension controllerblueprints.loadCbaExtension=zip -- 2.16.6