.
This commit is contained in:
@@ -354,6 +354,7 @@ systemd:
|
||||
Type=oneshot
|
||||
StandardOutput=journal+console
|
||||
StandardError=journal+console
|
||||
ExecStart=/opt/bin/kubeadm reset -f
|
||||
|
||||
ExecStart=/bin/sh -c 'echo "kubeadm-init.service started..."'
|
||||
|
||||
@@ -377,6 +378,7 @@ systemd:
|
||||
RestartSec=120s
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
- name: install-calico.service
|
||||
enabled: true
|
||||
contents: |
|
||||
@@ -444,8 +446,8 @@ systemd:
|
||||
enabled: true
|
||||
contents: |
|
||||
[Unit]
|
||||
Wants=kubeadm-init.service
|
||||
After=kubeadm-init.service
|
||||
Wants=install-calico.service
|
||||
After=install-calico.service
|
||||
ConditionPathExists=!/var/lib/undercloud-stamps/install-ceph.done
|
||||
|
||||
[Service]
|
||||
|
||||
@@ -319,7 +319,7 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
|
||||
# Hardware
|
||||
cpu {
|
||||
type = "host"
|
||||
cores = 2
|
||||
cores = 4
|
||||
}
|
||||
memory {
|
||||
dedicated = 4096
|
||||
@@ -364,7 +364,7 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
|
||||
# Hardware
|
||||
cpu {
|
||||
type = "host"
|
||||
cores = 2
|
||||
cores = 4
|
||||
}
|
||||
memory {
|
||||
dedicated = 3072
|
||||
@@ -408,7 +408,7 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
|
||||
# Hardware
|
||||
cpu {
|
||||
type = "host"
|
||||
cores = 2
|
||||
cores = 4
|
||||
}
|
||||
memory {
|
||||
dedicated = 3072
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 4,
|
||||
"terraform_version": "1.12.2",
|
||||
"serial": 1412,
|
||||
"serial": 1506,
|
||||
"lineage": "d92c42be-29f9-bad9-ef9a-3dc952ff5fa5",
|
||||
"outputs": {},
|
||||
"resources": [],
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -203,7 +203,7 @@ systemd:
|
||||
OOMScoreAdjust=-999
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.
|
||||
WantedBy=multi-user.target
|
||||
|
||||
- name: set-timezone.service
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user