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" "debian-12" {
node = "kamino"
pool = "Templates"
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso"
iso_checksum = "sha256:1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054"
iso_storage_pool = "iso"
unmount_iso = true
iso_download_pve = true
iso {
type = "scsi"
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso"
iso_checksum = "sha256:1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054"
iso_download_pve = true
iso_storage_pool = "iso"
unmount = true
}
ssh_username = "xadmin"
ssh_password = "packer"