[
https://issues.apache.org/jira/browse/AMBARI-22699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16311472#comment-16311472
]
Hadoop QA commented on AMBARI-22699:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12904610/AMBARI-22699.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 core tests{color}. The test build failed in
[ambari-web|https://builds.apache.org/job/Ambari-trunk-test-patch/12920//artifact/patch-work/testrun_ambari-web.txt]
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/12920//console
This message is automatically generated.
> Update FE to initiate regenerate keytab file operations for a service and a
> host
> --------------------------------------------------------------------------------
>
> Key: AMBARI-22699
> URL: https://issues.apache.org/jira/browse/AMBARI-22699
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 3.0.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Fix For: 3.0.0
>
> Attachments: AMBARI-22699.patch
>
>
> Update FE to initiate regenerate keytab file operations for a service and a
> host.
> An option needs to be added to the Actions menu of a service to regenerate
> all keytab file for that service. The Ambari REST API call to initiate this
> is:
> {code}
> PUT
> /api/v1/clusters/CLUSTERNAME?regenerate_keytabs=all®enerate_components=SERVICENAME:*
> {
> "Clusters": {
> "security_type" : "KERBEROS"
> }
> }
> {code}
> NOTE: CLUSTERNAME and SERVICENAME need to be replaced with the appropriate
> values.
> An option needs to be added to the Host Actions menu of a host to regenerate
> all keytab file for that host. The Ambari REST API call to initiate this is:
> {code}
> PUT
> /api/v1/clusters/CLUSTERNAME?regenerate_keytabs=all®enerate_hosts=HOSTNAME:*
> {
> "Clusters": {
> "security_type" : "KERBEROS"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)