You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2015/08/14 16:23:46 UTC

[jira] [Created] (AMBARI-12772) Adding host via blueprint fails on secure cluster

Robert Levas created AMBARI-12772:
-------------------------------------

             Summary: Adding host via blueprint fails on secure cluster
                 Key: AMBARI-12772
                 URL: https://issues.apache.org/jira/browse/AMBARI-12772
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Robert Levas
            Assignee: Robert Levas
            Priority: Critical
             Fix For: 2.1.2


*STR*
Install cluster via blueprints
Enable Kerberos security
Add host via blueprints

*Result*
Adding hosts freeze forever
In ambari-server.log:
{code}
The KDC administrator credentials must be set in session by updating the relevant Cluster resource.This may be done by issuing a PUT to the api/v1/clusters/(cluster name) API entry point with the following payload:
{
  "session_attributes" : {
    "kerberos_admin" : {"principal" : "(PRINCIPAL)", "password" : "(PASSWORD)"}
  }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)