summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Fontaine <julien.fontaine@bell.ca>2020-06-05 09:34:19 -0400
committerYuriy Malakov <Yuriy.Malakov@att.com>2020-06-18 01:45:20 +0000
commit7024df41608320de85ebd3c27c81be1b8706826b (patch)
treec70d137155790fac16d368ff029a99359bc9e2aa
parente42f912e3cd3aa6471890833e622284c6853073b (diff)
Add property enabling the py-executor component
Issue-ID: CCSDK-2414 Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca> Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951 (cherry picked from commit a0aae63297e64016db2a441c23240849ebf4f2f2)
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties2
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