Bug 1554923

Summary: Egress traffic is blocked between a physical node and a VM node
Product: OpenShift Container Platform Reporter: Taneem Ibrahim <tibrahim>
Component: NetworkingAssignee: Dan Winship <danw>
Status: CLOSED DUPLICATE QA Contact: Meng Bo <bmeng>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.7.0CC: aos-bugs
Target Milestone: ---   
Target Release: 3.10.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-17 20:36:39 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 Taneem Ibrahim 2018-03-13 15:05:56 UTC
Description of problem:

When the application is deployed on a bare metal node and the egress hostsubnet is on a VM node, the namespace wide Egress traffic is blocked. The call to external endpoint fails as a result. 

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

v3.7.9

How reproducible:
Always.

Steps to Reproduce:
1. Build a cluster that has a mix of at least one bare metal node and one VMWare virtual node. For VMWare, do not use the VXLAN ESX plugin, instead use virtual switches.
2. Deploy a pod on the physical node and assign the VM node to be the egress host node. Please see instructions below:
https://docs.openshift.com/container-platform/3.7/admin_guide/managing_networking.html#enabling-static-ips-for-external-project-traffic
3. Hit an external server (outside of OCP) from the deployed pod (via oc exec or oc rsh). 

Actual results:

No traffic flow happens for egress. The TCP dump shows no VXLAN packets flowing to the egress IP on the VM node.

Expected results:

Egress traffic flows to the external server correctly. 

Additional info:

- This issue does not occur if both nodes are deployed on VMs or both nodes are deployed as physical nodes.

Comment 1 Dan Winship 2018-03-17 20:36:39 UTC
This turned out to be totally unrelated to the physical-vs-VM thing, and was just the already-fixed "egress IPs break after restarting node service" bug.

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