From 19dfd637dd3888b2f986d9e3543c34ff7dc6b4aa Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Thu, 15 Aug 2019 21:42:50 -0400 Subject: Wrapper functions for placing output responseData and Status Issue-ID: CCSDK-1625 Change-Id: I80e6c0d8f04df3a05d9bfc230addda5f0501b1b1 Signed-off-by: Steve Siani --- .../starter-type/node_type/component-remote-ansible-executor.json | 4 ++++ 1 file changed, 4 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 498db8246..508380c91 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 @@ -9,6 +9,10 @@ "ansible-command-logs": { "required": true, "type": "string" + }, + "response-data": { + "required": false, + "type": "json" } }, "capabilities": { -- cgit 1.2.3-korg