diff options
author | Julien Fontaine <julien.fontaine@bell.ca> | 2020-06-05 09:34:19 -0400 |
---|---|---|
committer | Julien Fontaine <julien.fontaine@bell.ca> | 2020-06-05 09:57:47 -0400 |
commit | a0aae63297e64016db2a441c23240849ebf4f2f2 (patch) | |
tree | c868dd2db445f303efca28ab5a7bf1cd510fe6bd /kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | |
parent | 83ba0bb4bfe3978f0b0ba7c251ed28fc6686c20b (diff) |
Add property enabling the py-executor component
Issue-ID: CCSDK-2414
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties')
-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 |