bootstrap-vz/bootstrapvz/providers
Rick Wright 1e2fe02847 Fix a problem with Debian 8 on GCE with >2TB disks
This change makes two fixes. First, it fixes a race condition on Debian
8 GCE instances which caused instances with >2TB disks to fail. Second,
it adds the required "PREREQ" header to the script, which was previously
missing and caused errors at build time. These two issues are somewhat
unrelated to each other, but debugging the first led to finding the
second.
2015-09-23 16:55:16 -07:00
..
azure Simplify Azure udev patch. 2015-08-25 00:15:01 +00:00
ec2 PVGUB AKIs for Frankfurt region. 2015-07-30 10:07:24 +02:00
gce Fix a problem with Debian 8 on GCE with >2TB disks 2015-09-23 16:55:16 -07:00
kvm Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +02:00
virtualbox Fix link to manifest in VirtualBox provider's docs 2015-07-23 09:00:56 -03: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.