From efcd022d273790917773bc4ac5a149ac1bf4a380 Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 18 Sep 2025 09:03:37 -0500 Subject: [PATCH] troubleshoot cloud init --- .../ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index 88fc354..69dad64 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -49,15 +49,15 @@ source "proxmox-iso" "ubuntu-2404" { cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}" boot_command = [ - "", - "e", - "", - "", - "autoinstall ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ---", - "" + "", + "", + "", + "autoinstall ds=nocloud-net;s=http://\{\{ .HTTPIP \}\}:\{\{ .HTTPPort \}\}/ ", + "--- " ] - - boot_wait = "${var.vm_boot_wait}" + boot = "c" + boot_wait = "5s" + # boot_wait = "${var.vm_boot_wait}" sockets = "${var.vm_cpu_sockets}" cores = "${var.vm_cpu_cores}"