diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-17 20:49:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-17 20:49:29 +0000 |
commit | 96439fd45f758c8d1795e2836e3486ade3d6507a (patch) | |
tree | 292c8c0b390e41f147db527c09940ebf7389b0c8 /ms/controllerblueprints/application/src/test/resources | |
parent | c0e266ad837030b4032bd4a08b61e15852dfc5b7 (diff) | |
parent | 6de2171cd73873d5d2f5252e7238cb8d31aca806 (diff) |
Merge "Add multiple path load service."
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources')
-rw-r--r-- | ms/controllerblueprints/application/src/test/resources/application.properties | 24 |
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 |