----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34216/ -----------------------------------------------------------
(Updated May 14, 2015, 6:58 p.m.) Review request for Ambari, Robert Levas and Sumit Mohanty. Changes ------- Discovered alerts.json isn't correct during end-to-end test Bugs: https://issues.apache.org/jira/browse/AMBARI-10884 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/AMBARI-10884 Repository: ambari Description ------- Updated kerberos.json and package scripts to support the enablement of the Atlas server security features when a cluster is "kerberized". I changed the service check to leverage 'curl' so that it could be used in conjunction with a 'kinit' invocation during the execution of a service check. Diffs (updated) ----- ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json 7202950 ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json 210f414 ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata.py 61cdec4 ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata_server.py 2484315 ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py 8401a5d ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/service_check.py 1ecb795 ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/status_params.py aa7f614 ambari-server/src/test/python/stacks/2.3/ATLAS/test_metadata_server.py 6f1377b Diff: https://reviews.apache.org/r/34216/diff/ Testing ------- Ambari unit tests. Deployed a cluster to local VMs, subsequently enabled kerberos and tested the security check. As this review progresses I will be performing the following test: - Launch an unsecured cluster - Ensure Atlas server comes up and its service check works in an unsecured cluster. - Secure the cluster. - Ensure the appropriate settings are persisted for the Atlas server and it restarts. - Make sure the service check works in a secured environment. - Thanks, Jonathan Maron
