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

@ -44,11 +44,14 @@ source "proxmox-iso" "almalinux-9" {
node = "kamino"
pool = "Templates"
iso_url = "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso"
iso_checksum = "sha256:3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c"
iso_storage_pool = "iso"
unmount_iso = true
iso_download_pve = true
iso {
type = "scsi"
iso_url = "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso"
iso_checksum = "sha256:3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true
}
ssh_username = "xadmin"
ssh_password = "packer"