-
Notifications
You must be signed in to change notification settings - Fork 52
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
support libvirt provider #26
Comments
cool, looks like sciurus is working on support for vagrant-libvirt to sahara, see https://github.com/sciurus/sahara/commits/abstract_provider (and vagrant-libvirt/vagrant-libvirt#73 (comment)). |
I have a version of sahara at sciurus/sahara/tree/abstract_provider where I've reworked sahara's "session" implementation. I moved the generic logic into the commands themselves, keeping (mostly) just the virtualbox-specific code in the session. Instead of always loading support for virtualbox, I check the provider in use for each machine and try to load a session class that supports it. @jedi4ever Comments on my approach and any changes you'd like to see would be highly appreciated. I'm just getting started on writing a class that adds support for libvirt. I'll push another branch with it when it's working. |
libvirt provider was already merged so that we can close this issue. |
hi,
i'm using sahara for quite some time, it's great !
i would liek to migrate from virtualbox to libvirt, using vagrant-libvirt (https://github.com/pradels/vagrant-libvirt).
i noticed that sahara is bound to virtualbox, and i's like to know if there are plans to support libvirt.
right now, it just exits with:
The text was updated successfully, but these errors were encountered: