Bug 1188366 - Packstack does not open vxlan ports in iptables with ip source of the network specified in CONFIG_NEUTRON_OVS_TUNNEL_IF
Summary: Packstack does not open vxlan ports in iptables with ip source of the network...
Keywords:
Status: CLOSED DUPLICATE of bug 1215638
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-packstack
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 7.0 (Kilo)
Assignee: Martin Magr
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-02 17:13 UTC by Pedro Navarro
Modified: 2016-04-18 06:49 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-18 19:31:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pedro Navarro 2015-02-02 17:13:09 UTC
Description of problem:

Packstack does not open the VXLAN port in the network specified in CONFIG_NEUTRON_OVS_TUNNEL_IF

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


How reproducible: Multi node environment, when Tunneling interface is different than the management network

Steps to Reproduce:
1. Install packstack
2. 
3. 

Actual results:
cat /etc/sysconfig/iptables
The affected line:

-A INPUT -s $MANAGEMENT_NETWORK/32 -p udp -m multiport --dports 4789 -m comment --comment "001 neutron tunnel port incoming neutron_tunnel_10.0.2.200_10.0.2.200" -j ACCEPT


Expected results:
cat /etc/sysconfig/iptables
The affected line:

-A INPUT -s $TUNNELING_NETWORK/32 -p udp -m multiport --dports 4789 -m comment --comment "001 neutron tunnel port incoming neutron_tunnel_10.0.4.200_10.0.4.200" -j ACCEPT

Additional info:

Comment 5 Ivan Chavero 2015-06-18 19:31:58 UTC

*** This bug has been marked as a duplicate of bug 1215638 ***


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