{ "action_results": { "ENSURE_KERNEL_MODULES_COMPATIBILITY": { "messages": [], "result": { "diagnosis": "", "id": "SUCCESS", "level": "SUCCESS", "title": "RHEL compatible kernel modules", "description": "Checks that the kernel modules which are loaded on the host have a version in RHEL.", "diagnosis": "", "remediation": "", "variables": {} } }, "IS_LOADED_KERNEL_LATEST": { "messages": [], "result": { "title": "Kernel version available in RHEL", "description": "Check whether RHEL contains a kernel of the same or more recent version as the one currently loaded on the host.", "diagnosis": "The version of the loaded kernel is different from the latest version in the enabled system repositories.\n* Latest kernel version available in updates: {{latest_kernel}}\n* Loaded kernel version: {{loaded_kernel}}", "id": "INVALID_KERNEL_VERSION", "level": "ERROR", "remediation": "To proceed with the conversion, update the kernel version by executing the following steps:\n1. yum install {{latest_kernel}} -y\n2. reboot", "variables": { "latest_kernel": "3.10.0-1160.90.1.el7", "loaded_kernel": "3.10.0-1160.88.1.el7" } } }, "LIST_THIRD_PARTY_PACKAGES": { "messages": [ { "title": "List packages not packaged by the original OS vendor.", "description": "Only packages from the original OS vendor and Red Hat will be converted. List any other packages so the user knows they won't be converted and can choose whether they think it is safe to proceed.", "diagnosis": "Only packages signed by {{source_distro}} are to be replaced. Red Hat support won't be provided for the following third party packages:\n{% for pkg in third_party_pkgs %}\n* {{pkg}}\n{% endfor %}\n", "id": "THIRD_PARTY_PACKAGES_LIST", "level": "WARNING", "remediation": "You may want to remove those packages before performing the conversion or manually evaluate if those packages are working after the conversion finishes.", "variables": { "source_distro": "CentOS", "third_party_pkgs": [ "google-chrome-stable", "meld" ] } } ], "result": { "title": "List packages not packaged by the original OS vendor.", "description": "Only packages from the original OS vendor and Red Hat will be converted. List any other packages so the user knows they won't be converted and can choose whether they think it is safe to proceed.", "diagnosis": "", "id": "SUCCESS", "level": "SUCCESS", "remediation": "", "variables": {} } }, "RHEL_COMPATIBLE_KERNEL": { "messages": [], "result": { "title": "Ensure the booted kernel is compatible with RHEL.", "description": "Check that the kernel currently loaded on the host is signed, is standard (not UEK, realtime, etc), and has the same version as in RHEL. These criteria are designed to check whether the RHEL kernel will provide the same capabilities as the original system.", "diagnosis": "The booted kernel {{ kernel_version }} is compatible with RHEL.", "id": "SUCCESS", "level": "SUCCESS", "remediation": "", "variables": { "kernel_version": "3.10.0-1160.88.1.el7.x86_64" } } } }, "format_version": "1.0" }