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 2381118007 for ; Fri, 14 Aug 2015 11:21:42 +0000 (UTC) Received: (qmail 58310 invoked by uid 500); 14 Aug 2015 11:21:42 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 58281 invoked by uid 500); 14 Aug 2015 11:21:42 -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 58272 invoked by uid 99); 14 Aug 2015 11:21:41 -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; Fri, 14 Aug 2015 11:21:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D85ECDFBA7; Fri, 14 Aug 2015 11:21:41 +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: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12759 'Ranger DB host' missing in Customize Services page of Add Service Wizard (additional2). (ababiichuk) Date: Fri, 14 Aug 2015 11:21:41 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk de457dcb8 -> 739cdecf6 AMBARI-12759 'Ranger DB host' missing in Customize Services page of Add Service Wizard (additional2). (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/739cdecf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/739cdecf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/739cdecf Branch: refs/heads/trunk Commit: 739cdecf6c6ccaabd74b1608262b85a0277bf7ad Parents: de457dc Author: aBabiichuk Authored: Fri Aug 14 14:09:55 2015 +0300 Committer: aBabiichuk Committed: Fri Aug 14 14:21:29 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2.2/site_properties.js | 2 +- ambari-web/app/data/HDP2.3/site_properties.js | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/739cdecf/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 730907f..019a4eb 100644 --- a/ambari-web/app/data/HDP2.2/site_properties.js +++ b/ambari-web/app/data/HDP2.2/site_properties.js @@ -486,7 +486,7 @@ hdp22properties.push( "isReconfigurable": true, "displayType": "", "isOverridable": false, - "isVisible": false, + "isVisible": true, "serviceName": "RANGER", "filename": "admin-properties.xml", "category": "DBSettings", http://git-wip-us.apache.org/repos/asf/ambari/blob/739cdecf/ambari-web/app/data/HDP2.3/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2.3/site_properties.js b/ambari-web/app/data/HDP2.3/site_properties.js index cd16770..82721dc 100644 --- a/ambari-web/app/data/HDP2.3/site_properties.js +++ b/ambari-web/app/data/HDP2.3/site_properties.js @@ -26,6 +26,7 @@ var excludedConfigs = [ 'db_root_user', 'db_root_password', 'nimbus.host', + 'db_host', 'XAAUDIT.DB.IS_ENABLED', 'XAAUDIT.HDFS.IS_ENABLED', 'UPDATE_XAPOLICIES_ON_GRANT_REVOKE', @@ -91,6 +92,20 @@ hdp23properties.push({ "index": 1 }, { + "id": "site property", + "name": "db_host", + "displayName": "Ranger DB host", + "recommendedValue": "", + "isReconfigurable": true, + "displayType": "", + "isOverridable": false, + "isVisible": false, + "serviceName": "RANGER", + "filename": "admin-properties.xml", + "category": "DBSettings", + "index": 2 + }, + { "name": "ranger_mysql_database", "id": "puppet var", "displayName": "Database Type",