ClusterAPI.imageBuilder/packer/ova/rhel-8.json

20 lines
890 B
JSON
Raw Normal View History

2023-02-22 20:24:42 +00:00
{
2023-04-21 12:55:33 +00:00
"boot_command_prefix": "<up><tab> text inst.ks=",
2023-02-22 20:24:42 +00:00
"boot_command_suffix": "/8/ks.cfg<enter><wait>",
2023-04-21 12:55:33 +00:00
"boot_media_path": "cdrom:",
2023-02-22 20:24:42 +00:00
"build_name": "rhel-8",
"distro_arch": "amd64",
"distro_name": "rhel",
"distro_version": "8",
"epel_rpm_gpg_key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8",
"guest_os_type": "rhel8-64",
"http_directory": "./packer/ova/linux/{{user `distro_name`}}/http/",
"iso_checksum": "47E5DBB37B5970F583D0852973AF86CC1B522EE1F1E2374C59204583C14717FA",
2023-02-22 20:24:42 +00:00
"iso_checksum_type": "sha256",
"iso_url": "https://{{ user `repo_username` }}:{{ user `repo_password` }}@sn.itch.fyi/Repository/iso/Redhat/rhel-8.7-x86_64-boot.iso",
2023-02-22 20:24:42 +00:00
"os_display_name": "RHEL 8",
"redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "rhel8_64Guest"
}