Skip to content
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

Fix Ubuntu etc/network/interfaces ordering #35

Merged
merged 2 commits into from
Apr 20, 2021

Conversation

dustinmiller
Copy link
Contributor

It seems that placing the individual ifaces below the bond creates a
situation where systemctl restart networking fails. Ordering with said
interfacs above the bond results in success.

Dustin Miller added 2 commits April 19, 2021 10:50
It seems that placing the individual ifaces below the bond creates a 
situation where `systemctl restart networking` fails. Ordering with said 
interfacs above the bond results in success.
@dustinmiller dustinmiller force-pushed the fix-debian-eni-ordering branch from caaae0c to 9706e0f Compare April 19, 2021 17:54
@dustinmiller dustinmiller merged commit 0606180 into master Apr 20, 2021
@dustinmiller dustinmiller deleted the fix-debian-eni-ordering branch April 20, 2021 20:11
mergify bot added a commit to tinkerbell/osie that referenced this pull request Apr 20, 2021
## Description

This reorders the /etc/network/interfaces file we generate for Ubunutu so that the ifaces are
above the bond in the ordering, which allows for a successful `systemctl restart networking`
packethost/packet-networking#35

## Why is this needed

Much better experience

Fixes: ENG-14736

## How Has This Been Tested?

Looks good on Ubuntu 16/18/20 via custom OSIE provisions

## How are existing users impacted? What migration steps/scripts do we need?

No break, only fix 🤞
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants