[
https://issues.apache.org/jira/browse/AMBARI-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537325#comment-14537325
]
Hudson commented on AMBARI-11025:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2560 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2560/])
AMBARI-11025. manual kerb is installing kerb packages + overwriting krb5.conf.
(rlevas via yusaku) (yusaku:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c415528d495bc89b3e0399289f02fdf13b74475a)
* ambari-web/app/routes/add_kerberos_routes.js
* ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
* ambari-web/app/controllers/main/admin/kerberos/step2_controller.js
> Kerberos: manual kerb is installing kerb packages + overwriting krb5.conf
> -------------------------------------------------------------------------
>
> Key: AMBARI-11025
> URL: https://issues.apache.org/jira/browse/AMBARI-11025
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Labels: kerberos, kerberos-wizard
> Fix For: 2.1.0
>
> Attachments: AMBARI-11025_01.patch
>
>
> enable kerb, select manual kerb option.
> As first task inStop Services, it's performing kerb client install, which is
> installs 1) kerb packages + 2) overwriting my krb5.conf (shouldn't do either
> of these since this is a manual kerb).
> {code}
> 2015-05-05 19:09:31,878 - Skipping installation of existing package
> krb5-workstation
> 2015-05-05 19:09:31,882 - Directory['/etc'] {'owner': 'root', 'group':
> 'root', 'mode': 0755, 'recursive': True}
> 2015-05-05 19:09:32,030 - File['/etc/krb5.conf'] {'owner': 'root', 'content':
> Template('krb5_conf.j2'), 'group': 'root', 'mode': 0644}
> 2015-05-05 19:09:32,206 - Writing File['/etc/krb5.conf'] because contents
> don't match
> 2015-05-05 19:09:32,491 - Execute['ambari-sudo.sh -H -E touch
> /var/lib/ambari-agent/data/hdp-select-set-all.performed ; ambari-sudo.sh
> /usr/bin/hdp-select set all `ambari-python-wrap /usr/bin/hdp-select versions
> | grep ^2.2 | tail -1`'] {'not_if': 'test -f
> /var/lib/ambari-agent/data/hdp-select-set-all.performed', 'only_if': 'ls -d
> /usr/hdp/2.2*'}
> 2015-05-05 19:09:32,553 - Skipping Execute['ambari-sudo.sh -H -E touch
> /var/lib/ambari-agent/data/hdp-select-set-all.performed ; ambari-sudo.sh
> /usr/bin/hdp-select set all `ambari-python-wrap /usr/bin/hdp-select versions
> | grep ^2.2 | tail -1`'] due to not_if
> 2
> {code}
> *Solution*
> The wizard needs to set the following configurations when "Manual" is
> selected:
> {{kerberos-env/manage_identities}} = "false"
> {{kerberos-env/install_packages}} = "false"
> {{krb5-conf/manage_krb5_conf}} = "false"
> {{kerberos-env/kdc-type}} = "none"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)