File: control

package info (click to toggle)
vagrant-libvirt 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: ruby: 4,996; xml: 266; sh: 27; makefile: 8
file content (51 lines) | stat: -rw-r--r-- 1,849 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: vagrant-libvirt
Section: admin
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
           Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper-compat (= 12),
               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.