48 lines
2.5 KiB
Diff
48 lines
2.5 KiB
Diff
commit 6edb1339a1a79c9e47f8023534e0a3db429dbf20
|
|
Author: Bernd Finger <bfinger@redhat.com>
|
|
Date: Tue Jul 28 14:37:08 2020 +0200
|
|
|
|
typo in repo name for IBM Power tools
|
|
|
|
diff --git a/defaults/main.yml b/defaults/main.yml
|
|
index c008330..8d0d1d7 100644
|
|
--- a/defaults/main.yml
|
|
+++ b/defaults/main.yml
|
|
@@ -73,8 +73,8 @@ sap_hana_preconfigure_update: no
|
|
|
|
sap_hana_preconfigure_kernel_parameters: "{{ __sap_hana_preconfigure_kernel_parameters_default }}"
|
|
|
|
-# sap_hana_preconfigure_ibm_power_repo_url: "{{ __sap_hana_preconfigure_ibm_power_repo_url }}"
|
|
-sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-3.0.0-19.noarch.rpm'
|
|
+# sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-3.0.0-19.noarch.rpm'
|
|
+sap_hana_preconfigure_ibm_power_repo_url: "{{ __sap_hana_preconfigure_ibm_power_repo_url }}"
|
|
|
|
#### The following parameters are for PPC LE only
|
|
## add a list of interfaces where MTU size will be set to 9000
|
|
diff --git a/vars/RedHat_7.yml b/vars/RedHat_7.yml
|
|
index 632e469..dd5d2dc 100644
|
|
--- a/vars/RedHat_7.yml
|
|
+++ b/vars/RedHat_7.yml
|
|
@@ -120,7 +120,7 @@ __sap_hana_preconfigure_packages:
|
|
# libtool-ltdl: See https://answers.sap.com/questions/476177/hana-db-installation-ended-with-exit-code-127.html
|
|
# This is required since HANA 2 SPS 03, and so we always install it.
|
|
|
|
-__sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-lastest.noarch.rpm'
|
|
+__sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-latest.noarch.rpm'
|
|
|
|
# As per https://www14.software.ibm.com/support/customercare/sas/f/lopdiags/home.html :
|
|
__sap_hana_preconfigure_required_ppc64le:
|
|
diff --git a/vars/RedHat_8.yml b/vars/RedHat_8.yml
|
|
index 8fbfa89..7697ac1 100644
|
|
--- a/vars/RedHat_8.yml
|
|
+++ b/vars/RedHat_8.yml
|
|
@@ -103,7 +103,7 @@ __sap_hana_preconfigure_packages:
|
|
# https://public.dhe.ibm.com/software/server/POWER/Linux/yum/OSS/RHEL/8/ppc64le/
|
|
# To install the packages, you need to create an appropriate repofile
|
|
# or clone this repository (e.g. with Satellite product)
|
|
-__sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-lastest.noarch.rpm'
|
|
+__sap_hana_preconfigure_ibm_power_repo_url: 'http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-latest.noarch.rpm'
|
|
|
|
__sap_hana_preconfigure_required_ppc64le:
|
|
- librtas
|