[RFE] Support OVN vtep ports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Wishlist
|
Boushra Sondos Bettir |
Bug Description
OVN has a special vtep port type which is used by OVN to configure top-of-rack switches. When a vtep port is added to an OVN logical switch, the ovn_controller_vtep daemon configures the switch via OVSDB to bind a physical port to a logical switch (tenant network).
Neutron already has support for this VTEP port type
by specifying the "vtep-logical-
This RFE proposes that we add these two additional fields to the local_link_
We have completed a PoC of this workflow and the end result is the ability for baremetal ports to be bound to tenant networks (even vxlan) without requiring any custom ML2 development. In addition, the movement of the baremetal port across the provisioning/
Changed in ironic: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
tags: | added: rfe-approved |
Changed in ironic: | |
assignee: | nobody → Boushra Sondos Bettir (boushrabettir04) |
In case it's not clear I plan on working on and submitting a bug against this RFE if the proposal is accepted.