aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/src/test/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources/application.properties')
-rw-r--r--ms/controllerblueprints/application/src/test/resources/application.properties24
1 files changed, 14 insertions, 10 deletions
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