From 7024df41608320de85ebd3c27c81be1b8706826b Mon Sep 17 00:00:00 2001 From: Julien Fontaine Date: Fri, 5 Jun 2020 09:34:19 -0400 Subject: Add property enabling the py-executor component Issue-ID: CCSDK-2414 Signed-off-by: Julien Fontaine Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951 (cherry picked from commit a0aae63297e64016db2a441c23240849ebf4f2f2) --- .../cds-blueprints-processor/resources/config/application.properties | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg