Configure VM provisioning with ZFS mirror disks and virtual TPM 2.0 module
This commit is contained in:
+4
-1
@@ -93,7 +93,7 @@ class DeployConfig(BaseModel):
|
||||
default=8192, ge=512, description="Memory in MiB"
|
||||
)
|
||||
disk_size: str = Field(
|
||||
default="64G", description="Root disk size (e.g. 64G)"
|
||||
default="128G", description="Root disk size (e.g. 128G)"
|
||||
)
|
||||
build_id: Optional[str] = Field(
|
||||
default=None,
|
||||
@@ -105,6 +105,9 @@ class DeployConfig(BaseModel):
|
||||
iso_storage: str = Field(
|
||||
default="local", description="Proxmox storage containing ISOs"
|
||||
)
|
||||
bridge: str = Field(
|
||||
default="vmbr1", description="Network bridge to attach the VM to"
|
||||
)
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user