bootstrap-vz/providers/kvm
Anders Ingemann ff7c04c120 Support for partitions
MAJOR refactor. The volume is now abstracted into a model along with a partitionmap and partitions.
Volumes and partitions are now controlled via an FSM to ensure that commands are called in the proper sequence.
GRUB can now be installed properly onto loop devices by using dmsetup to fake a proper harddisk.
2013-10-27 18:11:12 +01:00
..
assets/grub.d add kvm provider with virtio support 2013-08-13 12:57:12 +02:00
tasks add missing kpartx package for Host 2013-09-09 22:50:00 +02:00
__init__.py Support for partitions 2013-10-27 18:11:12 +01:00
manifest-schema.json add kvm provider with virtio support 2013-08-13 12:57:12 +02:00
manifest.py add kvm provider with virtio support 2013-08-13 12:57:12 +02:00
README.md add kvm provider with virtio support 2013-08-13 12:57:12 +02:00

this provider creates images for KVM.

It is possible to add opennebula plugin for OpenNebula images.

Disk virtuzalition is specified by the virtualization field in the manifest. Allowed values are:

  • ide: basic disk emulation on /dev/sda1
  • virtio: enhanced performance on /dev/vda1. It adds virtio modules in the kernel and needs configuration update in VM template: