Skip to content

Commit 056319e

Browse files
committed
Updated references to content view environments.
Because multiCV is now default, references to content view environments should be plural when relating to the host assigning content view environments.
1 parent 604d029 commit 056319e

6 files changed

Lines changed: 11 additions & 11 deletions

guides/common/modules/con_conditions-for-content-availability.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Conditions for content availability
55

66
[role="_abstract"]
7-
A host can access a repository only when that repository is in a content view environment of the host, passes filters, is enabled, and matches any architecture or operating system version restrictions.
7+
A host can access a repository only when that repository is in a content view environments of the host, passes filters, is enabled, and matches any architecture or operating system version restrictions.
88
When any requirement fails, packages stay unavailable to the host even though {Project} still publishes the repository.
99

1010
A host can access a package or repository only if all of the following conditions are true:

guides/common/modules/con_content-view-environment-ordering-and-priority.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
[role="_abstract"]
77
The order of content view environments on a host or activation key determines which repository version the host uses when the same repository exists in multiple content view environments.
88

9-
During host registration, an activation key assigns content view environments in the order in which they are stored.
9+
During host registration, an activation key assigns content view environments in the order they are stored.
1010

11-
A host pulls content from the first assigned content view environment that contains the repository.
11+
A host pulls content from the first assigned content view environments that contain the repository.
1212
If `Library` is first in the list, it overrides other content view environments because it contains all repositories.
1313

14-
Content view environment order is critical when repository conflicts occur.
14+
The order of the content view environment is critical when repository conflicts occur.
1515
A repository conflict occurs when multiple content view environments contain a repository with the same label.
1616
For example:
1717
A host assigned to the content view environments `Library/cv1, dev/cv1` uses the following configuration:

guides/common/modules/con_content-view-environments-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
By default, you can assign multiple content view environments to hosts and activation keys.
88
This is controlled by the *Allow multiple content views* setting.
99

10-
Hosts registered with multiple activation keys handle content view environment assignments based on the order of activation keys and content view environments.
10+
Hosts registered with multiple activation keys handle content view environment assignments based on the order of activation keys and order of content view environments.
1111

1212
When you disable *Allow multiple content views*, multi-environment hosts remain assigned to multiple content view environments and retain access to all their content.
1313
Existing multi-environment activation keys remain associated with multiple content view environments, and both multi-environment hosts and activation keys remain visible in the {ProjectWebUI} and accessible through the Hammer CLI.

guides/common/modules/proc_changing-the-content-view-environment-of-a-host.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:_mod-docs-content-type: PROCEDURE
22

33
[id="changing-the-content-view-environment-of-a-host"]
4-
= Changing the content view environment of a host
4+
= Changing the content view environments of a host
55

66
[role="_abstract"]
7-
You can change the content view environment of a host when you need to alter which content the host can consume from {Project}.
7+
You can change the content view environments of a host when you need to alter which content the host can consume from {Project}.
88

99
.Procedure
1010
. In the {ProjectWebUI}, navigate to *Hosts* > *All Hosts*.

guides/common/modules/ref_best-practices-for-errata.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Apply these recommendations when managing errata so you patch security issues in
88

99
* Use errata to add patches for security issues to a frozen set of content without unnecessarily updating other unaffected packages.
1010
* Automate errata management by using a Hammer script or an {ansible-docs-url}[Ansible Playbook].
11-
* View errata on the host details page and compare the errata of the current content view environment to the Library lifecycle environment, which contains the latest synchronized packages.
11+
* View the errata on the host details page. Compare the errata of the current content view environments to the Library lifecycle environment, which contains the latest synchronized packages.
1212
+
1313
You can only apply errata included in the content view version of the lifecycle of your host.
1414
You can view applicable errata as a recommendation to create an incremental content view to provide errata to hosts.

guides/common/modules/ref_prerequisites-for-installing-errata-on-hosts.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Prerequisites for installing errata on hosts
55

66
[role="_abstract"]
7-
Installing errata on hosts requires synchronized repositories, installable errata in the content view environment, registered hosts, and remote execution configuration.
7+
Installing errata on hosts requires synchronized repositories, installable errata in the content view environments, registered hosts, and remote execution configuration.
88

99
ifdef::katello[]
1010
* Repositories on {ProjectServer} are synchronized with the latest errata available from upstream.
@@ -15,11 +15,11 @@ endif::[]
1515
ifdef::satellite[]
1616
* Repositories on {ProjectServer} are synchronized with the latest errata available from Red{nbsp}Hat.
1717
endif::[]
18-
* The host is registered to a content view environment.
18+
* The host is registered to content view environments.
1919
* The host is configured for remote execution.
2020
* Errata are *installable*.
2121
+
22-
Applicable errata have updates for packages on hosts, but you can only install errata included in the content view environment of the host.
22+
Applicable errata have updates for packages on hosts, but you can only install errata included in the content view environments of the host.
2323
If errata are applicable but not installable, the content view must be incrementally updated and promoted to the lifecycle environment of the host.
2424

2525
.Additional resources

0 commit comments

Comments
 (0)