iptables sysctl broken on centos 7

Bug #1503416 reported by Steven Dake
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Critical
Martin André

Bug Description

TASK: [nova | Disabling netfilter for bridges] ********************************
failed: [minime-01] => (item=iptables) => {"failed": true, "item": "iptables"}
msg: setting net.ipv4.bridge-nf-call-iptables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-iptables: No such file or directory

failed: [minime-02] => (item=iptables) => {"failed": true, "item": "iptables"}
msg: setting net.ipv4.bridge-nf-call-iptables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-iptables: No such file or directory

failed: [minime-03] => (item=iptables) => {"failed": true, "item": "iptables"}
msg: setting net.ipv4.bridge-nf-call-iptables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-iptables: No such file or directory

failed: [minime-01] => (item=ip6tables) => {"failed": true, "item": "ip6tables"}
msg: setting net.ipv4.bridge-nf-call-ip6tables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-ip6tables: No such file or directory

failed: [minime-02] => (item=ip6tables) => {"failed": true, "item": "ip6tables"}
msg: setting net.ipv4.bridge-nf-call-ip6tables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-ip6tables: No such file or directory

failed: [minime-03] => (item=ip6tables) => {"failed": true, "item": "ip6tables"}
msg: setting net.ipv4.bridge-nf-call-ip6tables failed: sysctl: cannot stat /proc/sys/net/ipv4/bridge-nf-call-ip6tables: No such file or directory

FATAL: all hosts have already failed -- aborting

PLAY RECAP ********************************************************************
           to retry, use: --limit @/root/site.retry

minime-01 : ok=142 changed=32 unreachable=0 failed=1
minime-02 : ok=141 changed=28 unreachable=0 failed=1
minime-03 : ok=141 changed=28 unreachable=0 failed=1

Command failed ansible-playbook -i ansible/inventory/steak -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml /home/sdake/common/kolla/tools/../ansible/site.yml

real 7m56.674s
user 0m33.277s
sys 0m17.407s
[sdake@bigiron kolla]$

Revision history for this message
Steven Dake (sdake) wrote :

Sam,

I assigned this bug to you since you are the author of the original code. If you need access to my machines to speed up the bug fixing process, ping me on irc.

Changed in kolla:
status: New → Triaged
importance: Undecided → Critical
assignee: nobody → Sam Yaple (s8m)
milestone: none → liberty-rc2
Revision history for this message
Steven Dake (sdake) wrote :

Hui confirmed he also sees this problem.

Changed in kolla:
status: Triaged → Confirmed
Martin André (mandre)
Changed in kolla:
assignee: Sam Yaple (s8m) → Martin André (mandre)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/231767
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8c3a646c759e6aa339e596625f377d9b982dd3d4
Submitter: Jenkins
Branch: master

commit 8c3a646c759e6aa339e596625f377d9b982dd3d4
Author: Martin André <email address hidden>
Date: Wed Oct 7 09:11:10 2015 +0900

    Fix wrong sysctl variable name

    The bridge parameters should be net.bridge.* according to install
    documentation at docs.openstack.org.

    Change-Id: Ib29dd462e01f26e3fec48f0730ed322f2704cd8a
    Closes-Bug: #1503416

Changed in kolla:
status: Confirmed → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/231824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/liberty)

Reviewed: https://review.openstack.org/231824
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=eeb144e317862b37d98e16498eda194766b8d17c
Submitter: Jenkins
Branch: stable/liberty

commit eeb144e317862b37d98e16498eda194766b8d17c
Author: Martin André <email address hidden>
Date: Wed Oct 7 09:11:10 2015 +0900

    Fix wrong sysctl variable name

    The bridge parameters should be net.bridge.* according to install
    documentation at docs.openstack.org.

    Change-Id: Ib29dd462e01f26e3fec48f0730ed322f2704cd8a
    Closes-Bug: #1503416
    (cherry picked from commit 8c3a646c759e6aa339e596625f377d9b982dd3d4)

tags: added: in-stable-liberty
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/231861

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/231861
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a38868f9cb33ef66bf376c7e6577a89ebbe95721
Submitter: Jenkins
Branch: master

commit a38868f9cb33ef66bf376c7e6577a89ebbe95721
Author: Sam Yaple <email address hidden>
Date: Wed Oct 7 07:03:45 2015 +0000

    Fix wrong sysctl variable name (part 2)

    Change-Id: I8e4c9beb90a0b289f56947ca6292f6455e26e07b
    Closes-Bug: #1503416

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/231891

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/liberty)

Reviewed: https://review.openstack.org/231891
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=6c83ba028132edc185342dfd3e08c95bd8aa1485
Submitter: Jenkins
Branch: stable/liberty

commit 6c83ba028132edc185342dfd3e08c95bd8aa1485
Author: Sam Yaple <email address hidden>
Date: Wed Oct 7 07:03:45 2015 +0000

    Fix wrong sysctl variable name (part 2)

    Change-Id: I8e4c9beb90a0b289f56947ca6292f6455e26e07b
    Closes-Bug: #1503416
    (cherry picked from commit a38868f9cb33ef66bf376c7e6577a89ebbe95721)

Sam Yaple (s8m)
Changed in kolla:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.