diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-18 17:24:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-18 17:24:06 +0000 |
commit | a1f447c4398bf6edb1742a39193f1ac1d8925c7b (patch) | |
tree | 6b0c2c27a889ef238c4af27d57dfe0ddbf6eea70 /components | |
parent | 7f48f7ffe672a307a931465b33a964482593d345 (diff) | |
parent | 828311059c00f50dc76e3fc370968ff377dfd2de (diff) |
Merge "Updated Remote Ansible component to retrieve all artifacts and logs produced by job/workflow."
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": { |