Repository: ambari Updated Branches: refs/heads/trunk 854894824 -> 42742caba
AMBARI-13464. Kerberos Wiz: KDC host has moved on the page Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/42742cab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/42742cab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/42742cab Branch: refs/heads/trunk Commit: 42742cabad68283e2293866f6163eaf167866268 Parents: 8548948 Author: Alex Antonenko <hiv...@gmail.com> Authored: Mon Oct 19 12:05:52 2015 +0300 Committer: Alex Antonenko <hiv...@gmail.com> Committed: Mon Oct 19 12:05:52 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/42742cab/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index b846650..66fda2a 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -1761,6 +1761,14 @@ var hdp2properties = [ "index": 0 }, { + "name": "kdc_host", + "displayType": "supportTextConnection", + "serviceName": "KERBEROS", + "filename": "kerberos-env.xml", + "category": "KDC", + "index": 1 + }, + { "name": "realm", "displayType": "host", "serviceName": "KERBEROS", @@ -1784,6 +1792,13 @@ var hdp2properties = [ "index": 4 }, { + "name": "domains", + "serviceName": "KERBEROS", + "filename": "krb5-conf.xml", + "category": "KDC", + "index": 5 + }, + { "name": "manage_identities", "displayType": "checkbox", "serviceName": "KERBEROS", @@ -1894,13 +1909,6 @@ var hdp2properties = [ "index" : 13 }, { - "name": "domains", - "serviceName": "KERBEROS", - "filename": "krb5-conf.xml", - "category": "KDC", - "index": 5 - }, - { "name": "admin_server_host", "displayType": "host", "serviceName": "KERBEROS",