-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 18: support Netplan configuration #19
Comments
Sorting out the desired end state, I ran into this shenanigan: It's unclear if being required to name the slaves with dummy data to define them is per design, or if it's a bug in implementation. It's enough to set I also have found that an attempt to install |
Starting configuration - this device has a quad-port NIC, eno1 and eno2 are the bonding pair. The eno3 interface is a secondary network not associated with bonding, however provides a bit of context about the config itself on a real life server.
The resulting bonded configuration which works with
The use of |
The new Ubuntu 18 release uses Netplan (a Canonical invention) to configure networking, as outlined here in these links:
Bonding will require code updates to support writing the YAML, etc.
The text was updated successfully, but these errors were encountered: