bootstrap-vz/bootstrapvz/providers
Zach Marano 1f747788c1 Fix missing source repo in GCE images. Add back baseline apt cache as
well. Add in additional GCE guest package into manifests (init files
were split into their own package to make the python package adhere to
pypi standards).
2016-07-21 14:14:42 -07:00
..
azure Split grub config into small tasks 2016-06-04 18:48:54 +02:00
docker docker: Let the autostart of daemons by apt remain disabled 2016-06-05 19:06:16 +02:00
ec2 ec2: Only enable systemd when grub is the bootloader 2016-06-08 16:55:56 +02:00
gce Fix missing source repo in GCE images. Add back baseline apt cache as 2016-07-21 14:14:42 -07:00
kvm Add manifest, kernel and NIC config for stretch 2016-06-04 18:19:49 +02:00
oracle Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
virtualbox vbox: Add tty0 as grub console output 2016-06-04 19:54:39 +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.