Skip to content
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 separation for rhel and sles #606

Closed
marcelmamula opened this issue Jan 16, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@marcelmamula
Copy link
Contributor

Current setup with sap_ha_pacemaker_cluster role is using lot of Redhat variables which are not existing in SUSE.
I am planning to separate them from platform and scenario var files into their respective platform files.

@sean-freeman Let me know if you agree with this and I will proceed.

Issue example:
hana_scaleout_common.yml:

__sap_ha_pacemaker_cluster_sap_extra_packages:
  - resource-agents-sap-hana-scaleout

SUSE has only combined package with 'resource-agents'

This could be resolved by removing listed vars from their vars and moving them to suse/redhat vars:

  • __sap_ha_pacemaker_cluster_sap_extra_packages
  • sap_ha_pacemaker_cluster_fence_agent_packages
  • __sap_ha_pacemaker_cluster_repos
@marcelmamula marcelmamula self-assigned this Jan 16, 2024
@marcelmamula
Copy link
Contributor Author

Change contained in PR #642

@ja9fuchs ja9fuchs added the enhancement New feature or request label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants