From 828311059c00f50dc76e3fc370968ff377dfd2de Mon Sep 17 00:00:00 2001 From: Serge Simard Date: Mon, 16 Sep 2019 16:55:59 -0400 Subject: Updated Remote Ansible component to retrieve all artifacts and logs produced by job/workflow. Issue-ID: CCSDK-1741 Signed-off-by: Serge Simard Change-Id: I83e8bac79977a08d16d5356c0d21af1d7897cfc0 Signed-off-by: Serge Simard --- .../starter-type/node_type/component-remote-ansible-executor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/model-catalog/definition-type/starter-type') 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 f5d9d3f7a..b14d5b28d 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 @@ -10,7 +10,7 @@ "required": true, "type": "string" }, - "response-data": { + "ansible-artifacts": { "required": false, "type": "json" } @@ -27,7 +27,7 @@ "inputs": { "job-template-name": { "description": "Primary key or name of the job template to launch new job.", - "required": true, + "required": false, "type": "string" }, "workflow-job-template-id": { -- cgit 1.2.3-korg