Actions
Feature #18583
openAllow bonding network configuration
Status:
New
Priority:
Normal
Assignee:
-
Category:
Image
Description
Currently only regular IPv4 or VLAN are supported by TUI and CMDLINE interfaces. This is a feature request to support bond, or LACP in general.
- provide kernel command line options to setup bond
- add new fields to network credentials TUI screen to provide the same
Maybe we should consider dropping our own TUI and using nmtui instead, also kernel command line options might be simply nmcli commands so users could setup any possible configuration that NetworkManager supports. This will be more work, but it will cover all possible scenarios like complex LACP with VLANs or IPv6.
Updated by Lukas Zapletal over 7 years ago
Bonding can be configured on FDI via script:
https://github.com/theforeman/foreman-discovery-image/pull/101
But there is still work on Plugin side, it currently errors out due to missing MAC/IP address for bonded inteface.
Actions