-
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
[master] Porting #52670 to master again #57637
Conversation
Add changelog entry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, boo, looks like needs pre-commit hooks 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
don't This seems like it doesn't keep the same behavior at all if I understand it correctly. It looks like the reason this was originally introduced was because ubuntu started using netplan by default. I'm pretty sure debian still uses ifupdown by default even on debian 10. It would probably be more correct to do something like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would break existing use of ifupdown on debian 10, this probably needs a much bigger PR to do the correct thing.
|
@OrangeDog we want to have a deep discussion on this since likely needs to be bigger than this PR and we need to discuss a broader solution. I am putting it into blocked for now, but I will schedule a planning meeting to dive deeper. I would love your input, I know our US meeting are difficult to attend, but I am open to other ideas the use of other platforms if that is helpful. |
I have no particular investment. I just noticed this PR has at least twice already been merged and then lost. The concept is not difficult. You should be using the recommended commands on each of your supported operating systems and not relying on deprecated and removed packages. You need to work out what they are and then write that code. I think that |
Closing this due to inactivity. Anyone should feel free to re-open it if they want to see it through to the end in one release cycle. |
Porting #52670 to master again, because the last one (#54572) got reverted by #56353.
When this is merged, vmware-archive/salt-pack#682 needs reverting.