-
Notifications
You must be signed in to change notification settings - Fork 54
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
Remove default network configuration #2031
Remove default network configuration #2031
Conversation
initramfs: | ||
- name: "Setup network" | ||
files: | ||
- path: /etc/sysconfig/network/ifcfg-eth0 |
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.
Exploring if this setup is actually required. Would be nice if we can get rid of the eth0
literals.
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.
Good point. If we are using NetworkManager by default, in case no network configuration is available, it will do the "right thing":create a default DHCP connection over available interfaces.
bff3c71
to
3082a89
Compare
3082a89
to
5c97738
Compare
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.
LGTM
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.
We had some unrelated problems with blue/orange tests that are fixed now, the only thing that seems to be missing is to resolve the conflicts after moving tumbleweed -> green.
Signed-off-by: David Cassany <dcassany@suse.com>
5c97738
to
fe946bc
Compare
No description provided.