aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type
diff options
context:
space:
mode:
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-03 16:44:44 +0200
committerShaaban Ebrahim <shaaban.eltanany.ext@orange.com>2020-12-14 13:26:24 +0000
commit58004522ca8cbcf0adaceb5c69bc6ee12737d809 (patch)
treead0a4aa4391864ba6845b7f3a782a131e53de57e /components/model-catalog/definition-type/starter-type/node_type
parent10be5cfcdf61fd206746a713e7cb0aab22dd610b (diff)
add toggle variable ansible fire failure to awx function
Issue-ID: CCSDK-2366 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I42b757c206c6d420ffa289cbe9e6c2b4dbf22b20 (cherry picked from commit fffa390c47e265c84d5bc755f480cb6d7974d4c5)
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type')
-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
+}