diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-09 11:44:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-09 11:44:35 +0000 |
commit | d5ac2aa73d94ca974309392249c27876de08c320 (patch) | |
tree | 1abca4020c90357036b5867fa66bca69200810cc /kubernetes | |
parent | 9819498df1925dc632301d4222cf36488c84f611 (diff) | |
parent | 7024df41608320de85ebd3c27c81be1b8706826b (diff) |
Merge "Add property enabling the py-executor component" into frankfurt
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 2 |
1 files changed, 2 insertions, 0 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 05ac61cf57..453f906101 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -127,6 +127,8 @@ blueprintsprocessor.netconfExecutor.enabled=true blueprintsprocessor.restConfExecutor.enabled=true blueprintsprocessor.cliExecutor.enabled=true blueprintsprocessor.remoteScriptCommand.enabled=true +## Enable py-executor +blueprintsprocessor.streamingRemoteExecution.enabled=true # Used in Health Check blueprintsprocessor.messageproducer.self-service-api.type=kafka-basic-auth |