sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
50 stars 54 forks source link

sap_ha_pacemaker_cluster: Variable separation for rhel and sles #606

Open marcelmamula opened 6 months ago

marcelmamula commented 6 months ago

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:

marcelmamula commented 5 months ago

Change contained in PR https://github.com/sap-linuxlab/community.sap_install/pull/642