diff --git a/grail.tf b/grail.tf index aebc222..ee45ffe 100644 --- a/grail.tf +++ b/grail.tf @@ -26,19 +26,27 @@ resource "proxmox_vm_qemu" "grail" { asyncio = "threads" discard = true iothread = true - size = "128G" + size = "42G" emulatessd = true } } } -# ide { -# ide2 { -# cloudinit { -# storage = "Cephtest" -# } -# } -# } -# } + ide { + ide2 { + cloudinit { + storage = "Cephtest" + } + } + } + } + + #mountpoint{ + # key = "0" + # slot = 0 + # storage = "Cephtest" + # mp = "/data" + # size = "400G" + #} network { # Name is set automatically based on position in file @@ -51,7 +59,7 @@ resource "proxmox_vm_qemu" "grail" { provisioner "local-exec" { command = "./.ansible.d/setup.sh $IP" environment = { - IP = "192.168.0.58" + IP = "192.168.0.57" } } diff --git a/promgraf.tf b/promgraf.tf index b812029..5700cea 100644 --- a/promgraf.tf +++ b/promgraf.tf @@ -19,21 +19,21 @@ resource "proxmox_lxc" "promgraph" { rootfs { storage = "nvme" - size = "32G" + size = "128G" } - mountpoint{ - key = "0" - slot = 0 - storage = "Cephtest" - mp = "/data" - size = "400G" - } + # mountpoint{ + # key = "0" + # slot = 0 + # storage = "Cephtest" + # mp = "/data" + # size = "400G" + #} network { name = "eth0" bridge = "vmbr0" - ip = "AM617831508CN/24" + ip = "192.168.0.58/24" gw = "192.168.0.1" } @@ -41,7 +41,7 @@ resource "proxmox_lxc" "promgraph" { provisioner "local-exec" { command = "./.ansible.d/setup.sh $IP" environment = { - IP = "192.168.0.56" + IP = "192.168.0.58" } }