<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>I am trying to open a port on the node.</p>
    <p>For that, in the cluster configuration I have choosed firewalld,
      I have created the  <code><b>/etc/ovirt-engine/ansible/ovirt-host-deploy-post-tasks.yml</b>
        file.</code></p>
    <p><code><br>
        - name: Enable additional port on firewalld<br>
          firewalld:<br>
            port: "12345/tcp"<br>
            permanent: yes<br>
            immediate: yes<br>
            state: enabled<br>
      </code></p>
    <p><code>then I have rebooted the node like it is noticed on this
        link :<br>
      </code></p>
    <p><code><a class="moz-txt-link-freetext" href="https://www.ovirt.org/blog/2017/12/host-deploy-customization/">https://www.ovirt.org/blog/2017/12/host-deploy-customization/</a><br>
      </code></p>
    <p><code>On the node, after the reboot, I read the iptables
        (iptables -L) and the port is not open.<br>
      </code></p>
    <p><code>I have just updated the engine and the node is 4.2.1.1.</code></p>
    <p><code>Is there some change about the firewalld in this version ?
        (in 4.2.0 it worked)<br>
      </code></p>
    <p><code>Sincerery<br>
      </code></p>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.71A2D5E6.CB2ABD82@ac-guadeloupe.fr" border="0"></div>
  </body>
</html>