Skip to content

Commit

Permalink
Add support for Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed May 7, 2023
1 parent e111c85 commit d05d315
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 and CentOS 8 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 and CentOS 8 Stream systems.

This role can configure following aspects of pacemaker cluster:
- enable needed system repositories
Expand Down Expand Up @@ -48,7 +48,7 @@ Ansible version **2.9.10** and **2.9.11** will fail with error `"'hostvars' is u

On **CentOS Linux 8** you have to ensure that BaseOS and Appstream repositories are working properly. As the CentOS Linux 8 is in the End-Of-Life phase, this role will configure HA repository to point to vault.centos.org if repository configuration (`enable_repos: true`) is requested (it is by default).

**pcs-0.11** version distributions (AlmaLinux 9, Rocky Linux 9, RHEL 9, Fedora 36/37) are supported only with ondrejhome.pcs-modules-2 version 27.0.0 or higher.
**pcs-0.11** version distributions (AlmaLinux 9, Rocky Linux 9, RHEL 9, Fedora 36/37/38) are supported only with ondrejhome.pcs-modules-2 version 27.0.0 or higher.

Role Variables
--------------
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ galaxy_info:
- 35
- 36
- 37
- 38
- name: Debian
versions:
- 'buster'
Expand Down
20 changes: 20 additions & 0 deletions vars/fedora38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
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
firewall_packages:
- firewalld

pcsd_configuration_file: /etc/sysconfig/pcsd

0 comments on commit d05d315

Please sign in to comment.