aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-12-03 17:16:59 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-03 17:16:59 +0000
commit7871f10b1c93e938f5f26e7c9545fa422cd58351 (patch)
treecfd6766af8c13657ecd599bac01671260932140d /components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json
parentd578a475277774517207c96772e221e81b6c5d25 (diff)
parentfffa390c47e265c84d5bc755f480cb6d7974d4c5 (diff)
Merge "add toggle variable ansible fire failure to awx function"
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json7
1 files changed, 6 insertions, 1 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 b14d5b28d..125d1ea2f 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
@@ -30,6 +30,11 @@
"required": false,
"type": "string"
},
+ "ansible-fire-failure": {
+ "description": "ansible fire failue status ",
+ "required": false,
+ "type": "boolean"
+ },
"workflow-job-template-id": {
"description": "Primary key (name not supported) of the workflow job template to launch new job.",
"required": false,
@@ -71,4 +76,4 @@
}
},
"derived_from": "tosca.nodes.Component"
-} \ No newline at end of file
+}