AMBARI-13263. Create a Ranger theme with Ranger Admin. (jaimin)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/578a1535 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/578a1535 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/578a1535 Branch: refs/heads/trunk Commit: 578a15351a0526d7725a2f93b8f519ed03e58192 Parents: bff61b8 Author: Jaimin Jetly <[email protected]> Authored: Mon Sep 28 20:22:26 2015 -0700 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Sep 30 18:00:52 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2.2/site_properties.js | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/578a1535/ambari-web/app/data/HDP2.2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2.2/site_properties.js b/ambari-web/app/data/HDP2.2/site_properties.js index 397e748..141f3e9 100644 --- a/ambari-web/app/data/HDP2.2/site_properties.js +++ b/ambari-web/app/data/HDP2.2/site_properties.js @@ -217,6 +217,13 @@ hdp22properties.push( "index": 0 }, { + "name": "ranger_admin_username", + "serviceName": "RANGER", + "filename": "ranger-env.xml", + "category": "RANGER_ADMIN", + "index": 0 + }, + { "name": "ranger_admin_password", "serviceName": "RANGER", "filename": "ranger-env.xml",
