bootstrap-vz/bootstrapvz/providers/kvm
2016-01-08 13:06:57 -06:00
..
tasks enable support for creating kvm images for jessie on arm64 2016-01-08 13:06:57 -06:00
__init__.py Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
manifest-schema.yml enable support for creating kvm images for jessie on arm64 2016-01-08 13:06:57 -06:00
README.rst Improve providers docs and add loads of manifest examples 2015-12-13 19:41:18 +01:00

KVM
---

The `KVM <http://www.linux-kvm.org/page/Main_Page>`__ provider creates
virtual images for Linux Kernel-based Virtual Machines. It supports the
installation of `virtio kernel
modules <http://www.linux-kvm.org/page/Virtio>`__ (paravirtualized
drivers for IO operations).

Manifest settings
-----------------

Provider
~~~~~~~~

-  ``virtio``: Specifies which virtio kernel modules to install.
   ``optional``

Example:

.. code:: yaml

    ---
    provider:
      name: kvm
      virtio:
        - virtio_blk
        - virtio_net