-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add libvirt provider for vagrant #7617
Add libvirt provider for vagrant #7617
Conversation
This is cool. I will look to try this out tomorrow time permitting. Does this allow for parallel boot of the boxes? Can you clarify which version of vagrant-libvirt plugin you tested this on and on what host OS? |
hello |
config.vm.provider :libvirt do |v, override| | ||
setvmboxandurl(override, :libvirt) | ||
v.memory = vm_mem | ||
v,cpus = $vm_cpus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that should be a dot rather than comma, or?..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks.fixed.
Can you squash the commits? Are you able to assist with any libvirt specific issues in the future? |
Can you update the document here to include information on the prerequisite versions of plugins, etc.? https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/vagrant.md |
Hello.
|
560ce79
to
a3a4ef7
Compare
typo. thanks @Fodoj add short desc and link to docs
a3a4ef7
to
3519e83
Compare
hello |
LGTM, thanks a lot for your contribution. |
Add libvirt provider for vagrant
additional way to avoid virtualbox and speedup vm.