Bug 886482
| Summary: | Prepare setup to configure firewalld | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Ohad Basan <obasan> |
| Component: | ovirt-engine-installer | Assignee: | Alex Lourie <alourie> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2 | CC: | acathrow, eedri, iheim, jkt, mgoldboi, sgordon |
| Target Milestone: | --- | ||
| Target Release: | 3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | integration | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-23 07:30:42 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
Ohad Basan
2012-12-12 11:46:03 UTC
2012-12-19 11:53:43::ERROR::engine-setup::2194::root:: Traceback (most recent call last):
File "/usr/bin/engine-setup", line 2188, in <module>
main(confFile)
File "/usr/bin/engine-setup", line 1971, in main
runSequences()
File "/usr/bin/engine-setup", line 1905, in runSequences
controller.runAllSequences()
File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, in runAllSequences
sequence.run()
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 154, in run
step.run()
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run
function()
File "/usr/bin/engine-setup", line 943, in _configIptables
raise Exception(output_messages.ERR_EXP_FAILED_CFG_IPTABLES)
Exception: Failed to configure firewall (iptables)
Note that at this late stage in the F18 cycle firewalld is still expected to be the default (iptables isn't even in @minimal, though you can install it later). Merged in commit http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=21bc188d52c4fbaae18522542fb16d6dd609d939 as RC is built, moving to ON_QA (hopefully did not catch incorrect bugs when doing this) closing as this should be in 3.3 (doing so in bulk, so may be incorrect) |