mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
![]() 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. |
||
---|---|---|
.. | ||
azure | ||
ec2 | ||
gce | ||
kvm | ||
virtualbox | ||
__init__.py | ||
README.rst |
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.