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 inclusive language issues #2790

Merged
merged 2 commits into from
Feb 19, 2024
Merged
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
2 changes: 1 addition & 1 deletion guides/common/assembly_backing-up-server-and-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ include::modules/proc_performing-an-online-backup.adoc[leveloffset=+1]

include::modules/proc_performing-a-snapshot-backup.adoc[leveloffset=+1]

include::modules/ref_white-listing-and-skipping-steps-when-performing-backups.adoc[leveloffset=+1]
include::modules/ref_skipping-steps-when-performing-backups.adoc[leveloffset=+1]
2 changes: 1 addition & 1 deletion guides/common/modules/con_content-filter-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two types of content filters:
| *Include* | You start with no content, then select which content to add from the selected repositories.
Use this filter to combine multiple content items.
| *Exclude* | You start with all content from selected repositories, then select which content to remove.
Use this filter when you want to use most of a particular content repository but exclude certain packages, such as blacklisted packages.
Use this filter when you want to use most of a particular content repository while excluding certain packages.
The filter uses all content in the repository except for the content you select.
|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Your network gateway and the HTTP proxy must allow access to the following hosts
include::snip_host-names-for-http-proxy.adoc[]

{ProjectServer} uses SSL to communicate with the Red{nbsp}Hat CDN securely.
Use of an SSL interception proxy interferes with this communication.
These hosts must be whitelisted on the proxy.
An SSL interception proxy interferes with this communication.
These hosts must be allowlisted on your HTTP proxy.

For a list of IP addresses used by the Red{nbsp}Hat CDN (cdn.redhat.com), see the Knowledgebase article https://access.redhat.com/articles/1525183[Public CIDR Lists for Red{nbsp}Hat] on the Red{nbsp}Hat Customer Portal.

To configure the subscription-manager with the HTTP proxy, follow the procedure below.
To configure the Subscription Manager with the HTTP proxy, follow the procedure below.
apinnick marked this conversation as resolved.
Show resolved Hide resolved

.Procedure
. On {ProjectServer}, complete the following details in the `/etc/rhsm/rhsm.conf` file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
You can use {Project} to configure PXELinux to chainboot iPXE in BIOS mode and boot using the HTTP protocol if you have the following restrictions that prevent you from using PXE:

* A network with unmanaged DHCP servers.
* A PXE service that is blacklisted on your network or restricted by a firewall.
* An unreliable TFTP UDP-based protocol because of, for example, a low-bandwidth network.
* A PXE service that is unreachable because of, for example, a firewall restriction.
* A TFTP UDP-based protocol that is unreliable because of, for example, a low-bandwidth network.

ifndef::satellite[]
Only BIOS systems are known to work reliably.
Expand Down
apinnick marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[id="White_Listing_and_Skipping_Steps_When_Performing_Backups_{context}"]
= White-listing and skipping steps when performing backups
[id="Skipping_Steps_When_Performing_Backups_{context}"]
= Skipping steps when performing backups

A backup using the `{foreman-maintain} backup` command proceeds in a sequence of steps.
To skip part of the backup add the `--whitelist` option to the command and add the step label that you want to omit.
To skip part of the backup, add the `--whitelist` option to the command and the step label that you want to omit.

.Procedure
* To display a list of available step labels, enter the following command:
Expand Down