diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-08-13 19:35:51 +0000 |
---|---|---|
committer | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-08-13 19:37:19 +0000 |
commit | 1c295b3b6d7bed2f8d6268a16d748838a6450475 (patch) | |
tree | 9f1b7dec981d8e966a66b66b551926555cdcdcd2 | |
parent | a3a05b55e7eb3f6611dac87c49754de760f8508f (diff) |
Enable intial load in CDS Blueprint Processor
Issue-ID: OOM-2056
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I4e2aba5883f6cc9637dab49a21a357a4bd5f3191
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 8 |
1 files changed, 4 insertions, 4 deletions
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 |