bootstrap-vz/bootstrapvz/providers
Veli-Matti Lintu fcd5b5b396 Add tags also to the EBS volumes when they are created. This follows the
same functionality as is already in place for snapshots and AMIs.
2018-06-04 16:52:45 +03:00
..
azure remove squeeze support 2018-02-08 06:02:20 +00:00
docker add docker specific settings 2018-02-14 03:53:33 +00:00
ec2 Add tags also to the EBS volumes when they are created. This follows the 2018-06-04 16:52:45 +03:00
gce Remove the bits that disabled IPv6 for GCE. 2017-11-08 13:18:58 -08:00
kvm remove squeeze support 2018-02-08 06:02:20 +00:00
oracle pylint old-style-class 2018-02-19 00:31:12 -08:00
virtualbox remove squeeze support 2018-02-08 06:02:20 +00: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.