KVM

The KVM provider creates virtual images for Linux Kernel-based Virtual Machines. It supports the installation of virtio kernel modules (paravirtualized drivers for IO operations).

Manifest settings

Provider

  • virtio: Specifies which virtio kernel modules to install. optional

Example:

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