troubleshoot cloud init
This commit is contained in:
@@ -49,15 +49,15 @@ source "proxmox-iso" "ubuntu-2404" {
|
|||||||
cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}"
|
cloud_init_storage_pool = "${var.proxmox_vm_storage_pool}"
|
||||||
|
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<esc><wait>",
|
"<esc /><wait /><esc /><wait />",
|
||||||
"e<wait>",
|
"<f6 /><wait /><esc /><wait />",
|
||||||
"<down><down><down><end>",
|
"<bs /><bs /><bs /><bs /><bs />",
|
||||||
"<bs><bs><bs><bs><wait>",
|
"autoinstall ds=nocloud-net;s=http://\{\{ .HTTPIP \}\}:\{\{ .HTTPPort \}\}/ ",
|
||||||
"autoinstall ds=nocloud-net\\;s=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ ---<wait>",
|
"--- <enter />"
|
||||||
"<f10><wait>"
|
|
||||||
]
|
]
|
||||||
|
boot = "c"
|
||||||
boot_wait = "${var.vm_boot_wait}"
|
boot_wait = "5s"
|
||||||
|
# boot_wait = "${var.vm_boot_wait}"
|
||||||
|
|
||||||
sockets = "${var.vm_cpu_sockets}"
|
sockets = "${var.vm_cpu_sockets}"
|
||||||
cores = "${var.vm_cpu_cores}"
|
cores = "${var.vm_cpu_cores}"
|
||||||
|
|||||||
Reference in New Issue
Block a user