Bug 1037635
Summary: | prescript.pp fails with '/sbin/service iptables start' returning 6 | |||
---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Miguel Angel Ajo <majopela> | |
Component: | openstack-puppet-modules | Assignee: | Martin Magr <mmagr> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | unspecified | CC: | aortega, derekh, lars, majopela, mmagr, rikunjpatel, srevivo, yeylon | |
Target Milestone: | --- | Keywords: | Reopened | |
Target Release: | --- | Flags: | majopela:
needinfo-
|
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-puppet-modules-2014.1-13.1.el6 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1039334 (view as bug list) | Environment: | ||
Last Closed: | 2016-03-30 23:00:43 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
Miguel Angel Ajo
2013-12-03 14:12:46 UTC
Hmm, I encountered this same bug while using packstack but I'm afraid it has nothing to do with packstack, could you please check whether you can start iptables before packstack installations? In my case it looks like my iptables rpm does not contain the /etc/sysconfig/iptables file hence the init script fails on start. Fixed it by running system-config-firewall-tui setup basic firewall rules, allow ssh,http and https confirm and exit verify the status: service iptables status restart the installation of packstack. Packstack does not start iptables directly, so this error won't appear anymore. *** Bug 1039694 has been marked as a duplicate of this bug. *** Alvaro, this is not a duplicate of 1039694. That issue has to do with iptables being replaced by firewalld on F19 (and later). Upstream bug: https://bugs.launchpad.net/packstack/+bug/1305256 I have submitted a patch to the puppetlabs-firewall project that corrects this problem: https://github.com/puppetlabs/puppetlabs-firewall/pull/365 |