Skip to content

Releases: linux-system-roles/ha_cluster

add pacemaker cluster properties configuration

15 Jul 21:39
Compare
Choose a tag to compare

add pacemaker cluster properties configuration

Add support for ha_cluster_cluster_properties which is used
to set cluster-wide configuration.

See the README for details and examples.

do not fail if openssl is not installed

OpenSSL is used in the role and automated tests to generate random
preshared keys. Previously, OpenSSL was a dependency of pcs. That is no
longer the case since pcs-0.10.8-2.

In the role, keys are no longer generated on the controller, so the role
does not install OpenSSL there. Instead, preshared keys are now
generated on target nodes and the role newly ensures OpenSSL is installed on
target nodes.

In tests, OpenSSL is needed on the controller to test cases when
preshared keys are distributed from the controller. Tests ensure OpenSSL
is installed on the controller.

Code cleanup

27 May 16:57
17281d8
Compare
Choose a tag to compare

Fix several yaml style issues

improve documentation

add pacemaker resources configuration

26 May 21:09
Compare
Choose a tag to compare

Add support for configuring pacemaker resources

Support for EL 9 managed hosts

Initial release

22 Feb 21:41
779bb78
Compare
Choose a tag to compare

Initial release of ha_cluster role