-
Notifications
You must be signed in to change notification settings - Fork 134
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
Deprecate user_data #150
Comments
As per #150, the user_data is not working, so the field is marked as deprecated until its fixed. All references from the examples and docs have been removed to avoid confusion.
As per #150, the user_data is not working, so the field is marked as deprecated until its fixed. All references from the examples and docs have been removed to avoid confusion.
As per #150, the user_data is not working, so the field is marked as deprecated until its fixed. All references from the examples and docs have been removed to avoid confusion.
If VirtualBox were to spin up a webserver up on the 169.254.169.254 address to host cloud-init config files, and attach the booting machine into a vlan with only that other box. Then it would work? |
I managed to use cloud-localds to create a 1. Outline
|
The user_data field doesn't work and unfortunately we should deprecate the field until it does.
Problem
At the moment the user_data is provided to the Virtualbox VM by setting extra data on the VM. This in itself is useless, as this needs to be read on the VM side with guest additions and then somehow then passed to cloud-init (this is the assumption for user_data support, I am not sure are there any other uses for user_data).
Short Term Solution
user_data field is deprecated, and all issues will be closed pointing at this one as it's clear it's broken and there is no need to have 10 of them open.
Long term solution
Bring back support for user_data, but this time make it work. One of the proposed solutions is to create an image out of the data and mount it. This is something we should explore. If we fail we will just remove user_data support completely.
Action Items
The text was updated successfully, but these errors were encountered: