summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-25 11:41:34 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-25 11:44:44 +0300
commitb1a00546f16a8874b8f17e33d529b839692b2bd3 (patch)
tree39e093d889e00f52be1fd000a88333b45546af01 /README.md
parent40f951a3adbbba94942e007434946a2192eb8989 (diff)
downloadvmadm-b1a00546f16a8874b8f17e33d529b839692b2bd3.tar.gz
doc: document new network fieldds
Sponsored-by: author
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d21eb40..5e3bd46 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ following fields:
* `default_cpus` &ndash; default number of CPUs for a VM
* `default_generate_host_certificate` &ndash; should SSH host
certificates be generated by default?
+* `default_networks` &ndash; networks to which VM should be added
* `image_directory` &ndash; directory where VM image files are put
* `authorized_keys` &ndash; list of filenames to SSH public keys, to
be put into the default user's `authorized_keys` file in the VM
@@ -94,6 +95,9 @@ all of which override some default from the configuration.
path name, is not put into the image directory by default
* `generate_host_certificate` &ndash; override host certification
setting
+* `networks` &ndash; networks to which VM should be added; if this
+ field and the `default_networks` field in the config are not
+ specified, add to the `default` network
* `ca_key` &ndash; overrides default CA key
* `rsa_host_key` &ndash; RSA host key to install on host
* `rsa_host_cert` &ndash; RSA host certificate to install on host