You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ha_cluster_manage_firewall: true attribute does not alter the firewalld configuration for the qdevice node.
In tasks/main.yml in task "Install and configure HA cluster" the firewall.yml inclusion only applies when the ha_cluster_cluster_present is true which will always be false for the qdevice.
Looks like the firewall.yml inclusion should also be added in tasks/shell_pcs/pcs-qnetd.yml
Available firewalld services in qdevice after running the role.
The ha_cluster_manage_firewall: true attribute does not alter the firewalld configuration for the qdevice node.
In tasks/main.yml in task "Install and configure HA cluster" the firewall.yml inclusion only applies when the ha_cluster_cluster_present is true which will always be false for the qdevice.
Looks like the firewall.yml inclusion should also be added in tasks/shell_pcs/pcs-qnetd.yml
Available firewalld services in qdevice after running the role.
[root@qdevice ~]#
[root@qdevice ~]# firewall-cmd --list-services
cockpit dhcpv6-client ssh
[root@qdevice ~]#
The text was updated successfully, but these errors were encountered: