Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ELS option to convert2rhel #3557

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions guides/common/modules/con_converting-a-host-to-rhel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@

The duration of the conversion process depends on the number of packages that have to be replaced, network speed, storage speed, and similar factors.

.Using an Extended Lifecycle Support add-on subscription on converted hosts
If you convert to a RHEL version that is in the https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates[phase of Extended Lifecycle Support] (ELS) and you do not plan to upgrade your host to a fully supported RHEL version, Red{nbsp}Hat recommends to use an ELS add-on subscription during the conversion.
Note that the conversion and the subsequent upgrade without an ELS subscription come with a limited support scope per the https://access.redhat.com/support/policy/convert2rhel-support[Convert2RHEL Support Policy] and the https://access.redhat.com/support/policy/ipu-support[In-place upgrade Support Policy].
Lennonka marked this conversation as resolved.
Show resolved Hide resolved

.Prerequisites
* Review {RHELDocsBaseURL}8/html-single/converting_from_a_linux_distribution_to_rhel_using_the_convert2rhel_utility/index#con_supported-conversion-paths_converting-from-a-linux-distribution-to-rhel[Supported conversion paths] in _{RHEL}{nbsp}8 Converting from a Linux distribution to RHEL using the Convert2RHEL utility_.

Check failure on line 37 in guides/common/modules/con_converting-a-host-to-rhel.adoc

View workflow job for this annotation

GitHub Actions / linter

[vale] reported by reviewdog 🐶 [RedHat.CaseSensitiveTerms] Use 'Linux' rather than 'linux'. Raw Output: {"message": "[RedHat.CaseSensitiveTerms] Use 'Linux' rather than 'linux'.", "location": {"path": "guides/common/modules/con_converting-a-host-to-rhel.adoc", "range": {"start": {"line": 37, "column": 59}}}, "severity": "ERROR"}
* Ensure you have a subscription manifest uploaded to your {Project} and that there are sufficient {RHEL} entitlements allocated for the conversions you intend.
Alternatively, you can use Ansible variables to tell the role to import the manifest from disk.
The manifest must be imported to the organization to which you will register hosts for conversion.
Expand Down Expand Up @@ -66,6 +70,7 @@
Execute a remote job with the following settings:
* **Job category**: `Convert 2 RHEL`
* **Job template**: `Convert2RHEL analyze`
* If you want to use an Extended Lifecycle Support add-on subscription, set the **ELS** option to `true`.
Lennonka marked this conversation as resolved.
Show resolved Hide resolved

+
ifdef::managing-hosts[]
Expand All @@ -86,6 +91,7 @@
* **Activation key**:
** `convert2rhel_rhel7` if you convert to {RHEL} 7
** `convert2rhel_rhel8` if you convert to {RHEL} 8
* If you want to use an Extended Lifecycle Support add-on subscription, set the **ELS** option to `true`.
Lennonka marked this conversation as resolved.
Show resolved Hide resolved

+
ifdef::managing-hosts[]
Expand Down
Loading