[
https://issues.apache.org/jira/browse/AMBARI-15008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144849#comment-15144849
]
Hudson commented on AMBARI-15008:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.2 #329 (See
[https://builds.apache.org/job/Ambari-branch-2.2/329/])
AMBARI-15008. Use force_toggle_kerberos directive when retrying enable (hiveww:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d5412a54f6b2e153ed0a12f88d4428a5ca13bc81])
* ambari-web/app/utils/ajax/ajax.js
* ambari-web/app/controllers/main/admin/kerberos/step7_controller.js
> Use force_toggle_kerberos directive when retrying enable Kerberos on failure
> ----------------------------------------------------------------------------
>
> Key: AMBARI-15008
> URL: https://issues.apache.org/jira/browse/AMBARI-15008
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.2.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Fix For: 2.2.2
>
> Attachments: AMBARI-15008.patch
>
>
> Use {{force_toggle_kerberos directive}} when retrying enable Kerberos on
> failure rather than disabling and then re-enabling Kerberos.
> This occurs in the _Enable Kerberos Wizard_ if a failure occurs on the
> "Enable Kerberos" page and the _retry_ button_ is clicked.
> *Note*: to simulate an error condition on this step, stop the KDC (krb5kdc)
> and admin (kadmin) servers before transitioning to the "Enable Kerberos" page
> from the "Configure Identities" page in the "Enable Kerberos" wizard.
> To force a retry of enabling Kerberos, the following API call should be made:
> {code}
> PUT /api/v1/clusters/CLUSTER_NAME?force_toggle_kerberos=true
> {
> "Clusters" : {
> "security_type" : "KERBEROS"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)