Bug 1513764
| Summary: | Allow egress router to run on non-default interface | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Dan Winship <danw> | |
| Component: | Networking | Assignee: | Casey Callendrello <cdc> | |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> | |
| Status: | CLOSED EOL | Docs Contact: | ||
| Severity: | medium | |||
| Priority: | medium | CC: | aos-bugs, bbennett, erich, hongli, mcurry, rhowe, smunilla, xtian | |
| Version: | 3.8.0 | |||
| Target Milestone: | --- | |||
| Target Release: | 3.8.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: |
Feature: The "assign-macvlan" pod annotation can now take the name of a network interface rather than just "true" or "false".
Reason:
Result: egress-routers can now be run on a non-default network interface
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1513767 1513768 (view as bug list) | Environment: | ||
| Last Closed: | 2019-12-05 21:59:22 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1513767, 1513768 | |||
|
Description
Dan Winship
2017-11-15 22:40:45 UTC
Just for reference:
The annotation will still accept true and false
pod.network.openshift.io/assign-macvlan: "true"
this allows it to accept further values like
pod.network.openshift.io/assign-macvlan: "eth1"
The bug has been fixed on v3.9.3 |