-
Notifications
You must be signed in to change notification settings - Fork 914
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
Schema error appears during boot regarding network v2 config with NoCloud #4814
Labels
bug
Something isn't working correctly
Comments
blackboxsw
added a commit
to blackboxsw/cloud-init
that referenced
this issue
Jan 29, 2024
Avoid warning when network-config schema is version 2 and we are on non-netplan systems because cloud-init doesn't yet have static JSON network-config schema defined yet for version 2. Fixes canonicalGH-4814
5 tasks
Thanks for the bug @dermotbradley I'll put up a PR shortly to address this |
blackboxsw
added a commit
to blackboxsw/cloud-init
that referenced
this issue
Jan 29, 2024
Avoid warning when network-config schema is version 2 and we are on non-netplan systems because cloud-init doesn't yet have static JSON network-config schema defined yet for version 2. Fixes canonicalGH-4814
blackboxsw
added a commit
to blackboxsw/cloud-init
that referenced
this issue
Jan 29, 2024
Avoid warning when network-config schema is version 2 and we are on non-netplan systems because cloud-init doesn't yet have static JSON network-config schema defined yet for version 2. Also fixes integration test to expect python3 netplan API on Ubuntu Mantic and newer. Fixes canonicalGH-4814
blackboxsw
added a commit
to blackboxsw/cloud-init
that referenced
this issue
Jan 29, 2024
Avoid warning when network-config schema is version 2 and we are on a system within netplan python modules because cloud-init doesn't ye have static JSON network-config schema defined yet for version 2. Also fixes integration test to expect python3 netplan API on Ubuntu Mantic and newer. Fixes canonicalGH-4814
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Whilst booting the console output shows:
running
cloud-init schema --system
shows:The console-displayed message should not appear as the network-config provided is not invalid, the schema checker merely doesn't know how to validate it.
Steps to reproduce the problem
Environment details
cloud-init logs
The text was updated successfully, but these errors were encountered: