summaryrefslogtreecommitdiff
path: root/src/install.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-08-20feat! add support for non-virtual networksLars Wirzenius1-1/+1
The virtual, libvirt-only network foo must now be specified as network=foo, to allow a non-virtual network over a local bridge device be specified as bridge=br0. Sponsored-by: author
2021-08-05feat: if no networks are specified, use defaultLars Wirzenius1-7/+2
Also, drop lan, wan from test config, because we can't assume they're available in the environment the tests are run in. Sponsored-by: author
2021-07-25fix: actually add networks to VMLars Wirzenius1-8/+5
Sponsored-by: author
2021-07-25feat: check that VM will be getting networksLars Wirzenius1-0/+7
Sponsored-by: author
2021-07-25feat: debug log networks list, to be added to VMLars Wirzenius1-0/+2
Sponsored-by: author
2021-07-25feat: allow use to add a VM on virtual networksLars Wirzenius1-0/+22
Sponsored-by: author
2021-03-25refactor: clean up warnings found by clippyLars Wirzenius1-1/+1
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-4/+5
2021-03-14fix: VMs can be restartedLars Wirzenius1-5/+3
Previously, the temporary file for the cloud-init configuration ISO was left attached to the VM. This meant the VM couldn't be turned off and back on again: the temporary no longer existed. Now we detach the ISO file after the VM has booted. As a side effect, vmadm has gained start and shutdown subcommands, so that the fix can be tested.
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+23
2021-02-20feat: vmadm command to create, list, and delete virtual machinesLars Wirzenius1-6/+6
Includes test suite.
2021-01-24createLars Wirzenius1-1/+11
2021-01-24installLars Wirzenius1-0/+93