diff options
author | Serge Simard <serge@agilitae.com> | 2019-09-16 16:55:59 -0400 |
---|---|---|
committer | Serge Simard <serge@agilitae.com> | 2019-09-17 14:15:23 -0400 |
commit | 828311059c00f50dc76e3fc370968ff377dfd2de (patch) | |
tree | d18e910b81952ddde545d9c1c5d73852d3c18bcd /components | |
parent | 799f04c129b09d29ebd1b87092dea699a4174d11 (diff) |
Updated Remote Ansible component to retrieve all artifacts and logs produced by job/workflow.
Issue-ID: CCSDK-1741
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I83e8bac79977a08d16d5356c0d21af1d7897cfc0
Signed-off-by: Serge Simard <serge@agilitae.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |