-
Notifications
You must be signed in to change notification settings - Fork 166
Are there any plans to support netplan
with Ubuntu 18?
#203
Comments
Sorry for late reply here @mdwheele |
The "old" way can technically still be used, as long as ifupdown is installed. Netplan also comes with a set of scripts to convert the old configs to netplan. However, I don't believe it would be too difficult to generate the netplan config yaml file, and then set the |
#203 Added support for Ubuntu 1804 (legacy networking without netplan)
Support for legacy netowrking in Ubuntu 1804 is now present. Netplan configurations not supported. |
Netplan support will be added in version 4 of the module. |
Related: https://wiki.ubuntu.com/Netplan, https://wiki.ubuntu.com/MigratingToNetplan
If there is a better place for this type of question, let me know and I can close.
Netplan is an abstraction over NetworkManager / networkd. It uses YAML configuration files to specify supported backends and renders configs. It currently is released on Ubuntu 17.10 and will ship with Ubuntu 18.04 LTS.
Where does this module fit in that landscape? Would the advice be to disable management abstractions like Netplan and rely on the module? Or would expanding scope of this module to manage Netplan, itself (for Ubuntu systems) be a reasonable approach?
Mostly interested in discussion; no specific issue to report.
The text was updated successfully, but these errors were encountered: