summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-19 00:10:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-19 00:10:59 +0000
commit0aab720504b3b4e26e412cb228e9c2ffa2f4a9b3 (patch)
tree3f5f3ed008586e273fce51b5c5f4b6fb6bd82019 /components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
parent83f51950dd6934ee404bc452bfa0ff80a938bb52 (diff)
parent01cbd5c7ea7b554f229ff3735d5352038f8b4419 (diff)
Merge "Add support to command to execute for remote python"
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json5
1 files changed, 5 insertions, 0 deletions
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"
}
}
}