Ajit Kumar created AMBARI-17599:
-----------------------------------
Summary: Autoskip failure for blueprint deployment
Key: AMBARI-17599
URL: https://issues.apache.org/jira/browse/AMBARI-17599
Project: Ambari
Issue Type: Task
Reporter: Ajit Kumar
Assignee: Ajit Kumar
Add support for auto skipping failure for blueprint deployments.
Currently if a cluster deployment is scheduled and any install/start task
fails, all other queued tasks are cancelled. Ideally it should be possible for
user to pass a flag to skip failures for best effort deployment instead of
failing fast on error.
While creating a blueprint json, user can provide deployment settings as
follows :
{code}
"settings" : [
{
"deployment_settings" : [{
"skip_failure" : "true"
}]
}
]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)