deploy hermes
This commit is contained in:
@@ -33,7 +33,7 @@ custom_fields:
|
||||
on fantasyland, then migrated to this node by Terraform automatically.
|
||||
choices:
|
||||
- fantasyland
|
||||
- main-street-station
|
||||
- main-street-usa
|
||||
- tomorrowland
|
||||
|
||||
- name: proxmox_datastore
|
||||
@@ -42,9 +42,32 @@ custom_fields:
|
||||
object_types:
|
||||
- virtualization.virtualmachine
|
||||
required: true
|
||||
description: Storage backend for the VM disk on the target Proxmox node.
|
||||
description: Storage backend for the primary VM disk on the target Proxmox node.
|
||||
choices:
|
||||
- liberty-tree
|
||||
- utilidor
|
||||
|
||||
- name: data_disk_enabled
|
||||
label: Data Disk Enabled
|
||||
type: boolean
|
||||
object_types:
|
||||
- virtualization.virtualmachine
|
||||
required: false
|
||||
default: false
|
||||
description: >
|
||||
When true, Terraform provisions a second disk for application data.
|
||||
Used for stateful workloads that separate OS and data storage (e.g. Ollama model storage).
|
||||
|
||||
- name: data_disk_size_gb
|
||||
label: Data Disk Size (GB)
|
||||
type: integer
|
||||
object_types:
|
||||
- virtualization.virtualmachine
|
||||
required: false
|
||||
description: >
|
||||
Size in GB for the optional second data disk.
|
||||
Only used when data_disk_enabled is true.
|
||||
Datastore for the data disk matches proxmox_datastore.
|
||||
|
||||
- name: provisioning_notes
|
||||
label: Provisioning Notes
|
||||
|
||||
Reference in New Issue
Block a user