You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2015/03/17 10:41:03 UTC

ambari git commit: AMBARI-10094 Kerberos: disable edit on generated ambari principal and keytab configs. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2cbf236eb -> de3667a21


AMBARI-10094 Kerberos: disable edit on generated ambari principal and keytab configs. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/de3667a2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/de3667a2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/de3667a2

Branch: refs/heads/trunk
Commit: de3667a2195fd7796bc5a9cbc4f7a79d945979b9
Parents: 2cbf236
Author: Andrii Tkach <at...@hortonworks.com>
Authored: Tue Mar 17 11:40:46 2015 +0200
Committer: Andrii Tkach <at...@hortonworks.com>
Committed: Tue Mar 17 11:40:46 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/de3667a2/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 3b7c198..b09d0cf 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -4545,36 +4545,42 @@ var hdp2properties = [
     "name": "smokeuser_principal_name",
     "displayName": "Smoke user principal",
     "category": "Ambari Principals",
+    "filename": "cluster-env.xml",
     "index": 1
   },
   {
     "name": "smokeuser_keytab",
     "displayName": "Smoke user keytab",
     "category": "Ambari Principals",
+    "filename": "cluster-env.xml",
     "index": 2
   },
   {
     "name": "hdfs_principal_name",
     "displayName": "HDFS user principal",
     "category": "Ambari Principals",
+    "filename": "hadoop-env.xml",
     "index": 3
   },
   {
     "name": "hdfs_user_keytab",
     "displayName": "HDFS user keytab",
     "category": "Ambari Principals",
+    "filename": "hadoop-env.xml",
     "index": 4
   },
   {
     "name": "hbase_principal_name",
     "displayName": "HBase user principal",
     "category": "Ambari Principals",
+    "filename": "hbase-env.xml",
     "index": 5
   },
   {
     "name": "hbase_user_keytab",
     "displayName": "HBase user keytab",
     "category": "Ambari Principals",
+    "filename": "hbase-env.xml",
     "index": 6
   }
 ];