This commit is contained in:
2025-08-02 15:41:36 +02:00
parent 89ca90e6b7
commit 39afde6c99
2 changed files with 8 additions and 8 deletions

View File

@@ -316,8 +316,8 @@ systemd:
Type=oneshot
StandardOutput=journal+console
StandardError=journal+console
ExecStart=/bin/sh -c 'echo "witing 120s..."'
ExecStartPre=/bin/sleep 120s
#ExecStart=/bin/sh -c 'echo "witing 120s..."'
ExecStartPre=/bin/sleep 30s
ExecStart=/opt/bin/kubectl apply -f http://build-node.undercloud.local:3000/admin/undercloud-infrastructure/raw/branch/main/calico-config/namespace.yaml
ExecStart=/bin/sh -c 'echo "install tigera operator..."'
ExecStart=/opt/bin/kubectl create -f http://build-node.undercloud.local:3000/admin/undercloud-infrastructure/raw/branch/main/calico-config/tigera-operator.yaml

View File

@@ -196,8 +196,8 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
cores = 2
}
memory {
dedicated = 2048
floating = 2048
dedicated = 4098
floating = 4098
}
# Netzwerk
@@ -241,8 +241,8 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
cores = 2
}
memory {
dedicated = 2048
floating = 2048
dedicated = 3072
floating = 3072
}
# Netzwerk
@@ -278,8 +278,8 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
cores = 2
}
memory {
dedicated = 2048
floating = 2048
dedicated = 3072
floating = 3072
}
# Netzwerk