solstice-ci/crates/orchestrator
Till Wegmueller 190eb5532f Replace scheduler SSH/console code with vm-manager APIs
- IP discovery: use hv.guest_ip() with timeout loop instead of
  discover_guest_ip_virsh() (500+ lines removed from hot path)
- SSH: use vm_manager::ssh::connect_with_retry() + upload() + exec()
  instead of hand-rolled TCP/ssh2/SFTP code
- Console: use vm_manager::console::ConsoleTailer over Unix socket
  instead of file-based tail_console_to_joblog()
- Add guest_ip() to orchestrator Hypervisor trait with default impl
- Remove #[cfg(linux, libvirt)] gates from is_illumos_label, expand_tilde
- Keep orchestrator-specific: DB persistence, log recording, MQ publish,
  runner binary selection, env var injection
2026-04-07 15:50:54 +02:00
..
packaging Add libvirt-related environment handling, directory preparation, and bump version to 0.1.7 2025-11-17 21:50:17 +01:00
src Replace scheduler SSH/console code with vm-manager APIs 2026-04-07 15:50:54 +02:00
build.rs Add libvirt/KVM integration and Forgejo webhook support to Podman stack 2025-11-09 17:58:36 +01:00
Cargo.toml Add vm-manager adapter layer to orchestrator 2026-04-07 15:46:20 +02:00