Bug 1038255
Summary: | prescript.pp does not ensure iptables-services package installation | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Gabriele Cerami <gcerami> | ||||
Component: | openstack-puppet-modules | Assignee: | Martin Magr <mmagr> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | high | ||||||
Version: | unspecified | CC: | itamar, Jan.van.Eldik, jeckersb, jlibosva, lars, mmagr, p, srevivo, whayutin, yeylon | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | Icehouse | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | openstack-packstack-2014.1.1-0.8.dev1045 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-03-30 23:06:25 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: | |||||||
Attachments: |
|
Description
Gabriele Cerami
2013-12-04 17:50:20 UTC
Created attachment 832795 [details]
logs of the failing jenkins job
+1 from me, I just hit this same issue and came to file a new bug until I saw this one Packstack does not start iptables service anymore so this bug is not relevant anymore. Reopening as seen with openstack-packstack-puppet-2014.1.1-0.10.dev1045.el7.noarch New firewall support might not be just a matter of a package dependency, as I also see in the logs of bug 1040021, that `service iptables save` is no longer supported: Notice: /Stage[main]/Quickstack::Swift::Proxy/Firewall[001 swift proxy incoming]/ensure: created Warning: Firewall[001 swift proxy incoming](provider=iptables): Unable to persist firewall rules: Execution of '/sbin/service iptables save' returned 2: The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl. This could impact Havana also for Fedora 20? I think this is the same bug reported (and fixed) upstream here: https://github.com/puppetlabs/puppetlabs-firewall/pull/338 For Fedora 19, the Puppet modules should already be trying to use /usr/libexec/initscripts/legacy-actions/iptables/save instead of "/sbin/service iptables save" (although prior to the above fixed, the necessary packages were not installed to make this work). I will take a closer look at an F19 deployment today. *** Bug 1085222 has been marked as a duplicate of this bug. *** It is not. Patch causing this has been merged only in master branch. Created PR for o-p-m: https://github.com/redhat-openstack/openstack-puppet-modules/pull/13 |