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 8AC8C10D73 for ; Sat, 6 Jun 2015 19:58:35 +0000 (UTC) Received: (qmail 83149 invoked by uid 500); 6 Jun 2015 19:58:35 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 83119 invoked by uid 500); 6 Jun 2015 19:58:35 -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 83110 invoked by uid 99); 6 Jun 2015 19:58:35 -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; Sat, 06 Jun 2015 19:58:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4784CE01CA; Sat, 6 Jun 2015 19:58:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Message-Id: <3c40f7c8c125465181ae3e760fb858d3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-11760. Kerberos: service check needs label (alexantonenko) Date: Sat, 6 Jun 2015 19:58:35 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 9132aa70c -> 09fffe8ae AMBARI-11760. Kerberos: service check needs label (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/09fffe8a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/09fffe8a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/09fffe8a Branch: refs/heads/trunk Commit: 09fffe8ae1d0c4b852a4bbb9a6edcad3632e67af Parents: 9132aa7 Author: Alex Antonenko Authored: Sat Jun 6 20:57:54 2015 +0300 Committer: Alex Antonenko Committed: Sat Jun 6 22:58:30 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/09fffe8a/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 36c6650..164cb00 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -2390,6 +2390,17 @@ var hdp2properties = [ }, { "id": "puppet var", + "name": "service_check_principal_name", + "displayName": "Test Kerberos Principal", + "isOverridable": false, + "isVisible": true, + "serviceName": "KERBEROS", + "filename": "kerberos-env.xml", + "category": "Advanced kerberos-env", + "index" : 10 + }, + { + "id": "puppet var", "name": "create_attributes_template", "displayName": "Attribute template", "displayType": "content", @@ -2398,7 +2409,7 @@ var hdp2properties = [ "serviceName": "KERBEROS", "filename": "kerberos-env.xml", "category": "Advanced kerberos-env", - "index" : 10 + "index" : 11 }, { "id": "puppet var",