Description of problem: The install process should disable the firewalld service sine it is not it use. Version-Release number of selected component (if applicable): 3.1 How reproducible: 100% Steps to Reproduce: 1. Install OpenShift Actual results: Firewalld is enabled and active, after the install. Expected results: Firewalld should be disabled.
https://github.com/openshift/openshift-ansible/blob/prod/roles/os_firewall/tasks/firewall/iptables.yml#L16-L21 Seems to indicate that if firewalld is installed, it should be disabled as part of the install process.