bootstrap-vz/bootstrapvz/providers
Marcin Kulisz 0d95674c36 Disabling PIE during ixgbevf compilation for AWS +
enhanced network instances Stretch upwards.
* For GCC >=6 in Debian PIE (Position Independent Executable) has being activated
  it is causing enhanced network driver for AWS images to fail at
  compilation time due to incompatibility with PIE options for the kernel
* To learn what PIE is read docs at
  https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options
2016-10-31 16:18:44 +00:00
..
azure Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
docker Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
ec2 Disabling PIE during ixgbevf compilation for AWS + 2016-10-31 16:18:44 +00:00
gce Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
kvm Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
oracle Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
virtualbox Systematically use rel_path for relative paths 2016-09-12 19:11:20 +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.