additional vm template changes and k8s node definitions

This commit is contained in:
2025-08-18 09:07:03 -05:00
parent 1fb37b2da9
commit 9b85eabf41
10 changed files with 251 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
vm_boot_wait = "5s"
vm_name = "fedora-42-large-plus"
vm_id = "9105"
vm_id = "9104"
vm_cpu_sockets = "1"
vm_cpu_cores = "4"
vm_mem_size = "4096"

View File

@@ -0,0 +1,28 @@
##################################################################################
# VARIABLES
##################################################################################
# Virtual Machine Settings
vm_boot_wait = "5s"
vm_name = "fedora-42-xlarge"
vm_id = "9106"
vm_cpu_sockets = "1"
vm_cpu_cores = "4"
vm_mem_size = "8192"
vm_disk_size = "128"
proxmox_bridge = "vmbr0"
#proxmox_vlan = "71"
ssh_username = "wed"
# ISO Objects
iso_file = "Fedora-Server-netinst-x86_64-42-1.1.iso"
iso_checksum = "231f3e0d1dc8f565c01a9f641b3d16c49cae44530074bc2047fe2373a721c82f"
iso_checksum_type = "sha256"
# Scripts
shell_scripts = ["scripts/cleanup.sh"]

View File

@@ -6,11 +6,11 @@
vm_boot_wait = "5s"
vm_name = "fedora-42-xlarge"
vm_id = "9104"
vm_id = "9105"
vm_cpu_sockets = "1"
vm_cpu_cores = "4"
vm_mem_size = "8192"
vm_disk_size = "128"
vm_disk_size = "64"
proxmox_bridge = "vmbr0"
#proxmox_vlan = "71"