-
Notifications
You must be signed in to change notification settings - Fork 59
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
sap_ha_pacemaker_cluster: Variable changes for different os and platforms #642
Conversation
Added bugfix for creation of extra_packages list after re-testing for ASCS cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with the overall PR, suggesting amendments for future maintenance ease though.
👋 @marcelmamula Sorry for overdue deep review, been OOO + flu. There are some (thankfully benign) bugs hidden in plainsight discovered as we recompile the vars with this PR, but just out of scope for this PR (e.g. |
Thank you @sean-freeman and I hope you feel better.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per our chat:
All dict lookups should have a | default(...)
appended to cover undefined dictionary keys and avoid having to maintain placeholder keys in every single OS vars file.
As agreed, OS vars file changes and RHEL repo definitions for platforms will be adjusted separately in later PRs.
default was added to package dictionaries, keeping stonith without it as there is no common default value for both os for AWS - as discussed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with the PR and some improvements planned in separate PRs. 👍
2x Approvals, so this can merge when ready @marcelmamula However, I would like to note we need to have consistency in the dictionaries before we release the next version. For example....
|
This PR changes:
I have tested this code on SLES for SAP SP5 and RHEL9.2 along with changes in ha_cluster.
@sean-freeman Thank you for call yesterday to double check contents with me.