Configure VM provisioning with ZFS mirror disks and virtual TPM 2.0 module

This commit is contained in:
2026-06-22 13:19:01 -04:00
parent 70c71161f3
commit 68d1d0ee7c
7 changed files with 101 additions and 16 deletions
+2 -2
View File
@@ -54,10 +54,10 @@ class Settings:
# Storage paths
iso_storage_path: str = os.getenv(
"ISO_STORAGE_PATH", "/var/lib/vz/template/iso"
"ISO_STORAGE_PATH", _creds.get("ISO_STORAGE_PATH", "/opt/sovereign-orchestrator/data/isos")
)
build_output_path: str = os.getenv(
"BUILD_OUTPUT_PATH", "/tmp/sovereign-orchestrator/builds"
"BUILD_OUTPUT_PATH", _creds.get("BUILD_OUTPUT_PATH", "/opt/sovereign-orchestrator/data/builds")
)
# Defaults