-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the cluster resource template as per the suse best practises guide #61
Comments
Some points I did not cover : 3.rsc_socat should be replaced by the azure-lb resource agent. |
@Simranpal @petersatsuse
We cannot really know what to put there for each of the providers. We just followed the guides |
@diegoakechi cc |
I did start a overview table for the various scenarios - i thought i had sent it around. |
Peter Schinagl identified some improvements to
cluster_resources.j2.
and differences to BestPractice SAP_NW740_SLE15 :"property cib-bootstrap-options" is only available for AWS
and is different to BestPractice
rsc_defaults rsc-options: is only available for AWS
op_defaults op-options: is only available for AWS
Structure of the cluster_resources could be grouped to made it better
readable e.g. have all IP settings together as a block, similar for the other parts
rsc_socat
should be replaced by theazure-lb
resource agentprimitive rsc_sap_{{ sid }}_ASCS{{ ascs_instance }} SAPInstance
op monitor interval=120
vsop monitor interval=11
on BestPractice;same for the ERS primitive
ERS group has meta resource stickiness vs none on best BestPractice
https://documentation.suse.com/sbp/all/single-html/SAP_NW740_SLE15_SetupGuide/
The text was updated successfully, but these errors were encountered: