Bootstrap Debian images for virtualized environments
Find a file
2014-02-27 23:03:23 +01:00
base Check if current user is root. Fixes #20 2014-02-27 23:03:23 +01:00
common Rely on $PATH to resolve commands. Fixes #12 2014-02-27 23:03:23 +01:00
logs logging 2013-07-08 23:13:58 +02:00
manifests Move virtio module list into "system". Fixes #5 2014-02-27 23:02:58 +01:00
plugins Rely on $PATH to resolve commands. Fixes #12 2014-02-27 23:03:23 +01:00
providers Rely on $PATH to resolve commands. Fixes #12 2014-02-27 23:03:23 +01:00
.gitignore Fully qualify gitignores. Add Vagrantfile. 2014-02-27 23:00:22 +01:00
__init__.py Basic structure up and running 2013-07-08 23:13:56 +02:00
bootstrap-vz Rename to bootstrap-vz for release. 2014-02-03 17:37:36 +01:00
README.md Adjust README to point at the documentation. 2014-02-27 23:02:57 +01:00

bootstrap-vz

bootstrap-vz is a bootstrapping framework for Debian. It is is specifically intended to bootstrap systems for virtualized environments. It runs without any user intervention and generates ready-to-boot images for [a number of virtualization platforms(http://andsens.github.io/bootstrap-vz/providers.html). Its aim is to provide a reproducable bootstrapping process using manifests as well as supporting a high degree of customizability through plugins.
bootstrap-vz was coded from scratch in python once the bash scripts that were used in the build-debian-cloud bootstrapper reached their limits.

Documentation

The documentation for bootstrap-vz is available at andsens.github.io/bootstrap-vz. There, you can discover what the dependencies for a specific cloud provider are, see the list of available plugins and learn how you create a manifest.