Issue:
pcs corosync commands currently create corosync file with predefined default values that are not exposed through variables.
Example: logging
https://github.com/linux-system-roles/ha_cluster/blob/main/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml does not specify logging, but it is created by default.
Reason:
- Allow users to specify logging details during runtime
- Enable planned rework of crmsh jinja template to use other existing variables like
ha_cluster_totem
Resolution:
It would be helpful if variables (ex. like ha_cluster_logging) were added into corosync setup tasks as well as exposed in defaults and Readme.
Issue:
pcs corosync commands currently create corosync file with predefined default values that are not exposed through variables.
Example: logging
https://github.com/linux-system-roles/ha_cluster/blob/main/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml does not specify logging, but it is created by default.
Reason:
ha_cluster_totemResolution:
It would be helpful if variables (ex. like
ha_cluster_logging) were added into corosync setup tasks as well as exposed in defaults and Readme.