Skip to content

Releases: linux-system-roles/ha_cluster

Version 1.9.3

26 May 18:46
Compare
Choose a tag to compare

[1.9.3] - 2023-05-26

Other Changes

  • style: address ansible-lint issues
  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: fix collection requirements section
  • style: fix linter issues in SBD task files
  • test: update for upcoming pcs release
  • refactor: update qdevice for upcoming pcs release

Version 1.9.2

28 Apr 00:55
Compare
Choose a tag to compare

[1.9.2] - 2023-04-27

Other Changes

  • test: check generated files for ansible_managed, fingerprint
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback

Version 1.9.1

14 Apr 13:57
7763213
Compare
Choose a tag to compare

[1.9.1] - 2023-04-13

Other Changes

  • fix ansible-lint issues with changed_when, others (#118)

Version 1.9.0

06 Apr 18:57
74022fa
Compare
Choose a tag to compare

[1.9.0] - 2023-04-06

New Features

  • add support for resource and operation defaults
  • Add possibility to load SBD watchdog kernel modules (#82)

Bug Fixes

  • use pcs to setup qdevice certificates if available

Other Changes

  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#115)
  • Fingerprint RHEL System Role managed config files (#116)

Version 1.8.7

08 Feb 16:44
908bb17
Compare
Choose a tag to compare

[1.8.7] - 2023-02-08

New Features

  • none

Bug Fixes

  • Fix stonith watchdog timeout; fix purging nodes from pacemaker (#105)

Other Changes

  • none

Version 1.8.6

02 Feb 23:29
cac33cc
Compare
Choose a tag to compare

[1.8.6] - 2023-02-02

New Features

  • none

Bug Fixes

  • Fence agent firewall port is restricted to x86_64 architecture. (#106)

Other Changes

  • none

Version 1.8.5

13 Jan 15:10
159d057
Compare
Choose a tag to compare

[1.8.5] - 2023-01-13

New Features

  • none

Bug Fixes

  • Not request password to be specified when purging cluster (#92)

When running the role with ha_cluster_cluster_present: false to purge
cluster passwords are not required
Add a missing bool mapping
do not set hacluster password when it is empty

Other Changes

  • ansible-lint 6.x fixes (#94)
  • Add check for non-inclusive language (#97)

Version 1.8.4

13 Dec 23:30
2bf1767
Compare
Choose a tag to compare

[1.8.4] - 2022-12-13

New Features

  • none

Bug Fixes

  • Allow enabled SBD on disabled cluster (#81)

Currently the sbd.service will not be enabled if the cluster autostart
is disabled. This is not intended behavior as is will effectively break
the feature. We can simply remove the condition to depend on
ha_cluster_start_on_boot as on a RHEL8 system the sbd.service has a
dependencies (Before/After/PartOf/RequiredBy) to cluster related
services which make sure it is only ever started by the cluster (a
manual start is not possible).

Other Changes

  • none

Version 1.8.3

12 Dec 15:38
Compare
Choose a tag to compare

[1.8.3] - 2022-12-12

New Features

  • none

Bug Fixes

  • command warn is not supported in ansible-core 2.14

If users want to suppress the warning, users will need to configure
ansible.cfg.

  • fix ownership of cib.xml

  • update for upcoming pcs release

The upcoming pcs brings stricter validation for resource
configuration to prevent certain types of misconfiguration.

  • tests: add qnetd cleanup

Other Changes

  • none

Version 1.8.2

30 Nov 16:35
Compare
Choose a tag to compare

[1.8.2] - 2022-11-30

New Features

  • none

Bug Fixes

  • fix qnetd check mode

Other Changes

  • none