[
https://issues.apache.org/jira/browse/AMBARI-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajit Kumar updated AMBARI-17599:
--------------------------------
Attachment: rb49691.patch
> Autoskip failure for blueprint deployment
> -----------------------------------------
>
> Key: AMBARI-17599
> URL: https://issues.apache.org/jira/browse/AMBARI-17599
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Ajit Kumar
> Assignee: Ajit Kumar
> Fix For: 2.4.0
>
> Attachments: rb49691.patch
>
>
> 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)