From: Abdelmuhaimen Seaudi Date: Tue, 13 Aug 2019 19:35:51 +0000 (+0000) Subject: Enable intial load in CDS Blueprint Processor X-Git-Tag: 5.0.1-ONAP~138^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1c295b3b6d7bed2f8d6268a16d748838a6450475;p=oom.git Enable intial load in CDS Blueprint Processor Issue-ID: OOM-2056 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: I4e2aba5883f6cc9637dab49a21a357a4bd5f3191 --- diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index 02fe7b68a5..27d9663bd6 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -25,12 +25,12 @@ controllerblueprints.blueprintWorkingPath=/opt/app/onap/blueprints/working # Controller Blueprint Load Configurations # blueprints.load.initial-data may be overridden by ENV variables -controllerblueprints.loadInitialData=false -controllerblueprints.loadBluePrint=false +controllerblueprints.loadInitialData=true +controllerblueprints.loadBluePrint=true controllerblueprints.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint -controllerblueprints.loadModelType=false +controllerblueprints.loadModelType=true controllerblueprints.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type -controllerblueprints.loadResourceDictionary=false +controllerblueprints.loadResourceDictionary=true controllerblueprints.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary # CBA file extension