Library to manage VM's on hosts - mirror
Find a file
Till Wegmueller acdf43ae5a
Add console and provision logging, vmctl log command, fix ssh user
- QEMU serial console now logs to console.log in the VM's work
  directory via chardev logfile, so boot and cloud-init output can
  be reviewed after the fact.
- Provision steps stream stdout/stderr through tracing and append
  to provision.log in the work directory.
- vmctl ssh now reads the VMFile ssh block to resolve the user
  (e.g. "smithy") instead of always defaulting to "vm".
- New vmctl log command shows console and/or provision logs with
  optional --tail support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 12:01:25 +01:00
brand/nebula-vm Add vm-manager library and vmctl CLI 2026-02-14 18:25:17 +01:00
crates Add console and provision logging, vmctl log command, fix ssh user 2026-02-15 12:01:25 +01:00
scripts Add OmniOS builder VM definition and provisioning scripts 2026-02-14 22:03:08 +01:00
.gitignore Add OmniOS builder VM definition and provisioning scripts 2026-02-14 21:56:43 +01:00
Cargo.lock Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
Cargo.toml Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
Makefile Add OmniOS builder VM definition and provisioning scripts 2026-02-14 21:56:43 +01:00
VMFile.kdl Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00