ClusterAPI.imageBuilder/packer/qemu/qemu-centos-7.json
Danny Bessems f2b0a5e7c7
Some checks failed
continuous-integration/drone Build is failing
Test dependencies
2023-02-22 21:24:42 +01:00

16 lines
627 B
JSON

{
"ansible_extra_vars": "ansible_python_interpreter=/usr/bin/python extra_arguments =vvvv",
"boot_command_prefix": "<tab> text ks=",
"boot_command_suffix": "/7/ks.cfg<enter><wait>",
"build_name": "centos-7",
"distro_arch": "amd64",
"distro_name": "centos",
"distro_version": "7",
"guest_os_type": "centos7-64",
"iso_checksum": "07b94e6b1a0b0260b94c83d6bb76b26bf7a310dc78d7a9c7432809fb9bc6194a",
"iso_checksum_type": "sha256",
"iso_url": "https://mirrors.edge.kernel.org/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso",
"os_display_name": "CentOS 7",
"shutdown_command": "sys-unconfig"
}