-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
🚀 e2e tests runWe add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
ℹ️ Ask a |
fcb2f33
to
cc5584e
Compare
e2e succeeded before my trivial change to comment so another run not necessary. |
|
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