From b93bdeef411a1593060852da641475a65b3e9f64 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 12 Apr 2019 17:13:02 -0400 Subject: Add remote scripts cba Change-Id: Icc11ed1f2e229c92a7b46611087bb868ccd265b4 Issue-ID: CCSDK-1215 Signed-off-by: Brinda Santh --- .../starter-type/node_type/component-remote-python-executor.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'components/model-catalog/definition-type/starter-type/node_type') diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json index df2095c7c..25ada665a 100644 --- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json +++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json @@ -1,5 +1,5 @@ { - "description": "This is Jython Execution Component.", + "description": "This is Remote Python Execution Component.", "version": "1.0.0", "capabilities": { "component-node": { @@ -14,7 +14,8 @@ "endpoint-selector": { "description": "Remote Container or Server selector name.", "required": false, - "type": "string" + "type": "string", + "default": "default" }, "dynamic-properties": { "description": "Dynamic Json Content or DSL Json reference.", -- cgit 1.2.3-korg