From 6de2171cd73873d5d2f5252e7238cb8d31aca806 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Fri, 14 Dec 2018 20:38:44 -0500 Subject: Add multiple path load service. Change-Id: Ib2e5f60663991d097b7446106bb883a45db1bdb8 Issue-ID: CCSDK-746 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- .../src/test/resources/application.properties | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'ms/controllerblueprints/application/src/test') diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index 0e878976..48f70b0e 100644 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -32,14 +32,18 @@ swagger.contact.name=Brinda Santh Muthuramalingam swagger.contact.url=www.onap.com swagger.contact.email=brindasanth@onap.com -#Load Blueprints -# blueprints.load.initial-data may be overridden by ENV variables -blueprints.load.initial-data=true -load.dataTypePath=./../../../components/model-catalog/definition-type/starter-type/data_type -load.nodeTypePath=./../../../components/model-catalog/definition-type/starter-type/node_type -load.artifactTypePath=./../../../components/model-catalog/definition-type/starter-type/artifact_type -load.resourceDictionaryPath=./../../../components/model-catalog/resource-dictionary/starter-dictionary -load.blueprintsPath=./../../../components/model-catalog/blueprint-model/starter-blueprint - # Load Resource Source Mappings -resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest \ No newline at end of file +resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest + +# Controller Blueprints Core Configuration +controllerblueprints.blueprintDeployPath=./target/blueprints/deploy +controllerblueprints.blueprintArchivePath=./target/blueprints/archive +controllerblueprints.blueprintEnrichmentPath=./target/blueprints/enrichment +# Controller Blueprint Load Configurations +controllerblueprints.loadInitialData=false +controllerblueprints.loadBluePrint=false +controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/blueprint-model/starter-blueprint +controllerblueprints.loadModelType=false +controllerblueprints.loadModeTypePaths=./../../../../components/model-catalog/definition-type/starter-type +controllerblueprints.loadResourceDictionary=false +controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary \ No newline at end of file -- cgit 1.2.3-korg