Source: vagrant-libvirt Section: admin Priority: optional Maintainer: Debian Ruby Team Uploaders: Hans-Christoph Steiner , Antonio Terceiro Build-Depends: debhelper-compat (= 12), gem2deb (>= 1.6), rake, ruby-diffy, ruby-fog-core, ruby-fog-libvirt, ruby-nokogiri, ruby-rspec, ruby-xml-simple, vagrant Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/ruby-team/vagrant-libvirt.git Vcs-Browser: https://salsa.debian.org/ruby-team/vagrant-libvirt Homepage: https://github.com/vagrant-libvirt/vagrant-libvirt XS-Ruby-Versions: all Rules-Requires-Root: no Package: vagrant-libvirt Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: vagrant, ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: qemu-utils, nfs-kernel-server, libguestfs-tools Description: Vagrant plugin that adds an Libvirt provider to Vagrant vagrant-libvirt allows Vagrant to control and provision machines via Libvirt toolkit. . It has many relevant features: * Control local Libvirt hypervisors. * Upload box image (qcow2 format) to Libvirt storage pool. * Create volume as COW diff image for domains. * Create private networks. * Create and boot Libvirt domains. * SSH into domains. * Setup hostname and network interfaces. * Provision domains with any built-in Vagrant provisioner. * Synced folder support via rsync, nfs or 9p. * Snapshots via sahara. * Package caching via vagrant-cachier. * Use boxes from other Vagrant providers via vagrant-mutate.