-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54484/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Sid Wagle, and Vitalyi
Brodetskyi.
Bugs: AMBARI-18737
https://issues.apache.org/jira/browse/AMBARI-18737
Repository: ambari
Description
-------
Using multiple Ambari Agents per Host, each will need its unique /etc/security
folder inside its home directory. In order to Kerberize the PERF stack, we will
need to install an actual KDC and have the services actually kinit with their
principals and keytabs.
Because the PERF stack will not actually install any packages, it may have to
create user accounts.
The goal is to be able to run the Kerberos Wizard.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/script/dummy.py
2a48de3
ambari-server/src/main/resources/stacks/PERF/1.0/configuration/cluster-env.xml
7d6dac4
ambari-server/src/main/resources/stacks/PERF/1.0/kerberos.json PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/GRUMPY/configuration/grumpy-site.xml
7952789
ambari-server/src/main/resources/stacks/PERF/1.0/services/GRUMPY/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/GRUMPY/package/scripts/dwarf.py
cf4206c
ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/configuration/happy-site.xml
67762a5
ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/HAPPY/package/scripts/dwarf.py
b86c4c7
ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/package/scripts/hbase_master.py
7ea42ab
ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/package/scripts/hbase_regionserver.py
a866715
ambari-server/src/main/resources/stacks/PERF/1.0/services/HBASE/package/scripts/phoenix_queryserver.py
9cf3cec
ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/package/scripts/datanode.py
36edc31
ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/package/scripts/journalnode.py
1ad13b7
ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/package/scripts/namenode.py
ded09cb
ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/package/scripts/nfsgateway.py
ab9855d
ambari-server/src/main/resources/stacks/PERF/1.0/services/HDFS/package/scripts/snamenode.py
8815aa3
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/kerberos-env.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/configuration/krb5-conf.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/metainfo.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/kerberos_client.py
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/kerberos_common.py
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/service_check.py
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/status_params.py
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/scripts/utils.py
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/KERBEROS/package/templates/krb5_conf.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/configuration/sleepy-site.xml
67762a5
ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/SLEEPY/package/scripts/dwarf.py
370d03d
ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/configuration/snow-site.xml
67762a5
ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/SNOW/package/scripts/snow_white.py
41bfa8a
ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/package/scripts/application_timeline_server.py
4b32de7
ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/package/scripts/historyserver.py
cba85b5
ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/package/scripts/nodemanager.py
883c3ad
ambari-server/src/main/resources/stacks/PERF/1.0/services/YARN/package/scripts/resourcemanager.py
7f80077
ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/kerberos.json
PRE-CREATION
ambari-server/src/main/resources/stacks/PERF/1.0/services/ZOOKEEPER/package/scripts/zookeeper_server.py
92519ba
Diff: https://reviews.apache.org/r/54484/diff/
Testing
-------
Unit tests passed
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Main ....................................... SUCCESS [0.828s]
[INFO] Apache Ambari Project POM ......................... SUCCESS [0.003s]
[INFO] Ambari Views ...................................... SUCCESS [1.803s]
[INFO] utility ........................................... SUCCESS [3.895s]
[INFO] ambari-metrics .................................... SUCCESS [0.290s]
[INFO] Ambari Metrics Common ............................. SUCCESS [0.876s]
[INFO] Ambari Server ..................................... SUCCESS [1:32.390s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
Thanks,
Dmytro Sen