Hide Forgot
Description of problem: since f5 router support vxlan in 3.4, so "oadm router" command should add two options for them: external-host-internal-adress and external-host-vxlan-gw-cidr. Version-Release number of selected component (if applicable): openshift v3.4.0.16+cc70b72 kubernetes v1.4.0+776c994 etcd 3.1.0-rc.0 F5 BIG-IP: 12.1.1.0.0.184 How reproducible: always Steps to Reproduce: 1. run "oadm router -h" Actual results: cannot find the options: external-host-internal-adress and external-host-vxlan-gw-cidr Expected results: "oadm router" should support the new options Additional info: currently, we need to create f5 router firstly, then add the options as ENV to enable VxLAN.
Rajat: is this a reasonable request for the future?
Fixed with https://github.com/openshift/origin/pull/11677
The PR has been merged into latest OCP build. Move to ON_QA
Verified in OCP 3.4.0.22 and issue has been fixed. the added two options works well: --external-host-internal-ip=x.x.x.x --external-host-vxlan-gw=x.x.x.x/x