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

@@ -18,9 +18,10 @@ proxmox_clone_node: "fantasyland"
# - Small: 2 cores, 2GB memory, 8 GiB virtual disk
# - Medium: 2 cores, 4GB memory, 16 GiB virtual disk
# - Large: 4 cores, 4GB memory, 32 GiB virtual disk
# - Large Plus: 4 cores, 4GB memory, 48 GiB virtual disk
# - Xlarge: 4 cores, 8GB memory, 64 GiB virtual disk
vm_clone_source: "fedora-42-small"
vm_clone_source: "fedora-42-large-plus"
# Proxmox storage target.
@@ -35,7 +36,7 @@ proxmox_host_target: "pve03"
# Currently, only single NIC VMs using IPv4 are supported via cloning. The IP address also
# sets the Proxmox VMID. The VMID is a combination of the 3rd and 4th octet of the IPv4 address.
ip_address: 10.1.71.21
ip_address: 10.1.71.51
# Software
# Future enhancement will allow specification of additional software to automatically deploy to