Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1188366

Summary: Packstack does not open vxlan ports in iptables with ip source of the network specified in CONFIG_NEUTRON_OVS_TUNNEL_IF
Product: Red Hat OpenStack Reporter: Pedro Navarro <pnavarro>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0 (Juno)CC: aortega, ichavero, pnavarro, srevivo, yeylon
Target Milestone: ---   
Target Release: 7.0 (Kilo)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-18 19:31:58 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 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 ***