-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27206/
-----------------------------------------------------------

(Updated Nov. 8, 2014, 6:37 p.m.)


Review request for Ambari, dilli dorai, Jaimin Jetly, John Speidel, Nate Cole, 
and Yusaku Sako.


Changes
-------

Updates to support new requirements:
* No longer (officially) supporting managed KDC server
* Configuration files are built using Jinja templates
* Better support for wizard UI
* Service check / smoke test is available - attempts to kinit with test 
principal and either password or keytab


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

Reply via email to