bootstrap-vz/bootstrapvz/providers
Andrew Bogott b9dda552db flake8: resolve W605 'invalid escape sequence' warnings
This patch scares me since every fix involves adding a character
to a regex.  I am /pretty sure/ that this is a no-op but I don't
have the capacity to test this beyond what tox can do.
2019-03-05 19:01:05 +00:00
..
azure fix pylint W0403(relative-import) paths 2018-02-25 08:37:17 +00:00
docker fix pylint W0403(relative-import) paths 2018-02-25 08:37:17 +00:00
ec2 flake8: resolve W605 'invalid escape sequence' warnings 2019-03-05 19:01:05 +00:00
gce fix pylint W0403(relative-import) paths 2018-02-25 08:37:17 +00:00
kvm pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00
oracle pylint W0104(pointless-statement) 2018-02-25 08:37:24 +00:00
virtualbox fix pylint W0403(relative-import) paths 2018-02-25 08:37:17 +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.