Configure VM provisioning with ZFS mirror disks and virtual TPM 2.0 module
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user