Bootstrap Debian images for virtualized environments
Find a file
Anders Ingemann 96028f96e1 Various improvements and additions.
I couldn't be bothered to untangle this, so here it goes:
* Log colors depending on loglevel
* Simplified Filelogger
* Remove description=None from basetask
* create_list creates task list from argument now
* Task rollback feature: If a task fails, the tasklist calls rollback() on the completed tasks in reverse order
* Added TaskException to common.exceptions as a base to extend from
* Added TriggerRollback task to common.tasks for development purposes
* An EBS volume for bootstrapping is now created and attached to the instance (including rollback actions)
* EC2 Connect task now depends on host.GetInfo
2013-07-08 23:14:00 +02:00
base Various improvements and additions. 2013-07-08 23:14:00 +02:00
common Various improvements and additions. 2013-07-08 23:14:00 +02:00
logs logging 2013-07-08 23:13:58 +02:00
manifests Create volume 2013-07-08 23:14:00 +02:00
plugins fix phases and their ordering 2013-07-08 23:13:59 +02:00
providers Various improvements and additions. 2013-07-08 23:14:00 +02:00
.gitignore Ignore vagrant files 2013-07-08 23:13:58 +02:00
__init__.py Basic structure up and running 2013-07-08 23:13:56 +02:00
build-debian-cloud Rename common module to base 2013-07-08 23:13:57 +02:00