Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 451FD18DF9 for ; Thu, 13 Aug 2015 12:42:08 +0000 (UTC) Received: (qmail 63209 invoked by uid 500); 13 Aug 2015 12:42:08 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 63181 invoked by uid 500); 13 Aug 2015 12:42:08 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 63172 invoked by uid 99); 13 Aug 2015 12:42:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 12:42:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01FD6E69FB; Thu, 13 Aug 2015 12:42:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ababiichuk@apache.org To: commits@ambari.apache.org Message-Id: <4e58247dc08648d1936a05b671340ca8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12759 'Ranger DB host' missing in Customize Services page of Add Service Wizard (additional). (ababiichuk) Date: Thu, 13 Aug 2015 12:42:08 +0000 (UTC) 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 Authored: Thu Aug 13 15:38:04 2015 +0300 Committer: aBabiichuk 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' } },