Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 544AC200C41 for ; Thu, 9 Mar 2017 17:39:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 52D8E160B99; Thu, 9 Mar 2017 16:39:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4DBE1160B8F for ; Thu, 9 Mar 2017 17:39:32 +0100 (CET) Received: (qmail 3792 invoked by uid 500); 9 Mar 2017 16:39:31 -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 3327 invoked by uid 99); 9 Mar 2017 16:39:30 -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, 09 Mar 2017 16:39:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6197F3211; Thu, 9 Mar 2017 16:39:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: oleewere@apache.org To: commits@ambari.apache.org Date: Thu, 09 Mar 2017 16:39:40 -0000 Message-Id: <413b0bacbfa7460992d210437825fd79@git.apache.org> In-Reply-To: <89e11229f30c401f85abf06d78317c4b@git.apache.org> References: <89e11229f30c401f85abf06d78317c4b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/50] [abbrv] ambari git commit: Revert "AMBARI-20308 - Atlas service check fails during EU on wire encrypted cluster (jonathanhurley)" archived-at: Thu, 09 Mar 2017 16:39:33 -0000 Revert "AMBARI-20308 - Atlas service check fails during EU on wire encrypted cluster (jonathanhurley)" This reverts commit d8901e26c3f5cf45011d700cb44d73ea67c86d20. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e19f57e8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e19f57e8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e19f57e8 Branch: refs/heads/branch-dev-logsearch Commit: e19f57e83c387c21109dfe4bda0e0e146db2e60e Parents: d8901e2 Author: Jonathan Hurley Authored: Mon Mar 6 14:19:44 2017 -0500 Committer: Jonathan Hurley Committed: Mon Mar 6 14:19:44 2017 -0500 ---------------------------------------------------------------------- .../configuration/application-properties.xml | 42 -------------------- .../stacks/HDP/2.5/upgrades/config-upgrade.xml | 12 ------ .../HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml | 16 +++----- .../HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml | 6 --- .../stacks/HDP/2.5/upgrades/upgrade-2.5.xml | 6 --- .../stacks/HDP/2.5/upgrades/upgrade-2.6.xml | 1 - .../configuration/application-properties.xml | 3 +- 7 files changed, 7 insertions(+), 79 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml deleted file mode 100644 index 366ecf6..0000000 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - atlas.ssl.exclude.protocols - Excluded Wire Encryption Protocols - TLSv1.2 - - true - - A comma-separate list of the wire encryption protocols to exclude when TLS is enabled. Some versions of cURL do not work with TLSv1.2. - - - application-properties - atlas.enableTLS - - - - - - http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml index 37f2a82..93e0149 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml @@ -136,18 +136,6 @@ - - - - - - application-properties - - - - - - http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml index e7ada04..5b37375 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml @@ -75,7 +75,7 @@ FLUME_HANDLER - + ACCUMULO_TRACER ACCUMULO_GC @@ -300,12 +300,6 @@ - - - - Updating Atlas TLS Exclude Protocols to exclude TLS v1.2 - - false @@ -677,7 +671,7 @@ FLUME_HANDLER - + false true @@ -706,7 +700,7 @@ UPGRADE - + @@ -776,7 +770,7 @@ setup_ranger_java_patches - + http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml index fe297c3..55e8924 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml @@ -431,12 +431,6 @@ Updating the Atlas Log4J properties to include parameterizations - - - - Updating Atlas TLS Exclude Protocols to exclude TLS v1.2 - - http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml index a030adb..15e5536 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml @@ -934,12 +934,6 @@ - - - - - - http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml index 97313b5..0c0b08e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml @@ -1066,7 +1066,6 @@ - http://git-wip-us.apache.org/repos/asf/ambari/blob/e19f57e8/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml index 91de1b0..47e1fb5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml @@ -60,7 +60,7 @@ - + atlas.sso.knox.browser.useragent @@ -92,4 +92,5 @@ +