-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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.04 bionic removed ifdown-ifup #49078
Comments
For the record, you can still install the |
If we're relying on it in the code, it should probably be a requirement for the package. /cc @dmurphy18 |
a check should be added in the |
This also affects places in salt/salt/modules/debian_ip.py Lines 1895 to 1897 in af96b6e
|
If a POD only has baremetal nodes, without VCP, skip fetching Ubuntu cloud image. While at it, prepare for supporting Ubuntu 18.04 base image: - workaround systemd-resolved being used instead of resolvconf; - preinstall ifupdown to workaround [1]; [1] saltstack/salt#49078 Change-Id: If51db0bc95eff1a497e1df5d457e26a7b902aa5a Signed-off-by: Alexandru Avadanii <[email protected]>
If a POD only has baremetal nodes, without VCP, skip fetching Ubuntu cloud image. While at it, prepare for supporting Ubuntu 18.04 base image: - workaround systemd-resolved being used instead of resolvconf; - preinstall ifupdown to workaround [1]; [1] saltstack/salt#49078 Change-Id: If51db0bc95eff1a497e1df5d457e26a7b902aa5a Signed-off-by: Alexandru Avadanii <[email protected]>
If a POD only has baremetal nodes, without VCP, skip fetching Ubuntu cloud image. While at it, prepare for supporting Ubuntu 18.04 base image: - workaround systemd-resolved being used instead of resolvconf; - preinstall ifupdown to workaround [1]; [1] saltstack/salt#49078 Change-Id: If51db0bc95eff1a497e1df5d457e26a7b902aa5a Signed-off-by: Alexandru Avadanii <[email protected]>
If a POD only has baremetal nodes, without VCP, skip fetching Ubuntu cloud image. While at it, prepare for supporting Ubuntu 18.04 base image: - workaround systemd-resolved being used instead of resolvconf; - preinstall ifupdown to workaround [1]; [1] saltstack/salt#49078 Change-Id: If51db0bc95eff1a497e1df5d457e26a7b902aa5a Signed-off-by: Alexandru Avadanii <[email protected]>
@garethgreenaway So should add a dependency on package ifupdown for Ubuntu 18.04 LTS untill the Salt code has been updated to utilize netstat.io or ip set link etc. ? |
Will add package ifupdown for Ubuntu 18.04 LTS. Also need to check if this is required for Buster |
Updated packaging to add dependency for ifupdown for an immediate fix, until code changes have been applied. see vmware-archive/salt-pack#683 and saltstack/salt-pack-py3#132 |
PR #52670 submitted |
@worlvlhole This will appear in a future point release, unfortunately it has missed the cut off for 2019.2.1, but I shall see what I can do. If this is sufficient, please consider closing this issue. |
Per vmware-archive/salt-pack#682 (comment) and vmware-archive/salt-pack#702 (comment), I'd suggest that it'd perhaps be better to Because Ewen |
@garethgreenaway Any comments on the the suggestion by @ewenmcneill as to affecting Salt's operation |
reopened vmware-archive/salt-pack#682 and shall make it Suggests: |
This should appear in the next point release which should be soon due a number of other issues in Salt 2019.2.1. |
FYI -- I just hit an issue WRT to this change to add a dependency on |
Looks like the version with
So this issue could probably be closed again now. Ewen |
Ubuntu 18.04 is absolutely crap. Removed all the working stuff. Dont know why. |
@worlvlhole @ewenmcneill Closing this since fixed in Salt v2019.2.2, and Salt 3000 just released. Please reopen if you have additional fixes required for this issue |
@dmurphy18 the actual fix never got released before it was accidentally reverted: #57637 |
I am still having this issue. Shouldn't the dependency be on the ip command instead of ifupdown for the maximum compatibility?
|
@allyunion yes, that's the fix that got accidentally reverted. |
Description of Issue/Question
Setting a static-ip with
network.managed
and am getting command not found for ip-down.salt code that I beleive to be in question:
Setup
network.sls
Steps to Reproduce Issue
Running the above state that
salt 'minion
state.apply network`Versions Report
The text was updated successfully, but these errors were encountered: