bootstrap-vz/bootstrapvz/plugins/vagrant
Anders Ingemann c880a6849a Remove image section in manifest
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00
..
assets Set Virtualbox memory to 512 MB 2015-09-04 16:51:55 +02:00
__init__.py Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
manifest-schema.yml Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Remove image section in manifest 2015-12-13 19:41:18 +01: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
provider and doesn't requires any additional settings.