This commit is contained in:
2025-09-12 15:44:31 +02:00
parent b3a5ae5a5c
commit 8d2491a676

View File

@@ -213,6 +213,10 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
depends_on = [proxmox_virtual_environment_file.control_plane1_ignition]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -261,6 +265,9 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -301,6 +308,9 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -354,6 +364,9 @@ resource "proxmox_virtual_environment_vm" "worker1" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -394,6 +407,9 @@ resource "proxmox_virtual_environment_vm" "worker2" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -434,6 +450,9 @@ resource "proxmox_virtual_environment_vm" "worker3" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
@@ -474,14 +493,17 @@ resource "proxmox_virtual_environment_vm" "worker4" {
]
boot_order = ["virtio0"]
startup {
order = "1"
}
# Hardware
cpu {
type = "host"
cores = 2
}
memory {
dedicated = 6000
floating = 6000
dedicated = 12000
floating = 12000
}
# Netzwerk