summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/src/test/resources/application.properties
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-19 00:03:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 00:03:50 +0000
commit0e71bb35c7c2a6697216ea0ed203849400c46409 (patch)
tree02e7a4a18ca6eb95b15efc359cc363b4c2a136fd /ms/blueprintsprocessor/application/src/test/resources/application.properties
parent1e7aa69376ee082cc85f1e22f27763cdbb0c0be3 (diff)
parentbc95a55c61685694a930d659bef336989a04df2f (diff)
Merge "Add grpc execution service"
Diffstat (limited to 'ms/blueprintsprocessor/application/src/test/resources/application.properties')
-rw-r--r--ms/blueprintsprocessor/application/src/test/resources/application.properties10
1 files changed, 8 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/application/src/test/resources/application.properties b/ms/blueprintsprocessor/application/src/test/resources/application.properties
index 307850547..7e462f25d 100644
--- a/ms/blueprintsprocessor/application/src/test/resources/application.properties
+++ b/ms/blueprintsprocessor/application/src/test/resources/application.properties
@@ -37,5 +37,11 @@ blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect
blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints
blueprints.processor.functions.python.executor.modulePaths=/opt/app/onap/scripts/jython/ccsdk_blueprints
-security.user.password: {bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
-security.user.name: ccsdkapps
+security.user.password:{bcrypt}$2a$10$duaUzVUVW0YPQCSIbGEkQOXwafZGwQ/b32/Ys4R1iwSSawFgz7QNu
+security.user.name:ccsdkapps
+
+# Executor Options
+blueprintprocessor.resourceResolution.enabled=true
+blueprintprocessor.netconfExecutor.enabled=true
+blueprintprocessor.restConfExecutor.enabled=true
+blueprintprocessor.remoteScriptCommand.enabled=false