-
Notifications
You must be signed in to change notification settings - Fork 76
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
Driver vagrant does not provide a schema #175
Comments
I don't see Can you run a verbose |
Hm, that is true. But I am using libvirt through Vagrant, so I thought vagrant handles libvirt and molecule handels Vagrant. Maybe I am wrong in this assumption.
|
The schema warning is just a warning. It could have been written at "info" severity level but it's better to have it as warning so that we don't forget to provide driver specific schema.
Looks like you're missing python-vagrant. Did you install it ? |
It wasn't installed... Ouch. It is running now. Thank you for your quick help, guys! |
Where do we set the schema and how? |
Sorry, really busy IRL, so no time to work here :( The schema has to be provided with the plugin. Like this: https://github.com/apatard/molecule-plugins/blob/vagrant-schema/src/molecule_plugins/vagrant/schema/driver.json. Anyway, for next discussions, as this bug is closed, please comment to bug #193 |
I am currently facing the issue of wanting to run molecule with vagrant+libvirt.
I have verified that I can create virtual machines with vagrant+libvirt via vagrant-cli.
This perhaps leads to the error of:
My molecule.yml:
And my converge.yml
And the output from
molecule --version
I would appreciate any indicators of what might be wrong here. There was a similar issue in 2017, but that did not help me.
The text was updated successfully, but these errors were encountered: