AMBARI-21830 PowerPC - IOP/HDP migration, service restart fails post Ambari upgrade (dili)
(cherry picked from commit 909902cdf6496ae5863d76b169da16e2e5d7d55f) Change-Id: Iec141925bc6d2bbbeec661282d522c47048c8eac Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/99269b1d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/99269b1d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/99269b1d Branch: refs/heads/2.5-maint Commit: 99269b1d32ea2391c608cc2f85a1648993fd54a3 Parents: e07e92d Author: Di Li <[email protected]> Authored: Mon Aug 28 12:16:14 2017 -0400 Committer: [email protected] <[email protected]> Committed: Mon Aug 28 16:26:17 2017 +0000 ---------------------------------------------------------------------- .../stacks/BigInsights/4.2.5/repos/repoinfo.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/99269b1d/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml index d1b155d..b723f09 100755 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/repos/repoinfo.xml @@ -41,4 +41,16 @@ <reponame>IOP-UTILS</reponame> </repo> </os> + <os family="redhat-ppc7"> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP/rhel/7/ppc64le/4.2.x/Updates/4.2.5.0</baseurl> + <repoid>IOP-4.2.5</repoid> + <reponame>IOP</reponame> + </repo> + <repo> + <baseurl>http://ibm-open-platform.ibm.com/repos/IOP-UTILS/rhel/7/ppc64le/1.3</baseurl> + <repoid>IOP-UTILS-1.3</repoid> + <reponame>IOP-UTILS</reponame> + </repo> + </os> </reposinfo>
