bootstrap-vz/bootstrapvz/providers/kvm
2015-12-13 19:41:18 +01:00
..
tasks Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +02:00
__init__.py Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02: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