bootstrap-vz/bootstrapvz/providers/kvm
2016-09-12 19:11:20 +02:00
..
tasks Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +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 fix document toctree 2016-03-15 11:13:05 +09: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-block:: yaml

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