Skip to content
Snippets Groups Projects
Commit 5641c44f authored by ale's avatar ale
Browse files

Fix vm config documentation

parent e49b67a9
No related branches found
No related tags found
No related merge requests found
Pipeline #47488 passed
......@@ -67,17 +67,18 @@ Interface attributes:
interface.
* *netmask* / *netmask6* - Netmasks for the above. The IPv4 netmask
should have the full IP-like form (e.g. 255.255.255.0), while the
IPv6 netmask is expressed as the number of bits.
IPv6 netmask is expressed as the number of bits. Defaults are
respectively 255.255.255.0 and 64.
* *additional_dns_names* - A list of additional unqualified DNS names
for the gateway IP address that should be made available to VMs.
DHCPv6 is automatically enabled if the interface has an IPv6 address.
### Virtual machines
VM configuration files can specify the following attributes:
* *ip* / *ip6* - IP addresses (IPv4 / IPv6) for static assignment.
* *ram* - memory allocation (default *512m*)
* *cpu* - CPU allocation (default *1*)
* *volumes* - A list of space-separated volume specifications, which
can be either:
* a filename, which is interpreted as a QCOW2-formatted disk image,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment