summaryrefslogtreecommitdiff
path: root/index.mdwn
blob: d8d11f71ce052376ba4743f8e43226a222a7f9cc (plain)
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
[[!meta title="vmadm"]]

[[Download]] —
[[Contact]]

vmadm is a tool to create and destroy virtual machines running
under a local libvirt. Virtual machines are described in specification
files, using YAML:

~~~yaml
foo:
  cpus: 4
  memory_mib: 4096
  image_size_gib: 100

bar:
  cpus: 1
  memory_mib: 512
  image_size_gib: 1
~~~

All the machines in a specification file are created or destroyed at
once.

See also
[README](https://gitlab.com/larswirzenius/vmadm/-/blob/main/README.md)
in the source code for more information.

Backup repository: <http://git.liw.fi/vmadm>.

# Acceptance criteria

See acceptance criteria and verification as
[HTML](https://doc.liw.fi/vmadm/vmadm.html) and
[PDF](https://doc.liw.fi/vmadm/vmadm.pdf).

# License

GNU General License (GPL) version 3 or later.