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 <[email protected]>
Authored: Tue Mar 17 11:40:46 2015 +0200
Committer: Andrii Tkach <[email protected]>
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
   }
 ];

Reply via email to