mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Updated Libvirt-based Vagrant box search reference and edited names for consistency
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Vagrant providers each require a custom provider-specific box format.
|
||||
This folder shows the example contents of a box for the `libvirt` provider.
|
||||
To turn this into a box create a vagrant image according documentation (don't
|
||||
To turn this into a box create a Vagrant image according documentation (don't
|
||||
forget to install rsync command) and create box with following command:
|
||||
|
||||
```
|
||||
|
||||
8
example_box/Vagrantfile
vendored
8
example_box/Vagrantfile
vendored
@@ -27,18 +27,18 @@ Vagrant.configure("2") do |config|
|
||||
#test_vm.vm.network :public_network, :ip => '10.20.30.41'
|
||||
#end
|
||||
|
||||
# Options for libvirt vagrant provider.
|
||||
# Options for Libvirt Vagrant provider.
|
||||
config.vm.provider :libvirt do |libvirt|
|
||||
|
||||
# A hypervisor name to access. Different drivers can be specified, but
|
||||
# this version of provider creates KVM machines only. Some examples of
|
||||
# drivers are kvm (qemu hardware accelerated), qemu (qemu emulated),
|
||||
# xen (Xen hypervisor), lxc (Linux Containers),
|
||||
# drivers are KVM (QEMU hardware accelerated), QEMU (QEMU emulated),
|
||||
# Xen (Xen hypervisor), lxc (Linux Containers),
|
||||
# esx (VMware ESX), vmwarews (VMware Workstation) and more. Refer to
|
||||
# documentation for available drivers (http://libvirt.org/drivers.html).
|
||||
libvirt.driver = "kvm"
|
||||
|
||||
# The name of the server, where libvirtd is running.
|
||||
# The name of the server, where Libvirtd is running.
|
||||
# libvirt.host = "localhost"
|
||||
|
||||
# If use ssh tunnel to connect to Libvirt.
|
||||
|
||||
Reference in New Issue
Block a user