bootstrap-vz/bootstrapvz/providers
Justin Santa Barbara 3036eb41c1 GCE: Name the image as specified in the manifest
We were hard coding an image name format for GCE, but that doesn't match
what other providers (e.g. AWS) do.

Given that image upload did not work at all previously, no reason to
preserve the existing unusual behaviour.
2016-04-19 11:35:11 -04:00
..
azure Compat with new sphinx 2016-03-04 01:21:52 +01:00
docker Fix docker provider bug 2016-03-04 01:21:52 +01:00
ec2 AWS: support IAM role 2016-04-14 19:42:11 -04:00
gce GCE: Name the image as specified in the manifest 2016-04-19 11:35:11 -04:00
kvm fix document toctree 2016-03-15 11:13:05 +09:00
oracle Compat with new sphinx 2016-03-04 01:21:52 +01:00
virtualbox fix document toctree 2016-03-15 11:13:05 +09: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.