summaryrefslogtreecommitdiff
path: root/src/spec.rs
AgeCommit message (Expand)AuthorFilesLines
2022-09-09chore: use unwrap_or instead of more complicated structureLars Wirzenius1-1/+1
2022-04-29feat: optionally turn off authorized keys support in SSH serverLars Wirzenius1-0/+17
2022-04-07feat: add a user_ca_pubkey field to config, specLars Wirzenius1-11/+40
2021-11-18fix: drop some debugging outputLars Wirzenius1-1/+0
2021-11-10feat: check that virtual network names are syntactically correctLars Wirzenius1-2/+10
2021-11-01chore: fix code formattingLars Wirzenius1-1/+1
2021-10-16feat: allow ~user/ in path names, not just ~/Lars Wirzenius1-4/+8
2021-08-08feat: expand tilde notation in the CA key field in a specLars Wirzenius1-1/+1
2021-08-06chore: fix small problems found by clippyLars Wirzenius1-3/+3
2021-07-25fix: actually add networks to VMLars Wirzenius1-0/+14
2021-07-25feat: allow use to add a VM on virtual networksLars Wirzenius1-0/+1
2021-07-24refactor: use Option::map instead of doing it manuallyLars Wirzenius1-5/+4
2021-07-24fix: give correct error for missing image for a specLars Wirzenius1-1/+1
2021-07-12feat: subcommand 'spec'Lars Wirzenius1-1/+1
2021-03-25feat: allow ~/ in config, specification filesLars Wirzenius1-4/+6
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-5/+6
2021-03-21feat: optionally mark new VM as autostartedLars Wirzenius1-0/+15
2021-03-14fix: VMs can be restartedLars Wirzenius1-2/+2
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+57
2021-03-07fix: how effective host key cert setting is computedLars Wirzenius1-1/+8
2021-03-07feat: generate SSH key pairs, create host certificatesLars Wirzenius1-0/+11
2021-03-04feat: use configured defaults to unspecified machine attributesLars Wirzenius1-34/+114
2021-03-04feat! allow specification files to have any number of machinesLars Wirzenius1-20/+38
2021-03-04feat: configurable image_directory where VM images go by defaultLars Wirzenius1-2/+13
2021-03-01feat: change how command line interface worksLars Wirzenius1-10/+84
2021-02-28feat: export cloud-init config, set SSH host keysLars Wirzenius1-0/+10
2021-02-20feat: vmadm command to create, list, and delete virtual machinesLars Wirzenius1-0/+37