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

Remove default network configuration #2031

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

davidcassany
Copy link
Contributor

No description provided.

@davidcassany davidcassany requested a review from a team as a code owner March 25, 2024 14:21
@davidcassany davidcassany marked this pull request as draft March 25, 2024 14:21
initramfs:
- name: "Setup network"
files:
- path: /etc/sysconfig/network/ifcfg-eth0
Copy link
Contributor Author

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.

Copy link
Member

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.

@davidcassany davidcassany added the all-distros Runs CI for all available example images label Mar 25, 2024
@davidcassany davidcassany marked this pull request as ready for review March 25, 2024 16:17
Signed-off-by: David Cassany <dcassany@suse.com>
Signed-off-by: David Cassany <dcassany@suse.com>
Copy link
Contributor

@anmazzotti anmazzotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@frelon frelon left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all-distros Runs CI for all available example images
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants