This commit is contained in:
root
2026-02-28 18:08:58 +00:00
parent 12e81a5aa4
commit 6e2abce331
5 changed files with 1171 additions and 19 deletions

View File

@@ -354,6 +354,7 @@ systemd:
Type=oneshot Type=oneshot
StandardOutput=journal+console StandardOutput=journal+console
StandardError=journal+console StandardError=journal+console
ExecStart=/opt/bin/kubeadm reset -f
ExecStart=/bin/sh -c 'echo "kubeadm-init.service started..."' ExecStart=/bin/sh -c 'echo "kubeadm-init.service started..."'
@@ -377,6 +378,7 @@ systemd:
RestartSec=120s RestartSec=120s
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
- name: install-calico.service - name: install-calico.service
enabled: true enabled: true
contents: | contents: |
@@ -444,8 +446,8 @@ systemd:
enabled: true enabled: true
contents: | contents: |
[Unit] [Unit]
Wants=kubeadm-init.service Wants=install-calico.service
After=kubeadm-init.service After=install-calico.service
ConditionPathExists=!/var/lib/undercloud-stamps/install-ceph.done ConditionPathExists=!/var/lib/undercloud-stamps/install-ceph.done
[Service] [Service]

View File

@@ -319,7 +319,7 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
# Hardware # Hardware
cpu { cpu {
type = "host" type = "host"
cores = 2 cores = 4
} }
memory { memory {
dedicated = 4096 dedicated = 4096
@@ -364,7 +364,7 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
# Hardware # Hardware
cpu { cpu {
type = "host" type = "host"
cores = 2 cores = 4
} }
memory { memory {
dedicated = 3072 dedicated = 3072
@@ -408,7 +408,7 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
# Hardware # Hardware
cpu { cpu {
type = "host" type = "host"
cores = 2 cores = 4
} }
memory { memory {
dedicated = 3072 dedicated = 3072

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -203,7 +203,7 @@ systemd:
OOMScoreAdjust=-999 OOMScoreAdjust=-999
[Install] [Install]
WantedBy=multi-user. WantedBy=multi-user.target
- name: set-timezone.service - name: set-timezone.service
enabled: true enabled: true