mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-10-31 19:11:24 +00:00
988 lines
34 KiB
JSON
988 lines
34 KiB
JSON
{
|
|
"Machines": {
|
|
"64bit": {
|
|
"backend": "qemu",
|
|
"settings": {
|
|
"ARCH_BASE_MACHINE": "64bit",
|
|
"PART_TABLE_TYPE": "mbr",
|
|
"QEMUCPU": "Nehalem",
|
|
"QEMUCPUS": "2",
|
|
"QEMURAM": "2048",
|
|
"QEMUVGA": "virtio",
|
|
"QEMU_VIRTIO_RNG": "1",
|
|
"WORKER_CLASS": "qemu_x86_64"
|
|
}
|
|
},
|
|
"aarch64": {
|
|
"backend": "qemu",
|
|
"settings": {
|
|
"ARCH_BASE_MACHINE": "aarch64",
|
|
"PART_TABLE_TYPE": "gpt",
|
|
"QEMU": "aarch64",
|
|
"QEMUCPU": "host",
|
|
"QEMUCPUS": "2",
|
|
"QEMUMACHINE": "virt,gic-version=max",
|
|
"QEMURAM": 3072,
|
|
"QEMU_VIRTIO_RNG": "1",
|
|
"SERIALDEV": "ttyAMA0",
|
|
"TIMEOUT_SCALE": "1.5",
|
|
"UEFI": "1",
|
|
"UEFI_PFLASH_CODE": "/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw",
|
|
"UEFI_PFLASH_VARS": "/usr/share/edk2/aarch64/vars-template-pflash.raw",
|
|
"WORKER_CLASS": "qemu_aarch64"
|
|
}
|
|
},
|
|
"uefi": {
|
|
"backend": "qemu",
|
|
"settings": {
|
|
"ARCH_BASE_MACHINE": "64bit",
|
|
"PART_TABLE_TYPE": "gpt",
|
|
"QEMUCPU": "Nehalem",
|
|
"QEMUCPUS": "2",
|
|
"QEMURAM": "2048",
|
|
"QEMUVGA": "virtio",
|
|
"QEMU_VIRTIO_RNG": "1",
|
|
"UEFI": "1",
|
|
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
|
|
"UEFI_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
|
|
"WORKER_CLASS": "qemu_x86_64"
|
|
}
|
|
}
|
|
},
|
|
"Products": {
|
|
"rocky-boot-iso-aarch64-*": {
|
|
"arch": "aarch64",
|
|
"distri": "rocky",
|
|
"flavor": "boot-iso",
|
|
"settings": {
|
|
"GRUB": "ip=dhcp",
|
|
"+QEMURAM": 3072,
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-boot-iso-x86_64-*": {
|
|
"arch": "x86_64",
|
|
"distri": "rocky",
|
|
"flavor": "boot-iso",
|
|
"settings": {
|
|
"GRUB": "ip=dhcp",
|
|
"+QEMURAM": 3072,
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-minimal-iso-aarch64-*": {
|
|
"arch": "aarch64",
|
|
"distri": "rocky",
|
|
"flavor": "minimal-iso",
|
|
"settings": {
|
|
"+QEMURAM": 3072,
|
|
"DEPLOY_UPLOAD_TEST": "install_minimal_upload",
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-minimal-iso-x86_64-*": {
|
|
"arch": "x86_64",
|
|
"distri": "rocky",
|
|
"flavor": "minimal-iso",
|
|
"settings": {
|
|
"+QEMURAM": 3072,
|
|
"DEPLOY_UPLOAD_TEST": "install_minimal_upload",
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-dvd-iso-aarch64-*": {
|
|
"arch": "aarch64",
|
|
"distri": "rocky",
|
|
"flavor": "dvd-iso",
|
|
"settings": {
|
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-dvd-iso-x86_64-*": {
|
|
"arch": "x86_64",
|
|
"distri": "rocky",
|
|
"flavor": "dvd-iso",
|
|
"settings": {
|
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-package-set-aarch64-*": {
|
|
"arch": "aarch64",
|
|
"distri": "rocky",
|
|
"flavor": "package-set",
|
|
"settings": {
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-package-set-x86_64-*": {
|
|
"arch": "x86_64",
|
|
"distri": "rocky",
|
|
"flavor": "package-set",
|
|
"settings": {
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-universal-aarch64-*": {
|
|
"arch": "aarch64",
|
|
"distri": "rocky",
|
|
"flavor": "universal",
|
|
"settings": {
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
},
|
|
"rocky-universal-x86_64-*": {
|
|
"arch": "x86_64",
|
|
"distri": "rocky",
|
|
"flavor": "universal",
|
|
"settings": {
|
|
"HDDSIZEGB": "15",
|
|
"TEST_TARGET": "ISO"
|
|
},
|
|
"version": "*"
|
|
}
|
|
},
|
|
"Profiles": {
|
|
"rocky-boot-iso-aarch64-*-aarch64": {
|
|
"machine": "aarch64",
|
|
"product": "rocky-boot-iso-aarch64-*"
|
|
},
|
|
"rocky-boot-iso-x86_64-*-64bit": {
|
|
"machine": "64bit",
|
|
"product": "rocky-boot-iso-x86_64-*"
|
|
},
|
|
"rocky-boot-iso-x86_64-*-uefi": {
|
|
"machine": "uefi",
|
|
"product": "rocky-boot-iso-x86_64-*"
|
|
},
|
|
"rocky-minimal-iso-aarch64-*-aarch64": {
|
|
"machine": "aarch64",
|
|
"product": "rocky-minimal-iso-aarch64-*"
|
|
},
|
|
"rocky-minimal-iso-x86_64-*-64bit": {
|
|
"machine": "64bit",
|
|
"product": "rocky-minimal-iso-x86_64-*"
|
|
},
|
|
"rocky-dvd-iso-aarch64-*-aarch64": {
|
|
"machine": "aarch64",
|
|
"product": "rocky-dvd-iso-aarch64-*"
|
|
},
|
|
"rocky-dvd-iso-x86_64-*-64bit": {
|
|
"machine": "64bit",
|
|
"product": "rocky-dvd-iso-x86_64-*"
|
|
},
|
|
"rocky-dvd-iso-x86_64-*-uefi": {
|
|
"machine": "uefi",
|
|
"product": "rocky-dvd-iso-x86_64-*"
|
|
},
|
|
"rocky-package-set-aarch64-*-aarch64": {
|
|
"machine": "aarch64",
|
|
"product": "rocky-package-set-aarch64-*"
|
|
},
|
|
"rocky-package-set-x86_64-*-64bit": {
|
|
"machine": "64bit",
|
|
"product": "rocky-package-set-x86_64-*"
|
|
},
|
|
"rocky-package-set-x86_64-*-uefi": {
|
|
"machine": "64bit",
|
|
"product": "rocky-package-set-x86_64-*"
|
|
},
|
|
"rocky-universal-aarch64-*-aarch64": {
|
|
"machine": "aarch64",
|
|
"product": "rocky-universal-aarch64-*"
|
|
},
|
|
"rocky-universal-x86_64-*-64bit": {
|
|
"machine": "64bit",
|
|
"product": "rocky-universal-x86_64-*"
|
|
},
|
|
"rocky-universal-x86_64-*-uefi": {
|
|
"machine": "uefi",
|
|
"product": "rocky-universal-x86_64-*"
|
|
}
|
|
},
|
|
"TestSuites": {
|
|
"anaconda_help": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"ENTRYPOINT": "_boot_to_anaconda anaconda_help",
|
|
"HELPCHECK": "1"
|
|
}
|
|
},
|
|
"base_reboot_unmount": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_reboot_unmount",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_system_logging": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_system_logging",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_update_cli": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_update_cli",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_package_install_remove": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_package_install_remove",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_services_start": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_services_start",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_selinux": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_selinux",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"base_service_manipulation": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "base_service_manipulation",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"install_resize_lvm": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "minimal",
|
|
"PARTITIONING": "custom_resize_lvm",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"INSTALL": "1",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "install_lvm_ext4"
|
|
}
|
|
},
|
|
"install_anaconda_text": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"ANACONDA_TEXT": "1"
|
|
}
|
|
},
|
|
"install_arabic_language": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"LANGUAGE": "arabic",
|
|
"PACKAGE_SET": "workstation",
|
|
"POSTINSTALL": "_console_login",
|
|
"QEMU_DISABLE_SNAPSHOTS": "1",
|
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"SWITCHED_LAYOUT": "1",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_asian_language": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"INPUT_METHOD": "1",
|
|
"LANGUAGE": "japanese",
|
|
"PACKAGE_SET": "workstation",
|
|
"POSTINSTALL": "_console_login",
|
|
"QEMU_DISABLE_SNAPSHOTS": "1",
|
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_custom_gui_lvm_ext4": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "minimal",
|
|
"PARTITIONING": "custom_gui_lvm_ext4",
|
|
"HDDSIZEGB": "15",
|
|
"POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
|
|
"ROOT_PASSWORD": "weakpassword"
|
|
}
|
|
},
|
|
"install_custom_gui_standard_partition_ext4": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "minimal",
|
|
"PARTITIONING": "custom_gui_standard_partition_ext4",
|
|
"ROOT_PASSWORD": "weakpassword"
|
|
}
|
|
},
|
|
"install_custom_gui_software_raid": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40,
|
|
"rocky-universal-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"NUMDISKS": "2",
|
|
"PARTITIONING": "custom_gui_software_raid",
|
|
"POSTINSTALL": "disk_custom_software_raid_postinstall",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_custom_gui_xfs": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40,
|
|
"rocky-universal-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"PARTITIONING": "custom_gui_xfs",
|
|
"POSTINSTALL": "disk_custom_xfs_postinstall",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_cyrillic_language": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"LANGUAGE": "russian",
|
|
"PACKAGE_SET": "workstation",
|
|
"POSTINSTALL": "_console_login",
|
|
"QEMU_DISABLE_SNAPSHOTS": "1",
|
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"SWITCHED_LAYOUT": "1",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_default": {
|
|
"profiles": {
|
|
"rocky-boot-iso-aarch64-*-aarch64": 10,
|
|
"rocky-boot-iso-x86_64-*-64bit": 10,
|
|
"rocky-boot-iso-x86_64-*-uefi": 11,
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"PACKAGE_SET": "default",
|
|
"POSTINSTALL": "_collect_data"
|
|
}
|
|
},
|
|
"install_minimal": {
|
|
"profiles": {
|
|
"rocky-minimal-iso-aarch64-*-aarch64": 10,
|
|
"rocky-minimal-iso-x86_64-*-64bit": 10
|
|
},
|
|
"settings": {
|
|
"PACKAGE_SET": "minimal",
|
|
"POSTINSTALL": "_collect_data"
|
|
}
|
|
},
|
|
"install_minimal_upload": {
|
|
"profiles": {
|
|
"rocky-minimal-iso-aarch64-*-aarch64": 10,
|
|
"rocky-minimal-iso-x86_64-*-64bit": 10
|
|
},
|
|
"settings": {
|
|
"PACKAGE_SET": "minimal",
|
|
"POSTINSTALL": "_collect_data",
|
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
|
}
|
|
},
|
|
"install_default_upload": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 10,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 10
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"PACKAGE_SET": "default",
|
|
"POSTINSTALL": "_collect_data",
|
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
|
}
|
|
},
|
|
"install_delete_partial": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"HDD_1": "disk_full_%PART_TABLE_TYPE%.img",
|
|
"PARTITIONING": "guided_delete_partial",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_delete_pata": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20,
|
|
"rocky-universal-x86_64-*-uefi": 21
|
|
},
|
|
"settings": {
|
|
"HDDMODEL": "ide-hd",
|
|
"HDD_1": "disk_full_mbr.img",
|
|
"HDDSIZEGB": "20",
|
|
"PARTITIONING": "guided_delete_all",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_european_language": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"LANGUAGE": "french",
|
|
"NO_UEFI_POST": "1",
|
|
"PACKAGE_SET": "workstation",
|
|
"POSTINSTALL": "_console_login",
|
|
"QEMU_DISABLE_SNAPSHOTS": "1",
|
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_lvmthin": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40,
|
|
"rocky-universal-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"PARTITIONING": "custom_lvmthin",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_lvm_ext4": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "minimal",
|
|
"PARTITIONING": "custom_lvm_ext4",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
|
}
|
|
},
|
|
"install_standard_partition_ext4": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 30,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 30,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"PARTITIONING": "custom_standard_partition_ext4",
|
|
"ROOT_PASSWORD": "weakpassword"
|
|
}
|
|
},
|
|
"install_mirrorlist_graphical": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"MIRRORLIST_GRAPHICAL": "1"
|
|
}
|
|
},
|
|
"install_multi": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20,
|
|
"rocky-universal-x86_64-*-uefi": 21
|
|
},
|
|
"settings": {
|
|
"HDD_2": "disk_full_mbr.img",
|
|
"NUMDISKS": "2",
|
|
"PARTITIONING": "guided_multi",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_multi_empty": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"NUMDISKS": "2",
|
|
"PARTITIONING": "guided_multi_empty_all",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_with_swap": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 50,
|
|
"rocky-universal-x86_64-*-64bit": 50,
|
|
"rocky-universal-x86_64-*-uefi": 51
|
|
},
|
|
"settings": {
|
|
"PARTITIONING": "custom_with_swap",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_package_set_minimal": {
|
|
"profiles": {
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "minimal"
|
|
}
|
|
},
|
|
"install_package_set_server": {
|
|
"profiles": {
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "server"
|
|
}
|
|
},
|
|
"install_package_set_graphical-server": {
|
|
"profiles": {
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"PACKAGE_SET": "graphical-server"
|
|
}
|
|
},
|
|
"install_package_set_workstation": {
|
|
"profiles": {
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"PACKAGE_SET": "workstation"
|
|
}
|
|
},
|
|
"install_package_set_virtualization-host": {
|
|
"profiles": {
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "false",
|
|
"PACKAGE_SET": "virtualization-host"
|
|
}
|
|
},
|
|
"install_pxeboot": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"+ISO": "",
|
|
"DELAYED_START": "1",
|
|
"KICKSTART": "1",
|
|
"NICTYPE": "tap",
|
|
"PARALLEL_WITH": "support_server@%ARCH_BASE_MACHINE%",
|
|
"PXEBOOT": "once",
|
|
"ROOT_PASSWORD": "111111",
|
|
"TEST_TARGET": "COMPOSE",
|
|
"USER_LOGIN": "false",
|
|
"WORKER_CLASS": "tap"
|
|
}
|
|
},
|
|
"install_repository_http_graphical": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"REPOSITORY_GRAPHICAL": "%LOCATION%",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_repository_http_variation": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"REPOSITORY_VARIATION": "%LOCATION%",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_rescue_encrypted": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 31,
|
|
"rocky-universal-x86_64-*-64bit": 31,
|
|
"rocky-universal-x86_64-*-uefi": 32
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "d",
|
|
"ENTRYPOINT": "rescue_mode_encrypted",
|
|
"HDD_1": "disk_%MACHINE%_encrypted.qcow2",
|
|
"START_AFTER_TEST": "install_simple_encrypted"
|
|
}
|
|
},
|
|
"install_sata": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20,
|
|
"rocky-universal-x86_64-*-uefi": 21
|
|
},
|
|
"settings": {
|
|
"ATACONTROLLER": "ich9-ahci",
|
|
"HDDMODEL": "ide-hd,bus=ahci0.0",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_scsi_updates_img": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"CDMODEL": "scsi-cd",
|
|
"GRUB": "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img",
|
|
"HDDMODEL": "scsi-hd",
|
|
"SCSICONTROLLER": "virtio-scsi-pci",
|
|
"TEST_UPDATES": "1",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_serial_console": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"ANACONDA_TEXT": "1",
|
|
"NO_UEFI_POST": "1",
|
|
"SERIAL_CONSOLE": "1",
|
|
"VIRTIO_CONSOLE_NUM": "2"
|
|
}
|
|
},
|
|
"install_shrink_ext4": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"HDD_1": "disk_shrink_ext4.img",
|
|
"PARTITIONING": "guided_shrink",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_shrink_ntfs": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"HDD_1": "disk_shrink_ntfs.img",
|
|
"PARTITIONING": "guided_shrink",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_simple_encrypted": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"STORE_HDD_1": "disk_%MACHINE%_encrypted.qcow2",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_simple_free_space": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"HDD_1": "disk_freespace_%PART_TABLE_TYPE%.img",
|
|
"HDDSIZEGB": "20",
|
|
"PARTITIONING": "guided_free_space",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_software_raid": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-universal-x86_64-*-uefi": 31
|
|
},
|
|
"settings": {
|
|
"NUMDISKS": "2",
|
|
"PARTITIONING": "custom_software_raid",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"install_xfs": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 40,
|
|
"rocky-universal-x86_64-*-64bit": 40,
|
|
"rocky-universal-x86_64-*-uefi": 41
|
|
},
|
|
"settings": {
|
|
"PARTITIONING": "custom_xfs",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "minimal",
|
|
"DESKTOP": "false"
|
|
}
|
|
},
|
|
"memtest": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"ENTRYPOINT": "memtest"
|
|
}
|
|
},
|
|
"modularity_tests": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 30,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "modularity_module_list modularity_enable_disable_module modularity_install_module",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"release_identification": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 40,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 40
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"ENTRYPOINT": "text_login_gui rocky_release os_release",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"server_cockpit_basic": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 30,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
|
|
"+START_AFTER_TEST": "server_cockpit_default",
|
|
"BOOTFROM": "c",
|
|
"POSTINSTALL": "server_cockpit_basic",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"server_cockpit_default": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "_setup_browser server_cockpit_default",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"STORE_HDD_1": "disk_%MACHINE%_cockpit.qcow2",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"server_cockpit_updates": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 30,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"+HDD_1": "disk_%MACHINE%_cockpit.qcow2",
|
|
"+START_AFTER_TEST": "server_cockpit_default",
|
|
"BOOTFROM": "c",
|
|
"POSTINSTALL": "server_cockpit_updates server_cockpit_autoupdate",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"server_filesystem_default": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"DESKTOP": "gnome",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "server_filesystem_default",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
},
|
|
"server_firewall_default": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-aarch64-*-aarch64": 20,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"BOOTFROM": "c",
|
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
|
"POSTINSTALL": "server_firewall_default",
|
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
|
"USER_LOGIN": "false"
|
|
}
|
|
}
|
|
}
|
|
}
|