Change username and vagrant box version.

This commit is contained in:
2025-08-12 23:31:02 +02:00
parent b44dd4793b
commit ff3fd7020a

4
Vagrantfile vendored
View File

@@ -5,7 +5,7 @@
# Change the values below to your desired settings. # Change the values below to your desired settings.
# 1. The username for the new user account with sudo permissions. # 1. The username for the new user account with sudo permissions.
USERNAME = "pkhamre" USERNAME = "kube"
# 2. The absolute path to your SSH public key. # 2. The absolute path to your SSH public key.
PUBLIC_KEY_PATH = File.expand_path("~/.ssh/id_ed25519.pub") PUBLIC_KEY_PATH = File.expand_path("~/.ssh/id_ed25519.pub")
@@ -14,7 +14,7 @@ PUBLIC_KEY_PATH = File.expand_path("~/.ssh/id_ed25519.pub")
# Base box for all VMs # Base box for all VMs
VAGRANT_BOX = "cloud-image/ubuntu-24.04" VAGRANT_BOX = "cloud-image/ubuntu-24.04"
VAGRANT_BOX_VERSION = "20250704.0.0" VAGRANT_BOX_VERSION = "20250805.0.0"
# Predefined static IP addresses and configurations for each node # Predefined static IP addresses and configurations for each node
NODES = [ NODES = [