new hosts

This commit is contained in:
root
2026-03-03 17:23:32 +00:00
parent a27484281a
commit aaf1e8911d
4 changed files with 75 additions and 75 deletions

Binary file not shown.

View File

@@ -367,8 +367,8 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
cores = 4
}
memory {
dedicated = 3072
floating = 3072
dedicated = 4096
floating = 4096
}
# Netzwerk
@@ -411,8 +411,8 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
cores = 4
}
memory {
dedicated = 3072
floating = 3072
dedicated = 4096
floating = 4096
}
# Netzwerk
@@ -443,7 +443,7 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
resource "proxmox_virtual_environment_vm" "worker1" {
name = "worker1"
vm_id = 1011
node_name = "hyper1"
node_name = "hyper3"
description = "kubernetes worker1"
tags = ["worker","flatcar","kubernetes","terraform"]
depends_on = [
@@ -458,11 +458,11 @@ resource "proxmox_virtual_environment_vm" "worker1" {
# Hardware
cpu {
type = "host"
cores = 2
cores = 6
}
memory {
dedicated = 10240
floating = 10240
dedicated = 25000
floating = 25000
}
# Netzwerk
@@ -487,7 +487,7 @@ resource "proxmox_virtual_environment_vm" "worker1" {
resource "proxmox_virtual_environment_vm" "worker2" {
name = "worker2"
vm_id = 1012
node_name = "hyper2"
node_name = "hyper4"
description = "kubernetes worker2"
tags = ["worker","flatcar","kubernetes","terraform"]
depends_on = [
@@ -502,11 +502,11 @@ resource "proxmox_virtual_environment_vm" "worker2" {
# Hardware
cpu {
type = "host"
cores = 2
cores = 14
}
memory {
dedicated = 10240
floating = 10240
dedicated = 14000
floating = 14000
}
# Netzwerk
@@ -531,7 +531,7 @@ resource "proxmox_virtual_environment_vm" "worker2" {
resource "proxmox_virtual_environment_vm" "worker3" {
name = "worker3"
vm_id = 1013
node_name = "hyper3"
node_name = "hyper6"
description = "kubernetes worker3"
tags = ["worker","flatcar","kubernetes","terraform"]
depends_on = [
@@ -546,11 +546,11 @@ resource "proxmox_virtual_environment_vm" "worker3" {
# Hardware
cpu {
type = "host"
cores = 2
cores = 6
}
memory {
dedicated = 10240
floating = 10240
dedicated = 14000
floating = 14000
}
# Netzwerk
@@ -590,11 +590,11 @@ resource "proxmox_virtual_environment_vm" "worker4" {
# Hardware
cpu {
type = "host"
cores = 2
cores = 4
}
memory {
dedicated = 12000
floating = 12000
dedicated = 14000
floating = 14000
}
# Netzwerk

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.12.2",
"serial": 1526,
"serial": 1573,
"lineage": "d92c42be-29f9-bad9-ef9a-3dc952ff5fa5",
"outputs": {},
"resources": [],