bootstrap-vz/bootstrapvz/providers
2015-12-13 19:41:17 +01:00
..
azure Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
docker Disable locale generation when no locales selected 2015-12-13 19:41:17 +01:00
ec2 Add docs for EC2 specific manifest settings 2015-10-14 22:40:14 +02:00
gce Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
kvm Remove unused README in kvm provider 2015-12-09 16:21:57 +01:00
virtualbox Fix guest additions path check in vbox schema 2015-12-09 17:23:35 +01:00
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00
README.rst Repeat index/README pattern for plugins & providers 2015-04-16 23:52:07 +02:00

Providers in bootstrap-vz represent various cloud providers and virtual machines.

bootstrap-vz is an extensible platform with loose coupling and a significant
amount of tooling, which allows for painless implementation of new providers.

The virtualbox provider for example is implemented in only 89 lines of python,
since most of the building blocks are a part of the common task library.
Only the kernel and guest additions installation are specific to that provider.