bootstrap-vz/bootstrapvz/providers
2015-04-19 13:05:58 +02:00
..
azure Split grub and extlinux installs into separate modules 2015-04-16 22:21:12 +02:00
ec2 This is cool. Relative links that link between folders/files in the github repo are converted to relative links in the documentation. 2015-04-19 13:05:58 +02:00
gce Split grub and extlinux installs into separate modules 2015-04-16 22:21:12 +02:00
kvm Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
virtualbox This is cool. Relative links that link between folders/files in the github repo are converted to relative links in the documentation. 2015-04-19 13:05:58 +02: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.