From 01cbd5c7ea7b554f229ff3735d5352038f8b4419 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 16 Apr 2019 12:13:32 -0400 Subject: Add support to command to execute for remote python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I043ea301faf87fb487204180a3294de0a76d3543 Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët --- .../starter-type/node_type/component-remote-python-executor.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'components/model-catalog/definition-type/starter-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 9c3c90ba8..99a4dd8dc 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 @@ -27,6 +27,11 @@ "description": "Dynamic Json Content or DSL Json reference.", "required": false, "type": "json" + }, + "command": { + "description": "Command to execute.", + "required": true, + "type": "string" } } } -- cgit 1.2.3-korg