Repository: ambari Updated Branches: refs/heads/branch-1.6.0.slider 10e387f4b -> 06b0278ec
AMBARI-5971. Disable all stacks other than 2.1 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/06b0278e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/06b0278e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/06b0278e Branch: refs/heads/branch-1.6.0.slider Commit: 06b0278ec78055db7c422adb35e14762d7eead90 Parents: 10e387f Author: Sumit Mohanty <[email protected]> Authored: Fri May 30 09:50:40 2014 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri May 30 10:13:41 2014 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/1.3.2/metainfo.xml | 2 +- .../src/main/resources/stacks/HDP/1.3/metainfo.xml | 2 +- .../src/main/resources/stacks/HDP/2.0/metainfo.xml | 2 +- .../main/resources/stacks/HDP/2.1/repos/repoinfo.xml | 15 ++++----------- 4 files changed, 7 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/06b0278e/ambari-server/src/main/resources/stacks/HDP/1.3.2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/metainfo.xml index ca45822..45a63e5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/metainfo.xml @@ -17,6 +17,6 @@ --> <metainfo> <versions> - <active>true</active> + <active>false</active> </versions> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/06b0278e/ambari-server/src/main/resources/stacks/HDP/1.3/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3/metainfo.xml index d5d7dc1..4ab0a5e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3/metainfo.xml @@ -17,7 +17,7 @@ --> <metainfo> <versions> - <active>true</active> + <active>false</active> </versions> <extends>1.3.3</extends> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/06b0278e/ambari-server/src/main/resources/stacks/HDP/2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0/metainfo.xml index 352b8d4..8902583 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0/metainfo.xml @@ -17,7 +17,7 @@ --> <metainfo> <versions> - <active>true</active> + <active>false</active> </versions> <extends>2.0.6</extends> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/06b0278e/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 b75d512..ed332c7 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 @@ -16,10 +16,10 @@ limitations under the License. --> <reposinfo> - <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest> + <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os type="redhat6"> <repo> - <baseurl>REPLACE_WITH_CENTOS6_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.2.1/hdp.repo</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -31,7 +31,7 @@ </os> <os type="redhat5"> <repo> - <baseurl>REPLACE_WITH_CENTOS5_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/centos5/2.x/updates/2.1.2.1/hdp.repo</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -43,7 +43,7 @@ </os> <os type="suse11"> <repo> - <baseurl>REPLACE_WITH_SUSE11_URL</baseurl> + <baseurl>http://public-repo-1.hortonworks.com/HDP/suse11/2.x/updates/2.1.2.1/hdp.repo</baseurl> <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> @@ -53,11 +53,4 @@ <reponame>HDP-UTILS</reponame> </repo> </os> - <os type="debian12"> - <repo> - <baseurl>REPLACE_WITH_UBUNTU12_URL</baseurl> - <repoid>HDP-2.1</repoid> - <reponame>HDP</reponame> - </repo> - </os> </reposinfo>
