You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ajit Kumar (JIRA)" <ji...@apache.org> on 2016/07/07 07:44:11 UTC

[jira] [Updated] (AMBARI-17599) Autoskip failure for blueprint deployment

     [ https://issues.apache.org/jira/browse/AMBARI-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajit Kumar updated AMBARI-17599:
--------------------------------
    Affects Version/s: 2.4.0
        Fix Version/s: 2.4.0
          Component/s: ambari-server

> 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)