Skip to content

Commit

Permalink
Merge pull request #49 from varkoly/SLE-15-SP5
Browse files Browse the repository at this point in the history
yast-sap-ha does not support SAPHanaSR-angi
  • Loading branch information
varkoly authored Dec 4, 2024
2 parents e4ad9b0 + 60b5052 commit 6f2bbf2
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 166 deletions.
7 changes: 7 additions & 0 deletions package/yast2-sap-ha.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 4 21:34:50 UTC 2024 - Peter Varkoly <[email protected]>

- yast-sap-ha does not support SAPHanaSR-angi (bsc#1232807)
- Adapt to new SAPHanaSR-angi
- 4.5.12

-------------------------------------------------------------------
Fri Mar 15 17:38:52 UTC 2024 - Peter Varkoly <[email protected]>

Expand Down
3 changes: 1 addition & 2 deletions package/yast2-sap-ha.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-sap-ha
Version: 4.5.11
Version: 4.5.12
Release: 0
BuildArch: noarch
Source0: %{name}-%{version}.tar.bz2
Expand All @@ -44,7 +44,6 @@ Requires: openssh
Requires: HANA-Firewall >= 2.0.3
%endif
Requires: util-linux
Requires: SAPHanaSR
Requires: kmod
# for pidof
Requires: sysvinit-tools
Expand Down
4 changes: 4 additions & 0 deletions src/clients/sap_ha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ def main
@sequence["product_check"][:hana] = "file_import_check" if @config.imported
Wizard.CreateDialog
Wizard.SetDialogTitle("HA Setup for SAP Products")
if not @config.hana.check_rsa_version
Popup.Error("There are no SUSE SAP Resource Agents installed.")
return
end
begin
if @config.unattended
Sequencer.Run(@aliases, @unattended_sequence)
Expand Down
2 changes: 0 additions & 2 deletions src/data/sap_ha/GLOBAL_INI_NON_PROD.erb

This file was deleted.

7 changes: 0 additions & 7 deletions src/data/sap_ha/GLOBAL_INI_SAPHANA_SR

This file was deleted.

8 changes: 0 additions & 8 deletions src/data/sap_ha/GLOBAL_INI_SUS_CHKSRV

This file was deleted.

14 changes: 0 additions & 14 deletions src/data/sap_ha/GLOBAL_INI_SUS_COSTOPT.erb

This file was deleted.

7 changes: 0 additions & 7 deletions src/data/sap_ha/GLOBAL_INI_SUS_TKOVER

This file was deleted.

93 changes: 0 additions & 93 deletions src/data/sap_ha/tmpl_cluster_config.erb

This file was deleted.

Loading

0 comments on commit 6f2bbf2

Please sign in to comment.