bootstrap-vz/bootstrapvz/plugins/vagrant/README.rst

18 lines
640 B
ReStructuredText
Raw Normal View History

Vagrant
-------
Vagrant is a tool to quickly create virtualized environments. It uses
"boxes" to make downloading and sharing those environments easier. A box
is a tarball containing a virtual volumes accompanied by an `OVF
specification <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__
of the virtual machine.
This plugin creates a vagrant box that is ready to be shared or
deployed. At the moment it is only compatible with the VirtualBox
2018-04-28 21:55:09 +03:00
and Libvirt providers.
Settings
~~~~~~~~
- ``provider``: Specifies the provider of a resulting vagrant box.
``optional`` Valid values: ``virtualbox, libvirt`` Default: ``libvirt``