bootstrap-vz/bootstrapvz/providers
Anders Ingemann fe4782bbea
Merge pull request #439 from octivi/headers
Add comment-header to files deployed by bootstrap-vz
2018-01-20 18:27:38 +01:00
..
azure Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
docker Clear the machine ID for jessie and newer releases (systemd) (resolves #427) 2018-01-14 14:27:20 +01:00
ec2 Add comment-header to files deployed by bootstrap-vz (resolves #429) 2018-01-20 18:18:56 +01:00
gce Remove the bits that disabled IPv6 for GCE. 2017-11-08 13:18:58 -08:00
kvm Add to the KVM provider option to set output of the init process to a virtual or serial console 2018-01-19 09:32:44 +01:00
oracle Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
virtualbox Merge pull request #439 from octivi/headers 2018-01-20 18:27:38 +01: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.