Skip to content

Commit

Permalink
Merge pull request #34 from varkoly/SLE-15-SP3
Browse files Browse the repository at this point in the history
Remove superfluously BuildRequires: HANA-Firewall
  • Loading branch information
varkoly committed Nov 20, 2023
2 parents dc30167 + 8e0801d commit f1602c5
Show file tree
Hide file tree
Showing 88 changed files with 1,806 additions and 2,197 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -15,4 +15,6 @@ package/yast2-sap-ha-*.tar.bz2
.byebug_history
.vscode/
.vs/
sap_ha_unattended_install_log.txt
sap_ha_unattended_install_log.txt

.tmp/
64 changes: 0 additions & 64 deletions .gitlab-ci.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .solargraph.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yardopts
@@ -1,7 +1 @@
--no-private
--protected
--markup markdown
--output-dir doc/autodocs
--readme README.md
--file doc/yast-sap-ha.md
src/**/*.rb
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -13,4 +13,3 @@ Yast::Tasks.configuration do |conf|
conf.exclude_files << /test/
conf.exclude_files << /aux/
end

2 changes: 1 addition & 1 deletion aux/clean_log.sh
Expand Up @@ -7,6 +7,6 @@ fi

FILEPATH=$1
NEW_PATH=${FILEPATH}_ruby
fgrep '[Ruby]' $FILEPATH | fgrep -v 'Yast.cc' > $NEW_PATH
grep -F '[Ruby]' $FILEPATH | grep -F -v 'Yast.cc' > $NEW_PATH

echo "Cleaned log was written to $NEW_PATH"
96 changes: 0 additions & 96 deletions data/tmpl_cluster_config.erb

This file was deleted.

88 changes: 0 additions & 88 deletions data/tmpl_srhook.py.erb

This file was deleted.

17 changes: 17 additions & 0 deletions package/yast2-sap-ha.changes
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 7 05:06:22 UTC 2023 - Peter Varkoly <varkoly@suse.com>

- Set default value for global_alloc_limit to "0"
- New function to get the primary hostname on the master.
- Fix setting secondary and primary hostname for the template
- The hook creation is deprecated. This was removed from wizard and from backend.
This functionality now will be provided by the susCostOpt.py delivered by SAPHanaSR
Now a key sus_<SID>_costopt must be created.
- yast2-sap-ha for Cost-Opt scenario is not up-to-date with SR takeover in best practice guide (bsc#1209204)
- yast2-sap-ha can not configure firewall (bsc#1211027)
- Rework package sturcture to use the yast2 defaults
- L3: yast2-sap-ha error - Could not adjust global.ini for the production system
(bsc#1207740)
- yast2-sap-ha: csync2 configuration not enabled (bsc#1202112)
- 4.3.0

-------------------------------------------------------------------
Thu Feb 23 11:20:54 UTC 2023 - Peter Varkoly <varkoly@suse.com>

Expand Down

0 comments on commit f1602c5

Please sign in to comment.