Updated Branches: refs/heads/trunk bd920a598 -> 5da35605b
AMBARI-3187. Add new stack for hbase 96. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/5da35605 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/5da35605 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/5da35605 Branch: refs/heads/trunk Commit: 5da35605b072a83ca99a9cd8adb10b5daca6066a Parents: bd920a5 Author: Mahadev Konar <[email protected]> Authored: Wed Sep 11 18:43:03 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed Sep 11 18:43:12 2013 -0700 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.0.6/repos/repoinfo.xml | 14 ++++++++++++++ .../stacks/HDPLocal/2.0.6/repos/repoinfo.xml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/5da35605/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 97abf23..d926412 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 @@ -44,6 +44,20 @@ <reponame>HDP</reponame> </repo> </os> + <os type="oraclelinux6"> + <repo> + <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/centos6</baseurl> + <repoid>HDP-2.0.6</repoid> + <reponame>HDP</reponame> + </repo> + </os> + <os type="oraclelinux5"> + <repo> + <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/centos5</baseurl> + <repoid>HDP-2.0.6</repoid> + <reponame>HDP</reponame> + </repo> + </os> <os type="suse11"> <repo> <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/suse11</baseurl> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/5da35605/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/repos/repoinfo.xml index 97abf23..d926412 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/repos/repoinfo.xml @@ -44,6 +44,20 @@ <reponame>HDP</reponame> </repo> </os> + <os type="oraclelinux6"> + <repo> + <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/centos6</baseurl> + <repoid>HDP-2.0.6</repoid> + <reponame>HDP</reponame> + </repo> + </os> + <os type="oraclelinux5"> + <repo> + <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/centos5</baseurl> + <repoid>HDP-2.0.6</repoid> + <reponame>HDP</reponame> + </repo> + </os> <os type="suse11"> <repo> <baseurl>http://s3.amazonaws.com/dev.hortonworks.com/HDP-2.0.6.0/repos/suse11</baseurl>
