-
Notifications
You must be signed in to change notification settings - Fork 40
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
Confused about userdata #79
Comments
also, the fork is here |
@myoung34 i think rbovirt rather expects xml |
@karmab looking at the code, that makes sense since the user_data stuff is wrapped in a Nokogiri call. The only thing i have to go off of is a test:
which gives me nada on usage. |
@myoung34 i wrote the start_with_cloud_init code so i guess i can help. join me at #vagrant on freenode? |
I'm on as c2074dfa |
I'm scratching my head with an issue, perhaps you can save me that headache.
I maintain the vagrant-ovirt3 plugin, and I'm looking to actually utilize userdata. The documentation I took over from the upstream project is lacking.
My vagrantfile contains:
that gets set in
lib/vagrant-ovirt3/action/create_vm.rb
as:and evenually
My locales gets no error message from this, so pulling it out of the begin/rescue i get a pretty ugly stacktrace:
I'm really drawing a blank as to what rbovirt expects for its user_data.
Cloud-init is all YAML, If i use the oVirt UI and paste in the YAML, things are good.
Is my expectation wrong?
The text was updated successfully, but these errors were encountered: