-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from fmherschel/angi-devel
Angi devel to be merged into main
- Loading branch information
Showing
117 changed files
with
3,846 additions
and
1,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
|
||
FILE_LIST = LICENSE \ | ||
README.md \ | ||
crm_cfg \ | ||
icons \ | ||
man \ | ||
ra \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# base config (1) | ||
# | ||
property cib-bootstrap-options: \ | ||
cluster-name=SAP@@SID@@_@@INO@@ \ | ||
stonith-enabled=true \ | ||
stonith-action=reboot \ | ||
stonith-timeout=90 \ | ||
priority-fencing-delay=30 | ||
rsc_defaults rsc-options: \ | ||
migration-threshold=5000 \ | ||
resource-stickiness=1000 | ||
op_defaults op-options: \ | ||
timeout=600 \ | ||
record-pending=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# primitive sbd (2) | ||
# | ||
primitive rsc_stonith_sbd stonith:external/sbd \ | ||
params pcmk_delay_base=15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# clone TOP (3) | ||
# | ||
primitive rsc_SAPHanaTop_@@SID@@_HDB@@INO@@ ocf:suse:SAPHanaTopology \ | ||
op monitor interval=50 timeout=600 \ | ||
op start interval=0 timeout=3600 \ | ||
op stop interval=0 timeout=300 \ | ||
params SID=@@SID@@ InstanceNumber=@@INO@@ | ||
# | ||
clone cln_SAPHanaTop_@@SID@@_HDB@@INO@@ rsc_SAPHanaTop_@@SID@@_HDB@@INO@@ \ | ||
meta clone-node-max=1 interleave=true | ||
# | ||
#################################################################### | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# clone FIL (4) | ||
# | ||
primitive rsc_SAPHanaFil_@@SID@@_HDB@@INO@@ ocf:suse:SAPHanaFilesystem \ | ||
op monitor interval=60 timeout=60 \ | ||
op start interval=0 timeout=10 \ | ||
op stop interval=0 timeout=20 on-fail=fence \ | ||
params SID=@@SID@@ InstanceNumber=@@INO@@ | ||
# | ||
clone cln_SAPHanaFil_@@SID@@_HDB@@INO@@ rsc_SAPHanaFil_@@SID@@_HDB@@INO@@ \ | ||
meta clone-node-max=1 interleave=true | ||
# | ||
#################################################################### | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# promotable clone (5) | ||
# | ||
primitive rsc_SAPHanaCon_@@SID@@_HDB@@INO@@ ocf:suse:SAPHanaController \ | ||
op start interval=0 timeout=3600 \ | ||
op stop interval=0 timeout=3600 \ | ||
op promote interval=0 timeout=900 \ | ||
op monitor interval=60 role=Promoted timeout=700 \ | ||
op monitor interval=61 role=Unpromoted timeout=700 \ | ||
params SID=@@SID@@ InstanceNumber=@@INO@@ PREFER_SITE_TAKEOVER=yes DUPLICATE_PRIMARY_TIMEOUT=600 AUTOMATED_REGISTER=yes \ | ||
meta priority=100 | ||
# | ||
clone mst_SAPHanaCon_@@SID@@_HDB@@INO@@ rsc_SAPHanaCon_@@SID@@_HDB@@INO@@ \ | ||
meta clone-max=2 clone-node-max=1 interleave=true promotable=true maintenance=true | ||
# | ||
#################################################################### | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# primitive IP (6) | ||
# | ||
primitive rsc_ip_@@SID@@ IPaddr2 \ | ||
params ip=@@IP@@ \ | ||
op monitor interval=60 timeout=20 \ | ||
op_params on_fail=restart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# constraints (7) | ||
# | ||
colocation col_ip_prim_SAPHana_@@SID@@_HDB@@INO@@ 2000: rsc_ip_@@SID@@:Started mst_SAPHanaCon_@@SID@@_HDB@@INO@@:Promoted | ||
# | ||
order ord_SAPHana_@@SID@@_HDB@@INO@@ Optional: cln_SAPHanaTop_@@SID@@_HDB@@INO@@ mst_SAPHanaCon_@@SID@@_HDB@@INO@@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# | ||
# sle15 hana ScaleUp perfopt: | ||
# | ||
crm-bs.txt | ||
crm-sbd.txt | ||
crm-saphanatop.txt | ||
crm-saphana.txt | ||
crm-vip.txt | ||
crm-cs.txt | ||
|
||
# | ||
# sle15 hana ScaleUp costopt: | ||
# | ||
crm-bs.txt | ||
crm-saphanatop.txt | ||
crm-saphana.txt | ||
crm-vip.txt | ||
crm-cs.txt | ||
crm-si.txt | ||
crm-con.txt | ||
|
||
# | ||
# sle15 hana ScaleOut | ||
# | ||
crm-bs.txt | ||
crm-fencing.txt | ||
crm-saphanatop.txt | ||
crm-saphanacon.txt | ||
crm-vip.txt | ||
crm-cs.txt | ||
|
||
# | ||
# sle15 hana ScaleOut Multi-Target | ||
# | ||
crm-bs.txt | ||
crm-fencing.txt | ||
crm-saphanatop.txt | ||
crm-saphanacon.txt | ||
crm-vip.txt | ||
crm-cs.txt | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
.\" Version: 1.001 | ||
.\" | ||
.TH SAPHanaSR-tester-client 7 "27 Jan 2024" "" "SAPHanaSR" | ||
.\" | ||
.SH NAME | ||
SAPHanaSR-tester-client \- Client for functional testing SAPHanaSR clusters. | ||
.PP | ||
.\" | ||
.DESCRIPTION | ||
.\" | ||
SAPHanaSR-tester-client is a package that allows to use SAPHanaSR-tester for | ||
testing classical SAPHanaSR and SAPHanaSR-ScaleOut HA clusters. | ||
|
||
.B SAPHanaSR-tester is shipped as technology preview. | ||
|
||
The package provides a specific version of SAPHanaSR-shwoAttr, compatible to | ||
SAPHanaSR-angi and SAPHanaSR-tester. | ||
.PP | ||
.\" | ||
.SH EXAMPLES | ||
.\" | ||
\fB*\fR Checking the SAPHanaSR-showAttr. | ||
.PP | ||
The specific SAPHanaSR-showAttr is called to show the output format needed for | ||
testing. See manual page SAPHanaSR-showAttr(8) from package SAPHanaSR-angi for | ||
details. | ||
.PP | ||
.RS 2 | ||
# /usr/bin/SAPHanaSR-showAttr --format=tester | ||
.RE | ||
.PP | ||
.\" | ||
.SH FILES | ||
.\" | ||
.TP | ||
/usr/bin/SAPHanaSR-showAttr | ||
specific SAPHanaSR-showAttr, compatible to SAPHanaSR-angi and SAPHanaSR-tester | ||
.PP | ||
.\" | ||
.SH REQUIREMENTS | ||
See SAPHanaSR-tester(7), SAPHanaSR-tests-classic-ScaleUp(7) and SAPHanaSR(7). | ||
.\" | ||
.SH BUGS | ||
The SAPHanaSR-tester-client is under development. Syntax and formats are | ||
subject to change. | ||
.br | ||
In case of any problem, please use your favourite SAP support process to open | ||
a request for the component BC-OP-LNX-SUSE. | ||
Please report any other feedback and suggestions to [email protected]. | ||
.PP | ||
.\" | ||
.SH SEE ALSO | ||
\fBSAPHanaSR-tester\fP(7) , \fBSAPHanaSR-tests-classic-ScaleUp\fP(7) , | ||
\fBSAPHanaSR-showAttr\fP(8), \fBSAPHanaSR\fP(7) | ||
.PP | ||
.\" | ||
.SH AUTHORS | ||
F.Herschel, L.Pinne. | ||
.PP | ||
.\" | ||
.SH COPYRIGHT | ||
(c) 2024 SUSE LLC | ||
.br | ||
The package SAPHanaSR-tester comes with ABSOLUTELY NO WARRANTY. | ||
.br | ||
For details see the GNU General Public License at | ||
http://www.gnu.org/licenses/gpl.html | ||
.\" |
Oops, something went wrong.