Updated ISO parameters to use the new ISO config block

This commit is contained in:
2025-02-03 10:13:55 -05:00
parent e214d7b092
commit c490db3cb0
6 changed files with 48 additions and 30 deletions

View File

@ -55,11 +55,14 @@ source "proxmox-iso" "ubuntu-24" {
node = "kamino"
pool = "Templates"
iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso"
iso_checksum = "sha256:e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9"
iso_storage_pool = "iso"
unmount_iso = true
iso_download_pve = true
iso {
type = "scsi"
iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso"
iso_checksum = "sha256:e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true
}
ssh_username = "xadmin"
ssh_password = "packer"