Skip to content

Commit

Permalink
Add Fedora 39 support
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Feb 6, 2024
1 parent 03fb53b commit bab7624
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ha-cluster-pacemaker
=========

Role for configuring and expanding basic pacemaker cluster on CentOS/RHEL 6/7/8/9, AlmaLinux 8/9, Rocky Linux 8/9, Fedora 31/32/33/34/35/36/37/38 and CentOS 8/9 Stream systems.
Role for configuring and expanding basic pacemaker cluster on CentOS/RHEL 6/7/8/9, AlmaLinux 8/9, Rocky Linux 8/9, Fedora 31/32/33/34/35/36/37/38/39 and CentOS 8/9 Stream systems.

This role can configure following aspects of pacemaker cluster:
- enable needed system repositories
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ galaxy_info:
- 36
- 37
- 38
- 39
- name: Debian
versions:
- 'buster'
Expand Down
22 changes: 22 additions & 0 deletions vars/fedora39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
pacemaker_packages:
- pcs
- pacemaker
pacemaker_remote_packages:
- pcs
- pacemaker-remote
fence_xvm_packages:
- fence-virt
fence_kdump_packages:
- fence-agents-kdump
- kexec-tools
fence_vmware_soap_packages:
- fence-agents-vmware-soap
fence_vmware_rest_packages:
- fence-agents-vmware-rest
fence_aws_packages:
- fence-agents-aws
firewall_packages:
- firewalld

pcsd_configuration_file: /etc/sysconfig/pcsd

0 comments on commit bab7624

Please sign in to comment.