Description of problem: When running OVN provider components on a server that runs iptables, OVN related traffic might be blocked. Currently, administrators needs to manually open iptables ports in order to get OVN traffic to pass. I suggest automating this procedure by adding a script in the ovirt-provider-ovn RPM package, or by adding support for it in engine-setup. The solution needs to be ovn/engine-aware because not all engines are OVN hosts. Version-Release number of selected component (if applicable): Version 4.1.2-0.1.el7 How reproducible: 100% Steps to Reproduce: 1. Install ovirt-provider-ovn on RHV engine. 2. Start/make sure iptables is running. Actual results: OVN traffic is blocked if iptables is running and not configured with OVN related ports: 9696, 6641 and 6642. Expected results: iptables should be configured automatically by ovirt-provider-ovn package or by engine-setup. Additional info:
https://gerrit.ovirt.org/#/c/74021/ plans to do it in engine-setup.
*** This bug has been marked as a duplicate of bug 1432354 ***