mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-04 13:43:13 -04:00
cf71a06638
- Update ISO to ubuntu-24.04.4, hardcode SHA256 checksum (24.04.2 removed from mirrors) - Remove headless variable (not declared in QEMU-only HCL, QEMU is always headless) - Add qcow2-to-kvm.sh post-processor for KVM/libvirt/Proxmox deployments - Add qcow2-to-ova.sh (converts qcow2 → stream-optimized VMDK → OVA without ovftool) - packer validate now passes cleanly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
339 B
HCL
12 lines
339 B
HCL
# zroc-ova/packer/variables.pkrvars.hcl
|
|
vm_version = "1.0.0"
|
|
|
|
ubuntu_iso_url = "https://releases.ubuntu.com/24.04/ubuntu-24.04.4-live-server-amd64.iso"
|
|
ubuntu_iso_checksum = "sha256:e907d92eeec9df64163a7e454cbc8d7755e8ddc7ed42f99dbc80c40f1a138433"
|
|
|
|
memory_mb = 8192
|
|
cpus = 4
|
|
disk_size_mb = 102400
|
|
|
|
output_dir = "../output"
|