RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1141608 - PackStack sets unrecognized "net.bridge.bridge-nf-call*" keys on up to date CentOS 6
Summary: PackStack sets unrecognized "net.bridge.bridge-nf-call*" keys on up to date C...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Ivan Chavero
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-15 03:11 UTC by Stephen Gordon
Modified: 2016-04-18 06:48 UTC (History)
8 users (show)

Fixed In Version: openstack-packstack-2014.1.1-0.29.1.dev1251.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-22 19:40:59 UTC
Embargoed:


Attachments (Terms of Use)
neutron.pp.log (3.19 KB, application/octet-stream)
2014-09-15 03:15 UTC, Stephen Gordon
no flags Details
openstack-setup.log (6.66 KB, text/plain)
2014-09-15 03:16 UTC, Stephen Gordon
no flags Details

Description Stephen Gordon 2014-09-15 03:11:50 UTC
Description of problem:

Running packstack --allinone on a fresh and up to date CentOS6 installation I receive:

"""
Applying 192.168.122.152_neutron.pp
192.168.122.152_neutron.pp:                       [ ERROR ]           
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.122.152_neutron.pp
Error: sysctl -p /etc/sysctl.conf returned 255 instead of one of [0]
You will find full trace in log /var/tmp/packstack/20140914-225857-OebbrQ/manifests/192.168.122.152_neutron.pp.log
Please check log file /var/tmp/packstack/20140914-225857-OebbrQ/openstack-setup.log for more information
"""

Running `sysctl -p /etc/sysctl.conf` myself I receive:

"""
sysctl -p /etc/sysctl.conf
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
"""

I manually removed the errant lines and re-ran packstack but it added them back and encountered the same error.

Version-Release number of selected component (if applicable):

openstack-packstack-2014.1.1-0.28.dev1238.el6.noarch

How reproducible:

Every time.

Steps to reproduce:

1. Install CentOS 6.5.
2. Add EPEL repository.
3. Add RDO repository.
4. Yum update.
5. Install openstack-packstack
6. Run packstack --allinone

Comment 1 Stephen Gordon 2014-09-15 03:15:59 UTC
Created attachment 937414 [details]
neutron.pp.log

Comment 2 Stephen Gordon 2014-09-15 03:16:22 UTC
Created attachment 937415 [details]
openstack-setup.log

Comment 3 Gaël Chamoulaud 2014-09-15 07:44:24 UTC
Already fixed in https://bugzilla.redhat.com/show_bug.cgi?id=1132129.

Comment 4 Stephen Gordon 2014-09-15 17:44:02 UTC
(In reply to Gaël Chamoulaud from comment #3)
> Already fixed in https://bugzilla.redhat.com/show_bug.cgi?id=1132129.

That appears to be fixed in a RHOS build, there needs to also be an updated RDO build.

Comment 5 Lars Kellogg-Stedman 2015-03-29 02:29:37 UTC
Are there plans to release a fixed openstack-packstack package for RDO Icehouse?  As it stands, this error causes icehouse installs to fail (on Fedora 20, and probably on CentOS 7, too, although I did not test that).

Comment 6 Martin Magr 2015-03-30 10:29:50 UTC
AFAIK Ivan is currently working on Icehouse. Reassigning to him and forwarding needinfo.

Comment 8 Ivan Chavero 2015-07-22 19:40:59 UTC
The current packstack version does not have this problem.


Note You need to log in before you can comment on or make changes to this bug.