Bug 1722979

Summary: Disabling firewall via kickstart fails
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Martin Kolman <mkolman>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, jonathan, kellin, robatino, sgallagh, vanmeeuwen+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: openqa
Fixed In Version: anaconda-31.18-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-15 15:57:33 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:
Bug Depends On:    
Bug Blocks: 1644937    

Description Adam Williamson 2019-06-21 21:58:04 UTC
openQA has a test which checks that a kickstart install that disables the firewall works. In Fedora-Rawhide-20190621.n.0, it didn't.

The test runs a kickstart install with http://fedorapeople.org/groups/qa/kickstarts/firewall-disabled-net.ks , which has a line:

firewall --disabled

the install runs successfully, but when the test checks whether the firewall is running, it is:

https://openqa.fedoraproject.org/tests/414596#step/firewall_disabled/4

note the state shown is 'running'. It shouldn't be.

This last worked in 20190604.n.0. In 20190609.n.1 the test failed earlier because of https://bugzilla.redhat.com/show_bug.cgi?id=1719057 , and there were no composes between 20190609.n.1 and 20190621.n.0. Proposing as a Beta blocker per basic criterion "...Supported install-time firewall configuration options must work correctly" - https://fedoraproject.org/wiki/Basic_Release_Criteria#Firewall_configuration

Comment 1 Martin Kolman 2019-06-24 20:24:38 UTC
PR: https://github.com/rhinstaller/anaconda/pull/2027

Comment 2 Stephen Gallagher 2019-07-15 13:18:30 UTC
+1 blocker

Comment 3 Adam Williamson 2019-07-15 15:57:33 UTC
oh, this was fixed a while back, test has been passing since.