Bug 1298995

Summary: firewalld should be disabled or stopped as part of the install process.
Product: OpenShift Container Platform Reporter: Eric Rich <erich>
Component: InstallerAssignee: Jason DeTiberus <jdetiber>
Status: CLOSED WORKSFORME QA Contact: Ma xiaoqiang <xiama>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: aos-bugs, bleanhar, erich, gpei, jokerman, mmccomas, pep, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-18 07:22:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric Rich 2016-01-15 16:05:11 UTC
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.

Comment 2 Eric Rich 2016-01-15 16:18:08 UTC
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.