bootstrap-vz/bootstrapvz/providers
Alex Adriaanse 76c940db37 Fix DKMS kernel version error
This error is triggered when the kernel version installed into the image is
different from the kernel version that's currently running.
2015-06-29 23:50:56 +00:00
..
azure Move the udev patch task to boot 2015-06-29 18:00:21 +02:00
ec2 Fix DKMS kernel version error 2015-06-29 23:50:56 +00:00
gce Install GCE packages before Manifest packages. 2015-06-22 14:28:22 -07:00
kvm Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +02:00
virtualbox Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +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.