Bug 1318780
| Summary: | Firewalld down after launch-fusor-installer | ||
|---|---|---|---|
| Product: | Red Hat Quickstart Cloud Installer | Reporter: | Thom Carlin <tcarlin> |
| Component: | fusor-installer | Assignee: | Jason Montleon <jmontleo> |
| Status: | CLOSED NOTABUG | QA Contact: | Dave Johnson <dajohnso> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0 | CC: | jmontleo |
| Target Milestone: | TP3 | Keywords: | Triaged |
| Target Release: | 1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-21 15:52:38 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: | 1315447 | ||
|
Description
Thom Carlin
2016-03-17 19:15:38 UTC
we purposefully stop firewalld and start iptables. To date we haven't found or written a puppet module capable of properly managing firewalld. systemctl status iptables ● iptables.service - IPv4 firewall with iptables Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled; vendor preset: disabled) Active: active (exited) since Mon 2016-03-21 11:19:24 EDT; 32min ago Process: 20378 ExecStop=/usr/libexec/iptables/iptables.init stop (code=exited, status=0/SUCCESS) Process: 20454 ExecStart=/usr/libexec/iptables/iptables.init start (code=exited, status=0/SUCCESS) Main PID: 20454 (code=exited, status=0/SUCCESS) Mar 21 11:19:24 qci.example.com systemd[1]: Starting IPv4 firewall with iptables... Mar 21 11:19:24 qci.example.com iptables.init[20454]: iptables: Applying firewall rules: [ OK ] Mar 21 11:19:24 qci.example.com systemd[1]: Started IPv4 firewall with iptables. Is this true also for TripleO? The OOO iso firewall configuration is handled by the OOO teams installer. I would imagine, based on output I have seen from their installer that the same is true. |