You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/08/13 14:42:08 UTC

ambari git commit: AMBARI-12759 'Ranger DB host' missing in Customize Services page of Add Service Wizard (additional). (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.1 b49f39f00 -> e585bda3d


AMBARI-12759 'Ranger DB host' missing in Customize Services page of Add Service Wizard (additional). (ababiichuk)


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

Branch: refs/heads/branch-2.1.1
Commit: e585bda3dc39b7a642b20a72219388d27a85bde8
Parents: b49f39f
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Thu Aug 13 15:38:04 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Thu Aug 13 15:38:04 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/configs/database.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e585bda3/ambari-web/app/utils/configs/database.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/configs/database.js b/ambari-web/app/utils/configs/database.js
index b2b1448..3ef7c0a 100644
--- a/ambari-web/app/utils/configs/database.js
+++ b/ambari-web/app/utils/configs/database.js
@@ -41,6 +41,12 @@ module.exports = {
       connectionUrl: 'oozie.service.JPAService.jdbc.url',
       databaseName: 'oozie.db.schema.name',
       fallbackHostName: 'oozieserver_host'
+    },
+    RANGER: {
+      dbType: 'DB_FLAVOR',
+      connectionUrl: 'ranger.jpa.jdbc.url',
+      databaseName: 'db_name',
+      fallbackHostName: 'db_host'
     }
   },