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 BC549200B91 for ; Wed, 14 Sep 2016 20:32:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BAFCD160AB4; Wed, 14 Sep 2016 18:32:27 +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 62477160AE3 for ; Wed, 14 Sep 2016 20:32:25 +0200 (CEST) Received: (qmail 92702 invoked by uid 500); 14 Sep 2016 18:32:22 -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 91923 invoked by uid 99); 14 Sep 2016 18:32:22 -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; Wed, 14 Sep 2016 18:32:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05BEFE3611; Wed, 14 Sep 2016 18:32:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Wed, 14 Sep 2016 18:32:49 -0000 Message-Id: <59e2f769f75e472bad8f76e0e4297b41@git.apache.org> In-Reply-To: <0bef6b61dc2f448988f977fa04f1a366@git.apache.org> References: <0bef6b61dc2f448988f977fa04f1a366@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/35] ambari git commit: AMBARI-18350. Declare URL uniqueness in repoinfo.xml (dlysnichenko) archived-at: Wed, 14 Sep 2016 18:32:27 -0000 AMBARI-18350. Declare URL uniqueness in repoinfo.xml (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/02256c3f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/02256c3f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/02256c3f Branch: refs/heads/branch-dev-patch-upgrade Commit: 02256c3ff80a40440f06247732fbad70afe8e2eb Parents: 962e06a Author: Lisnichenko Dmitro Authored: Wed Sep 14 12:54:10 2016 +0300 Committer: Lisnichenko Dmitro Committed: Wed Sep 14 12:54:10 2016 +0300 ---------------------------------------------------------------------- .../resources/stacks/HDP/0.1/repos/repoinfo.xml | 6 ++++++ .../resources/stacks/HDP/0.2/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/1.2.0/repos/repoinfo.xml | 16 ++++++++++++++ .../stacks/HDP/1.3.0/repos/repoinfo.xml | 14 +++++++++++++ .../stacks/HDP/1.3.1/repos/repoinfo.xml | 12 +++++++++++ .../stacks/HDP/2.0.1/repos/repoinfo.xml | 8 +++++++ .../stacks/HDP/2.0.5/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.6.1/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.6/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.7/repos/repoinfo.xml | 6 ++++++ .../HDP/2.0.7/services/HBASE/metainfo.xml | 1 + .../stacks/HDP/2.0.8/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.1.1/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.2.0.ECS/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.2.0/repos/repoinfo.xml | 6 ++++++ .../stacks/OTHER/1.0/repos/repoinfo.xml | 6 ++++++ .../stacks/OTHER/2.0/repos/repoinfo.xml | 6 ++++++ .../server/controller/RepositoryResponse.java | 8 +++++++ .../internal/RepositoryResourceProvider.java | 3 +++ .../RepositoryVersionResourceProvider.java | 3 +-- .../server/orm/entities/RepositoryEntity.java | 9 ++++++++ .../ambari/server/state/RepositoryInfo.java | 17 +++++++++++++++ .../server/state/stack/RepositoryXml.java | 14 +++++++++++++ .../stack/upgrade/RepositoryVersionHelper.java | 4 ++++ .../stacks/BIGTOP/0.8/repos/repoinfo.xml | 2 ++ .../HDP/2.0.6.GlusterFS/repos/repoinfo.xml | 10 +++++++++ .../stacks/HDP/2.0.6/repos/repoinfo.xml | 4 ++++ .../resources/stacks/HDP/2.0/repos/repoinfo.xml | 4 ++++ .../stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml | 6 ++++++ .../resources/stacks/HDP/2.1/repos/repoinfo.xml | 6 ++++++ .../resources/stacks/HDP/2.2/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.3.ECS/repos/repoinfo.xml | 18 ++++++++++++++++ .../stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml | 10 +++++++++ .../resources/stacks/HDP/2.3/repos/repoinfo.xml | 12 +++++++++++ .../resources/stacks/HDP/2.4/repos/repoinfo.xml | 12 +++++++++++ .../resources/stacks/HDP/2.5/repos/repoinfo.xml | 16 ++++++++++++++ .../stacks/HDPWIN/2.1/repos/repoinfo.xml | 1 + .../stacks/HDPWIN/2.2/repos/repoinfo.xml | 1 + .../stacks/HDPWIN/2.3/repos/repoinfo.xml | 1 + .../src/main/resources/version_definition.xsd | 1 + .../RepositoryVersionResourceProviderTest.java | 22 ++++++++++---------- .../upgrade/RepositoryVersionHelperTest.java | 3 ++- .../bad-stacks/HDP/0.1/repos/repoinfo.xml | 1 + .../src/test/resources/hbase_version_test.xml | 2 ++ .../resources/stacks/HDP/0.1/repos/repoinfo.xml | 6 ++++++ .../resources/stacks/HDP/0.2/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/1.2.0/repos/repoinfo.xml | 16 ++++++++++++++ .../stacks/HDP/1.3.0/repos/repoinfo.xml | 14 +++++++++++++ .../stacks/HDP/1.3.1/repos/repoinfo.xml | 12 +++++++++++ .../stacks/HDP/2.0.1/repos/repoinfo.xml | 8 +++++++ .../stacks/HDP/2.0.5/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.6.1/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.6/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.0.7/repos/repoinfo.xml | 6 ++++++ .../HDP/2.0.7/services/HBASE/metainfo.xml | 1 + .../stacks/HDP/2.0.8/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.1.1/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.2.0.ECS/repos/repoinfo.xml | 6 ++++++ .../stacks/HDP/2.2.0/repos/repoinfo.xml | 2 ++ .../HDP/2.2.0/repos/version-2.2.0.4-123.xml | 2 ++ .../2.2.0/repos/version-2.2.0.4-124-suse11.xml | 2 ++ .../stacks/OTHER/1.0/repos/repoinfo.xml | 6 ++++++ .../stacks/OTHER/2.0/repos/repoinfo.xml | 6 ++++++ .../HDP/0.1/repos/repoinfo.xml | 6 ++++++ .../HDP/0.2/repos/repoinfo.xml | 6 ++++++ .../OTHER/1.0/repos/repoinfo.xml | 6 ++++++ .../OTHER/2.0/repos/repoinfo.xml | 6 ++++++ .../stack1/1.0/repos/repoinfo.xml | 6 ++++++ .../stack2/1.0/repos/repoinfo.xml | 6 ++++++ .../stack3/1.0/repos/repoinfo.xml | 6 ++++++ .../HDP/0.1/repos/repoinfo.xml | 6 ++++++ .../HDP/0.2/repos/repoinfo.xml | 6 ++++++ .../HDP/2.2.0/repos/repoinfo.xml | 2 ++ .../HDP/2.2.0/repos/version-2.2.0.4-123.xml | 2 ++ .../version_definition_resource_provider.xml | 3 +++ .../test/resources/version_definition_test.xml | 4 ++++ .../version_definition_test_all_services.xml | 4 ++++ 77 files changed, 497 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/0.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/0.1/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/0.1/repos/repoinfo.xml index 1ea1809..b38d463 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/0.1/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/0.1/repos/repoinfo.xml @@ -21,17 +21,20 @@ http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos6 HDP-1.1.1.16 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos6 HDP-UTILS-1.1.0.15 HDP-UTILS + false epel epel + true @@ -40,17 +43,20 @@ http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5 HDP-1.1.1.16 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos5 HDP-UTILS-1.1.0.15 HDP-UTILS + false epel epel + true http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/0.2/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/0.2/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/0.2/repos/repoinfo.xml index c0095b5..9b3b1c7 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/0.2/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/0.2/repos/repoinfo.xml @@ -21,17 +21,20 @@ http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos6 HDP-1.1.1.16 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos6 HDP-UTILS-1.1.0.15 HDP-UTILS + false epel epel + true @@ -40,17 +43,20 @@ http://public-repo-1.hortonworks.com/HDP-1.1.1.16/repos/centos5 HDP-1.1.1.16 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/centos5 HDP-UTILS-1.1.0.15 HDP-UTILS + false epel epel + true http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/1.2.0/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/1.2.0/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/1.2.0/repos/repoinfo.xml index 04613ad..a9e1b3c 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/1.2.0/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/1.2.0/repos/repoinfo.xml @@ -21,11 +21,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos6 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos5 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -47,11 +51,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos6 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -60,11 +66,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos5 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -73,11 +81,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos6 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -86,11 +96,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/centos5 HDP-1.2.0 HDP + true HDP-epel HDP-epel + true @@ -99,11 +111,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/suse11 HDP-1.2.0 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11 HDP-UTILS-1.1.0.15 HDP-UTILS + false @@ -112,11 +126,13 @@ http://public-repo-1.hortonworks.com/HDP-1.2.0/repos/suse11 HDP-1.2.0 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11 HDP-UTILS-1.1.0.15 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/1.3.0/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/1.3.0/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/1.3.0/repos/repoinfo.xml index ec0be8f..71d2157 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/1.3.0/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/1.3.0/repos/repoinfo.xml @@ -21,11 +21,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos6 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -34,11 +36,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos5 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -47,11 +51,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos6 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -60,11 +66,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos5 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -73,11 +81,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos6 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -86,11 +96,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/centos5 HDP-1.3.0 HDP + true HDP-epel HDP-epel + true @@ -99,6 +111,7 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/suse11 HDP-1.3.0 HDP + true @@ -106,6 +119,7 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP-1.3.0/repos/suse11 HDP-1.3.0 HDP + true http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/1.3.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/1.3.1/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/1.3.1/repos/repoinfo.xml index ed1aed8..a1f2a17 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/1.3.1/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/1.3.1/repos/repoinfo.xml @@ -21,11 +21,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/1.x/updates/1.2.1 HDP-1.2.1 HDP + true HDP-epel HDP-epel + true @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/centos5/1.x/updates/1.2.1 HDP-1.2.1 HDP + true HDP-epel HDP-epel + true @@ -47,11 +51,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/1.x/updates/1.2.1 HDP-1.2.1 HDP + true HDP-epel HDP-epel + true @@ -60,11 +66,13 @@ http://public-repo-1.hortonworks.com/HDP/centos5/1.x/updates/1.2.1 HDP-1.2.1 HDP + true HDP-epel HDP-epel + true @@ -73,11 +81,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11/1.x/updates/1.2.1 HDP-1.2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11 HDP-UTILS-1.1.0.15 HDP-UTILS + false @@ -86,11 +96,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11/1.x/updates/1.2.1 HDP-1.2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.15/repos/suse11 HDP-UTILS-1.1.0.15 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-funtest/src/test/resources/stacks/HDP/2.0.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-funtest/src/test/resources/stacks/HDP/2.0.1/repos/repoinfo.xml b/ambari-funtest/src/test/resources/stacks/HDP/2.0.1/repos/repoinfo.xml index eb026a7..f123a6c 100644 --- a/ambari-funtest/src/test/resources/stacks/HDP/2.0.1/repos/repoinfo.xml +++ b/ambari-funtest/src/test/resources/stacks/HDP/2.0.1/repos/repoinfo.xml @@ -21,6 +21,7 @@ http://public-repo-1.hortonworks.com/HDP-2.0.0.2/repos/centos6 HDP-2.0.1 HDP + true @@ -28,6 +29,7 @@ http://public-repo-1.hortonworks.com/HDP-2.0.0.2/repos/centos5 HDP-2.0.1 HDP + true @@ -35,6 +37,7 @@ http://public-repo-1.hortonworks.com/HDP-2.0.0.2/repos/centos6 HDP-2.0.1 HDP + true @@ -42,6 +45,7 @@ http://public-repo-1.hortonworks.com/HDP-2.0.0.2/repos/centos5 HDP-2.0.1 HDP + true http://s3.amazonaws.com/dev.hortonworks.com/HDP-UTILS-1.1.0.19/repos/centos6 HDP-UTILS-1.1.0.19 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/repos/repoinfo.xml index 9b62568..458ba4e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/repos/repoinfo.xml @@ -21,11 +21,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0 HDP-2.0.6.GlusterFS HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos6 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -33,11 +35,13 @@ http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.0 HDP-2.0.6.GlusterFS HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos5 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -45,11 +49,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.0 HDP-2.0.6.GlusterFS HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos6 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -57,11 +63,13 @@ http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.0.6.0 HDP-2.0.6.GlusterFS HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos5 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -69,10 +77,12 @@ http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.0 HDP-2.0.6.GlusterFS HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/suse11 HDP-UTILS-1.1.0.17 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml index 9855074..614c751 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/repos/repoinfo.xml @@ -21,11 +21,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.6.1 HDP-2.0.6 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos6 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -33,10 +35,12 @@ http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.6.1 HDP-2.0.6 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/suse11 HDP-UTILS-1.1.0.17 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.0/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0/repos/repoinfo.xml index a5d8a51..bdd72de 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.0.10.0 HDP-2.0 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos6 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.0.10.0 HDP-2.0 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/suse11 HDP-UTILS-1.1.0.17 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml index cfee6f5..86a5427 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/repos/repoinfo.xml @@ -23,11 +23,13 @@ REPLACE_WITH_CENTOS6_URL HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos6 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -35,11 +37,13 @@ REPLACE_WITH_CENTOS5_URL HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/centos5 HDP-UTILS-1.1.0.17 HDP-UTILS + false @@ -47,11 +51,13 @@ REPLACE_WITH_SUSE11_URL HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.17/repos/suse11 HDP-UTILS-1.1.0.17 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml index 938f627..cb142d5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.15.0 HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.19/repos/centos6 HDP-UTILS-1.1.0.19 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.1.15.0 HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.19/repos/suse11sp3 HDP-UTILS-1.1.0.19 HDP-UTILS + false @@ -46,11 +50,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.1.15.0 HDP-2.1 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.19/repos/ubuntu12 HDP-UTILS-1.1.0.19 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml index dbf8506..d312e63 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.2.6.0 HDP-2.2 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.2.6.0 HDP-2.2 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/suse11sp3 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -46,11 +50,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.2.6.0 HDP-2.2 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/repos/repoinfo.xml index b44cca5..329539e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/repos/repoinfo.xml @@ -22,16 +22,19 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true @@ -39,16 +42,19 @@ http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos7 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true @@ -56,16 +62,19 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/suse11sp3 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true @@ -73,16 +82,19 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true @@ -90,16 +102,19 @@ http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/debian6 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true @@ -107,16 +122,19 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://ECS_CLIENT_REPO/ ECS-2.2.0.0 ECS + true http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml index 24b05b0..ad79215 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/repos/repoinfo.xml @@ -23,11 +23,13 @@ REPLACE_WITH_CENTOS6_URL HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -35,11 +37,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP/centos5/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos5 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -47,11 +51,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP/suse11sp3/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/suse11sp3 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -59,11 +65,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -71,11 +79,13 @@ http://s3.amazonaws.com/dev.hortonworks.com/HDP/debian6/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/debian6 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml index ec9fba0..69d1356 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos7 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -46,11 +50,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/suse11sp3 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -58,11 +64,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -70,11 +78,13 @@ http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/debian6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -82,11 +92,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.3.0.0 HDP-2.3 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml index 1087d9c..8210514 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos7 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -46,11 +50,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/suse11sp3 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -58,11 +64,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -70,11 +78,13 @@ http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/debian6 HDP-UTILS-1.1.0.20 HDP-UTILS + false @@ -82,11 +92,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.4.0.0 HDP-2.4 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/ubuntu12 HDP-UTILS-1.1.0.20 HDP-UTILS + false http://git-wip-us.apache.org/repos/asf/ambari/blob/02256c3f/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml index 8657d91..dfa7742 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml @@ -22,11 +22,13 @@ http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -34,11 +36,13 @@ http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos7 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -46,11 +50,13 @@ http://public-repo-1.hortonworks.com/HDP/suse11sp3/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -58,11 +64,13 @@ http://public-repo-1.hortonworks.com/HDP/sles12/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -70,11 +78,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu12/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ubuntu12 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -82,11 +92,13 @@ http://public-repo-1.hortonworks.com/HDP/debian7/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/debian6 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -94,11 +106,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ubuntu12 HDP-UTILS-1.1.0.21 HDP-UTILS + false @@ -106,11 +120,13 @@ http://public-repo-1.hortonworks.com/HDP/ubuntu14/2.x/updates/2.5.0.0 HDP-2.5 HDP + true http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/ubuntu12 HDP-UTILS-1.1.0.21 HDP-UTILS + false