bootstrap-vz/bootstrapvz/providers
2016-02-29 10:38:34 -08:00
..
azure Improve providers docs and add loads of manifest examples 2015-12-13 19:41:18 +01:00
docker Rename minimized-jessie.yml to jessie-minimized.yml 2015-12-13 23:32:26 +01:00
ec2 Write Jessie growpart workaround script to something other than growpart 2016-01-12 19:12:57 +00:00
gce Only include bare essential packages in the GCE provider task. Move 2016-02-29 10:38:34 -08:00
kvm enable support for creating kvm images for jessie on arm64 2016-01-08 13:06:57 -06:00
oracle oracle: use 'Bytes' instead of custom calculation 2016-02-22 21:39:31 -03:00
virtualbox Improve providers docs and add loads of manifest examples 2015-12-13 19:41:18 +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.