bootstrap-vz/bootstrapvz/providers/kvm
Anders Ingemann 0a2cd86b4b Add get_standard_rollback_tasks()
This simplifies the the providser rollback_tasks fn considerably
2014-05-03 16:13:49 +02:00
..
tasks Add ssh_group, which configures SSH properly 2014-05-03 16:13:07 +02:00
__init__.py Add get_standard_rollback_tasks() 2014-05-03 16:13:49 +02:00
manifest-schema.json Move code into proper package folder 2014-04-02 21:26:13 +02:00
README.md Move code into proper package folder 2014-04-02 21:26:13 +02:00

KVM provider

This provider generates raw images for KVM. It also supports an optional virtio integration.

Virtio

Add to bootstrapper the list of virtio modules to load, example:

"virtio" : [ "virtio_pci", "virtio_blk" ]