2c427618ac
* Handle the "reclaim space" dialog Adds handling for the "Reclaim Space" dialog, which can appear after the user clicks "Done" in the partitioning spoke. * Fix indentations * Set default HDD size to 15GB * Remove redundant HDDSIZEGB definitions * Add more GiBs * Workaround for #82 * Needle with new security policy spoke icon * Add new needles to fix cockpit tests in 8.6 * Add contribution SOP to README * Words * Script fixes (#99) * Increment version * Fix this header * Fix URL for updates.img (#98) * --- title: [8.6 Release Issues] Test Suite: install_delete_partial and install_custom_gui_lvm_ext4 on rocky 8.6 labels: 'test suite' assignees: '@akatch' --- # Description Running openQA test suite `install_delete_partial` as above throws `Test died: no candidate needle with tag(s) 'anaconda_install_destination_reclaim_space_btn' matched` at module `disk_guided_delete_partial`. At this stage, the "Reclaim Space" button in the lower right corner of the dialog is disabled. Additionally, the dialog shows that 5GB will be reclaimed by the steps taken to that point in the test, but installation requires around 9GB. Do we need to reclaim enough space for installation in order to enable that button? _Yes, the button is enabled when enough space to install is reclaimed._ Just adding HDDSIZEGB=20 to `templates.fif.json` did not increase volume size shown in the dialog. Do we need to recreate the img file? _Yes, recreating the img file using createhdds.py against a larger size in hdds.json resolved this error._ The Reclaim Space dialog claimed 9.06GB was required to perform installation, and after doubling the size of disk_full_XXX.img we got past the Reclaim Space dialog. However, `_do_install_and_reboot` failed to install citing not enough disk space. Fixes #80 when merged. # How Has This Been Tested? ``` # NOTE: was not able to reproduce for install_custom_gui_lvm_ext4 openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=8.6 BUILD=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_custom_gui_lvm_ext4 PACKAGE_SET=graphical-server openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.6 BUILD=8.6_universal_$(date +%Y%m%d.%H%M%S).0 TEST=install_delete_partial PACKAGE_SET=graphical-server ``` All tests must pass `_do_install_and_reboot`. NOTE: These tests will fail at `_console_wait_login` with the issue in #81. # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published in downstream modules * Add new needle to mitigate the changed default for install source on the network from http to https Co-authored-by: lumarel <lumarel@users.noreply.github.com>
960 lines
34 KiB
JSON
960 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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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": {
|
|
"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": {
|
|
"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": {
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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": {
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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": {
|
|
"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": {
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"install_package_set_minimal": {
|
|
"profiles": {
|
|
"rocky-boot-iso-x86_64-*-64bit": 10,
|
|
"rocky-boot-iso-x86_64-*-uefi": 11,
|
|
"rocky-dvd-iso-x86_64-*-64bit": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11,
|
|
"rocky-minimal-iso-x86_64-*-64bit": 10,
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-universal-x86_64-*-64bit": 30,
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"PACKAGE_SET": "minimal",
|
|
"POSTINSTALL": "_console_login"
|
|
}
|
|
},
|
|
"install_package_set_server": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-x86_64-*-64bit": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11,
|
|
"rocky-minimal-iso-x86_64-*-64bit": 10,
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"PACKAGE_SET": "server",
|
|
"POSTINSTALL": "_console_login"
|
|
}
|
|
},
|
|
"install_package_set_graphical-server": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-x86_64-*-64bit": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11,
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "graphical-server",
|
|
"POSTINSTALL": "_console_login",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_package_set_workstation": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-x86_64-*-64bit": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11,
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"DESKTOP": "gnome",
|
|
"ENCRYPT_PASSWORD": "weakpassword",
|
|
"PACKAGE_SET": "workstation",
|
|
"POSTINSTALL": "_console_login",
|
|
"ROOT_PASSWORD": "weakpassword",
|
|
"USER_LOGIN": "qwerty"
|
|
}
|
|
},
|
|
"install_package_set_virtualization-host": {
|
|
"profiles": {
|
|
"rocky-dvd-iso-x86_64-*-64bit": 11,
|
|
"rocky-dvd-iso-x86_64-*-uefi": 11,
|
|
"rocky-universal-aarch64-*-aarch64": 30,
|
|
"rocky-package-set-x86_64-*-64bit": 30
|
|
},
|
|
"settings": {
|
|
"PACKAGE_SET": "virtualization-host",
|
|
"POSTINSTALL": "_console_login"
|
|
}
|
|
},
|
|
"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%"
|
|
}
|
|
},
|
|
"install_repository_http_variation": {
|
|
"profiles": {
|
|
"rocky-universal-aarch64-*-aarch64": 20,
|
|
"rocky-universal-x86_64-*-64bit": 20
|
|
},
|
|
"settings": {
|
|
"REPOSITORY_VARIATION": "%LOCATION%"
|
|
}
|
|
},
|
|
"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-drive,bus=ahci0.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|