From ea1c8b477e615f4dd45204b221fe7eacfe5474af Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 20 Jun 2022 22:27:19 +0200 Subject: Aligned attributes of CDS components Issue-ID: CCSDK-3698 Signed-off-by: Lukasz Rajewski Change-Id: Ie5c78a9a347373b5faf588627e42138806d69c0c --- .../node_type/component-remote-ansible-executor.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json') diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json index 125d1ea2f..7b90c4729 100644 --- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json +++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json @@ -70,6 +70,18 @@ "required": true, "type": "string" } + }, + "outputs": { + "response-data": { + "description": "Execution Response Data.", + "required": false, + "type": "string" + }, + "status": { + "description": "Status of the Component Execution ( success or failure )", + "required": true, + "type": "string" + } } } } -- cgit 1.2.3-korg