troubleshoot cloud init

This commit is contained in:
2025-09-18 09:03:37 -05:00
parent 9f328a01a4
commit efcd022d27

View File

@@ -49,15 +49,15 @@ source "proxmox-iso" "ubuntu-2404" {
cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}"
boot_command = [
"<esc><wait>",
"e<wait>",
"<down><down><down><end>",
"<bs><bs><bs><bs><wait>",
"autoinstall ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ---<wait>",
"<f10><wait>"
"<esc /><wait /><esc /><wait />",
"<f6 /><wait /><esc /><wait />",
"<bs /><bs /><bs /><bs /><bs />",
"autoinstall ds=nocloud-net;s=http://\{\{ .HTTPIP \}\}:\{\{ .HTTPPort \}\}/ ",
"--- <enter />"
]
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}"