https://github.com/openshift/openshift-ansible/pull/3995
Verified with version openshift-ansible-3.3.73-1.git.0.a4580db.el7.noarch. During installation, run a while loop of iptables command on hosts, installer will be slow down at "TASK [os_firewall : Add iptables allow rules]" step, once stop the while loop, installer continue with normal speed. [root@master ~]# while true; do iptables -nL; done ... [root@ansible ~]# ansible-playbook -i hosts -v /usr/share/ansible/openshift-ansible/playbooks/byo/config.yml ... TASK [os_firewall : Add iptables allow rules] ********************************** ... (slow down here during the "while loop" alive) ...
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1244