Hello,
I am trying to open a port on the node.
For that, in the cluster configuration I have choosed firewalld, I have
created the
|*/etc/ovirt-engine/ansible/ovirt-host-deploy-post-tasks.yml* file.|
|
- name: Enable additional port on firewalld
firewalld:
port: "12345/tcp"
permanent: yes
immediate: yes
state: enabled
|
|then I have rebooted the node like it is noticed on this link :
|
|https://www.ovirt.org/blog/2017/12/host-deploy-customization/
|
|On the node, after the reboot, I read the iptables (iptables -L) and
the port is not open.
|
|I have just updated the engine and the node is 4.2.1.1.|
|Is there some change about the firewalld in this version ? (in 4.2.0 it
worked)
|
|Sincerery
|
--
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users