Feature #9945
closedAdd vlan kernel command line params to configure primary interface VLAN
Description
Add VLAN support for primary interface (the one it was PXE booted from or which was selected on the NIC screen).
For PXE mode discovery, new kernel option can be implemented: fdi.vlan.primary
defining VLAN ID for primary (provisioning) interface. This is the interface it was PXE-booted from.
For secondary interfaces, VLAN will not be implemented. Please send comments if you want this to be implemented and how.
For PXE-less mode, new field will be added on the NIC selection dialog which will allow to define VLAN for the primary interface.
Updated by Lukas Zapletal almost 10 years ago
- Related to Feature #9943: Kernel param to override PEERDNS and DEFROUTE added
Updated by Lukas Zapletal over 9 years ago
The problem with kernel parameter is that you can only apply it for ALL discovered nodes on ALL networks as the template is generic. Once we have @subnet available in the discovery template, we can acquire the VLAN ID from there so this will work even automatic.
Updated by Lukas Zapletal over 9 years ago
- Is duplicate of Feature #10835: Add support for VLAN ID into the image added
Updated by Lukas Zapletal over 8 years ago
- Tracker changed from Bug to Feature
- Description updated (diff)
Updated by Lukas Zapletal over 8 years ago
- Subject changed from Add vlan kernel command line params to configure VLAN interfaces to Add vlan kernel command line params to configure primary interface VLAN
Let's just configure primary interface VLAN in this ticket. I don't think it makes sense to do for secondary ones.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman-discovery-image/pull/76 added
Updated by Lukas Zapletal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-discovery-image|11ba0ae5a1c2fb5237ec9ece584d49d2f08ab429.
Updated by Lukas Zapletal over 7 years ago
- Related to Bug #20128: Increase timeout for nmcli and introduce fdi.nmwait kernel option added