ClusterAPI.imageBuilder/packer/ova/ubuntu-2204.json
djpbessems 7e6c1d6aa9
Some checks failed
Container & Helm chart / Linting (push) Failing after 1m1s
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 2m13s
Container & Helm chart / Cluster API node template (push) Has been skipped
build: Rebase to gitea actions pipeline
2024-06-08 20:43:37 +10:00

18 lines
771 B
JSON

{
"boot_command_prefix": "c<wait>linux /casper/vmlinuz --- autoinstall quiet<enter><wait>initrd /casper/initrd<enter><wait>boot<enter>",
"boot_disable_ipv6": "0",
"boot_media_path": "/media/HTTP",
"build_name": "ubuntu-2204",
"cd_file_path": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}",
"distro_arch": "amd64",
"distro_name": "ubuntu",
"distro_version": "22.04",
"guest_os_type": "ubuntu-64",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum_type": "sha256",
"iso_url": "https://releases.ubuntu.com/jammy/ubuntu-22.04.3-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"
}