diff --git a/infrastructure/devops.tf b/infrastructure/devops.tf index ed313ee..6cc4c05 100644 --- a/infrastructure/devops.tf +++ b/infrastructure/devops.tf @@ -37,7 +37,8 @@ resource "proxmox_virtual_environment_vm" "devops" { datastore_id = "local" size = 30 ssd = true - interface = "virtio0" + iothread = true + interface = "scsi0" } initialization { diff --git a/infrastructure/nextcloud-aio.tf b/infrastructure/unnused/nextcloud-aio.tf similarity index 90% rename from infrastructure/nextcloud-aio.tf rename to infrastructure/unnused/nextcloud-aio.tf index 4349baa..487ca08 100644 --- a/infrastructure/nextcloud-aio.tf +++ b/infrastructure/unnused/nextcloud-aio.tf @@ -23,7 +23,7 @@ resource "proxmox_virtual_environment_vm" "nextcloud_aio" { hotplugged = 0 numa = false sockets = 1 - type = "x86-64-v2-AES" + type = "host" units = 1024 } @@ -34,6 +34,14 @@ resource "proxmox_virtual_environment_vm" "nextcloud_aio" { type = "4m" } + disk { + datastore_id = "local" + ssd = true + size = 900 + file_format = "qcow2" + interface = "scsi0" + } + initialization { datastore_id = "local" interface = "ide0"