reverting accidental changes to grail.tf

This commit is contained in:
tolerryan
2024-12-09 23:16:39 -06:00
parent e41af39a1c
commit 4b688e80d4
2 changed files with 28 additions and 20 deletions

View File

@@ -26,18 +26,26 @@ resource "proxmox_vm_qemu" "grail" {
asyncio = "threads"
discard = true
iothread = true
size = "128G"
size = "42G"
emulatessd = true
}
}
}
# ide {
# ide2 {
# cloudinit {
ide {
ide2 {
cloudinit {
storage = "Cephtest"
}
}
}
}
#mountpoint{
# key = "0"
# slot = 0
# storage = "Cephtest"
# }
# }
# }
# mp = "/data"
# size = "400G"
#}
network {
@@ -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"
}
}

View File

@@ -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"
}
}