You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/10/12 21:19:00 UTC

[jira] [Commented] (AMBARI-22224) host and hostname built-in variables are not populated when performing Kerberos-related operations

    [ https://issues.apache.org/jira/browse/AMBARI-22224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202638#comment-16202638 ] 

Hudson commented on AMBARI-22224:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #377 (See [https://builds.apache.org/job/Ambari-branch-2.6/377/])
AMBARI-22224. host and hostname built-in variables are not populated (rlevas: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f41d8359c9df9b78d004b8b14e9e834b2fc5c76b])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/PreconfigureKerberosAction.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerActionTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerAction.java


> host and hostname built-in variables are not populated when performing Kerberos-related operations
> --------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-22224
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22224
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>              Labels: kerberos, kerberos_descriptor
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-22224_branch-2.6_01.patch, AMBARI-22224_trunk_01.patch
>
>
> The host and hostname built-in variables are not populated when performing Kerberos-related operations.  These variables may be used like 
> {code}
> service-${host}
> {code}
> If the current host being processed is host1.example.com, the value should be converted to
> {code}
> service-host1.example.com
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)