diff --git a/proxmox/terraform/staging/staging.tf b/proxmox/terraform/staging/staging.tf --- a/proxmox/terraform/staging/staging.tf +++ b/proxmox/terraform/staging/staging.tf @@ -196,7 +196,7 @@ description = "Journal services node" hypervisor = "beaubourg" cores = "4" - memory = "12288" + memory = "20000" balloon = 1024 networks = [{ id = 0 @@ -205,6 +205,17 @@ macaddr = "1E:98:C2:66:BF:33" bridge = "vmbr443" }] + storages = [{ + id = 0 + storage = "proxmox" + size = "32G" + storage_type = "cephfs" + }, { + id = 1 + storage = "proxmox" + size = "500G" + storage_type = "cephfs" + }] } output "journal0_summary" { diff --git a/proxmox/terraform/staging/terraform.tfstate b/proxmox/terraform/staging/terraform.tfstate --- a/proxmox/terraform/staging/terraform.tfstate +++ b/proxmox/terraform/staging/terraform.tfstate @@ -190,6 +190,25 @@ "storage": "proxmox", "storage_type": "cephfs", "type": "virtio" + }, + { + "backup": false, + "cache": "none", + "discard": "", + "format": "raw", + "id": 1, + "iothread": false, + "mbps": 0, + "mbps_rd": 0, + "mbps_rd_max": 0, + "mbps_wr": 0, + "mbps_wr_max": 0, + "replicate": false, + "size": "500G", + "ssd": false, + "storage": "proxmox", + "storage_type": "cephfs", + "type": "virtio" } ], "disk_gb": 0,