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

Fix "content management issues" #3526

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions guides/common/modules/con_converting-a-host-to-rhel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can use the Ansible role to generate conversion data for the following conve
* Oracle Linux 7 to {RHEL} 7
* Oracle Linux 8 to {RHEL} 8

These conversions are supported by Red Hat.
These conversions are supported by {Team}.
ifndef::satellite[]
You can use the Ansible Playbook for other conversions as well, but in those cases you must enable required repositories and configure activation keys manually instead of using the Ansible role and variables.
However, this approach was not tested and is not supported.
Expand All @@ -25,7 +25,7 @@ Third-party packages and non-Red Hat packages that are not available in {RHEL} a

The Convert2RHEL utility removes unnecessary packages such as logos or packages known to cause issues during the conversion.
The utility replaces the `CentOS-release` or `Oracle-release` package with the `rhel-release` package, and all packages signed by CentOS or Oracle with their Red Hat equivalents.
The utility also subscribes the host to {Team} Subscription Management.
The utility also subscribes the host to Red{nbsp}Hat Subscription Management.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For more information, see xref:Adding_Custom_RPM_Repositories_{context}[].
+
ifndef::orcharhino[]
* **{Project} EL{os_major} Client**
** *Upstream URL*: `{project-client-name}el{os_major}/x86_64/`
** *Upstream URL*: `{project-client-url}/el{os_major}/x86_64/`
endif::[]
ifdef::orcharhino[]
* **{os_name} {os_major} client**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="best-practices-for-patching-content-hosts_{context}"]
= Best practices for patching content hosts

* Registering hosts to {Project} requires {project-client-name}, which contains the `subscription-manager` package, `katello-host-tools` package, and their dependencies.
* Registering hosts to {Project} requires {project-client-name}, which contains the `katello-host-tools-tracer` package and its dependencies.
For more information, see {ManagingHostsDocURL}Registering_Hosts_managing-hosts[Registering hosts] in _{ManagingHostsDocTitle}_.
* Use the {ProjectWebUI} to install, upgrade, and remove packages from hosts.
You can update content hosts with job templates using SSH and Ansible.
Expand Down