-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27206/
-----------------------------------------------------------
(Updated Nov. 9, 2014, 7:24 p.m.)
Review request for Ambari, dilli dorai, Jaimin Jetly, John Speidel, Nate Cole,
and Yusaku Sako.
Changes
-------
Added ability to test kinit using either the smoke test user credentials or the
supplied test user credentials. The preference is to use the smoke test user,
but if details or the keytab file are not available, the supplied test
credentials (from the krb-conf configuration set) will be used.
Bugs: AMBARI-7448
https://issues.apache.org/jira/browse/AMBARI-7448
Repository: ambari
Description
-------
Create a service to manage the (optional) Kerberos server (managed KDC) and
client components in the HDP 2.2 stack.
See [Ambari Cluster Kerberization Technical
Document](https://issues.apache.org/jira/secure/attachment/12671235/AmbariClusterKerberization.pdf)
for more information.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/Role.java 2de7ade
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/configuration/kadm5-acl.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/configuration/kdc-conf.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/configuration/krb5-conf.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/metainfo.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/kerberos_client.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/kerberos_common.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/kerberos_server.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/params.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/service_check.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/scripts/utils.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/templates/kadm5_acl.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/templates/kdc_conf.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.2/services/KERBEROS/package/templates/krb5_conf.j2
PRE-CREATION
ambari-server/src/test/java/org/apache/ambari/server/api/services/KerberosServiceMetaInfoTest.java
PRE-CREATION
ambari-server/src/test/python/stacks/2.2/KERBEROS/test_kerberos_client.py
PRE-CREATION
ambari-server/src/test/python/stacks/2.2/KERBEROS/test_kerberos_server.py
PRE-CREATION
ambari-server/src/test/python/stacks/2.2/KERBEROS/use_cases.py PRE-CREATION
Diff: https://reviews.apache.org/r/27206/diff/
Testing
-------
Added new unit test -
`org.apache.ambari.server.api.services.KerberosServiceMetaInfoTest`
Thanks,
Robert Levas