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

🌱 Refactoring: move NetworkConfigData out of cloudinit pkg #378

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

mcbenjemaa
Copy link
Member

@mcbenjemaa mcbenjemaa commented Jan 15, 2025

This PR moves the struct NetworkConfigData out of the cloudinit pkg,
Since ignition also uses the struct to generate network configuration, NetworkConfigData becomes a common type and can be moved to a standard package.

Closes #341

Copy link

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

@mcbenjemaa mcbenjemaa changed the title Refactorring: move NetworkConfigData out of cloudinit pkg 🌱 Refactoring: move NetworkConfigData out of cloudinit pkg Jan 15, 2025
@mcbenjemaa mcbenjemaa added the e2e/flatcar run Flatcar e2e tests label Jan 15, 2025
wikkyk
wikkyk previously approved these changes Jan 20, 2025
@wikkyk
Copy link
Collaborator

wikkyk commented Jan 20, 2025

e2e succeeded before my trivial change to comment so another run not necessary.

@wikkyk wikkyk enabled auto-merge (squash) January 20, 2025 15:13
@wikkyk wikkyk disabled auto-merge January 20, 2025 15:14
@wikkyk wikkyk merged commit 7afed1b into main Jan 20, 2025
8 of 9 checks passed
@wikkyk wikkyk deleted the net-config branch January 20, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e/flatcar run Flatcar e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move NetworkConfigData from cloudinit pkg
2 participants