Source: vagrant-libvirt Section: admin Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hans-Christoph Steiner , Antonio Terceiro Build-Depends: debhelper (>= 11~), gem2deb, rake, ruby-fog-core (>= 1.43.0), ruby-fog-libvirt (>= 0.3.0), ruby-nokogiri (>= 1.6.0), ruby-rspec, vagrant Standards-Version: 4.2.1 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: ruby | ruby-interpreter, ruby-fog-core (>= 1.43.0), ruby-fog-libvirt (>= 0.3.0), ruby-nokogiri (>= 1.6), vagrant, ${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.