We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Looks like using image "ubuntu-24.04" is broken module. After "successful" installation, cloud-init status showed an "error".
cloud-init
root@poc-workers-01:~# sudo cloud-init schema --system Found cloud-config data types: user-data, vendor-data, network-config 1. user-data at /var/lib/cloud/instances/52559466/cloud-config.txt: Invalid user-data /var/lib/cloud/instances/52559466/cloud-config.txt Error: Cloud config schema errors: network: Additional properties are not allowed ('network' was unexpected) 2. vendor-data at /var/lib/cloud/instances/52559466/vendor-cloud-config.txt: Invalid vendor-data /var/lib/cloud/instances/52559466/vendor-cloud-config.txt Error: Cloud config schema errors: system_info: Additional properties are not allowed ('system_info' was unexpected) 3. network-config at /var/lib/cloud/instances/52559466/network-config.json: Valid schema network-config Error: Invalid schema: user-data, vendor-data
Maybe it could be related to migration from network to netplan, but I am not sure.
The text was updated successfully, but these errors were encountered:
Oh, good to know. I haven't tried 24.04 yet. I guess some kind of migration is required.
Sorry, something went wrong.
No branches or pull requests
Hi!
Looks like using image "ubuntu-24.04" is broken module.
After "successful" installation,
cloud-init
status showed an "error".Maybe it could be related to migration from network to netplan, but I am not sure.
The text was updated successfully, but these errors were encountered: