bootstrap-vz/bootstrapvz/plugins/vagrant
Anders Ingemann 7e6a7d4267
Merge pull request #471 from CMeza99/pylint+imports
Pylint code clean up
2018-06-07 22:09:33 +02:00
..
assets Add comment-header to files deployed by bootstrap-vz (resolves #429) 2018-01-20 18:18:56 +01:00
__init__.py Merge pull request #471 from CMeza99/pylint+imports 2018-06-07 22:09:33 +02:00
manifest-schema.yml Add libvirt support for vagrant plugin 2018-04-29 21:22:54 +03:00
README.rst Add libvirt support for vagrant plugin 2018-04-29 21:22:54 +03:00
tasks.py Add libvirt support for vagrant plugin 2018-04-29 21:22:54 +03:00

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
and Libvirt providers.

Settings
~~~~~~~~

-  ``provider``: Specifies the provider of a resulting vagrant box.
   ``optional`` Valid values: ``virtualbox, libvirt`` Default: ``libvirt``