-
Notifications
You must be signed in to change notification settings - Fork 23
Add ifupdown as a dependency for Salt on Ubuntu 18.04 and greater #682
Comments
Was this dependency just added in the Before, without
Now, with
On some 18.04 minions, where we still had an What was the motivation for a hard-dependency of the |
Need to change from Depends to Suggests |
This actually breaks installs that use netplan and cloud-init and have the example |
A workaround while this isn't fixed: remove |
@hsmade Cloud-init check for binaries to select renderer. This behavior can be changed, but it might be better to drop ifupdown dependencie. For example, Packer Salt-Masterless provisionner will build network broken VM with 2019.2.1+ packages. |
@hsmade you will find it in archive repository : https://repo.saltstack.com/apt/ubuntu/18.04/amd64/archive/2019.2.0/, or use bootstrap-salt script with |
Closing since fixed 2019.2.2. |
See saltstack/salt#49078
From Ubuntu 18.04.1 LTS Release notes
ifupdown has been deprecated in favor of netplan.io and is no longer present on new installs. The installer will generate a configuration file for netplan.io in the /etc/netplan directory. This netplan.io configuration in turn renders backend-specific configuration via either systemd-networkd or NetworkManager. Desktop users will see their system fully managed via NetworkManager as it has been the case in previous releases. Server users will now see their network devices managed via systemd-networkd. This only applies to new installations.
The text was updated successfully, but these errors were encountered: