-
Notifications
You must be signed in to change notification settings - Fork 0
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 as a Vagrant provider #12
Comments
Some more reading: https://www.thegeekyway.com/kvm-vs-qemu-vs-libvirt/ Note that we're running on: https://app.vagrantup.com/generic/boxes/debian10 which has providers for libvirt and hyperv. |
I've done a bit of digging and wanted to document my findings.
I think supporting libvirt is a great idea, but this exploration has helped me realize that there's actually value in supporting multiple providers at once, so long as the providers we choose align with our FOSS requirements. Supporting a provider in this context means:
Path ForwardPart of my personal challenge is that in addition to Vagrant not fully supporting |
Some further developments:
However
It's possible to set up virtualbox on debian, but it's not trivial. It lives on unstable currently: https://metadata.ftp-master.debian.org/changelogs//contrib/v/virtualbox/virtualbox_6.1.18-dfsg-3_copyright |
Apparently VirtualBox is a bit fraught when it comes to being genuinely free, so lets move our default / recommended / supported VM to something that is a little less unnerving in that aspect.
One option that came up was qemu but a little bit of digging should be done first.
Some extra reading: https://drewdevault.com/2018/09/10/Getting-started-with-qemu.html
The text was updated successfully, but these errors were encountered: