Skip to content

Commit 1afd7ff

Browse files
committed
Address other areas of docs that need change
1 parent 77af7d8 commit 1afd7ff

8 files changed

+14
-11
lines changed

guides/common/modules/con_host-collections-overview.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
A host collection is a group of content hosts.
55

66
With host collections, you can perform the same action on multiple hosts at once.
7-
These actions include the installation, removal, and update of packages and errata, change of assigned lifecycle environment, and change of content view.
7+
These actions include the installation, removal, and update of packages and errata, and the change of content view(s).
88

99
For example, you can use host collections to group hosts by function, department, or business unit.

guides/common/modules/con_managing-activation-keys.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ The changes are not made to existing hosts.
1313
Activation keys can define the following properties for content hosts:
1414

1515
* Available products and repositories
16-
* A lifecycle environment and a content view
16+
* Content view(s)
1717
* Host collection membership
1818
* System purpose
1919

2020
.Content view conflicts between host creation and registration
2121
When you provision a host, {Project} uses provisioning templates and other content from the content view that you set in the host group or host settings.
22-
When the host is registered, the content view from the activation key overwrites the original content view from the host group or host settings.
23-
Then {Project} uses the content view from the activation key for every future task, for example, rebuilding a host.
22+
When the host is registered, the content view environment(s) from the activation key overwrite the original content view from the host group or host settings.
23+
Then {Project} uses the content view environment(s) from the activation key for every future task, for example, rebuilding a host.
2424

2525
When you rebuild a host, ensure that you set the content view that you want to use in the activation key and not in the host group or host settings.
2626

guides/common/modules/con_restricting-hosts-access-to-content.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ For more information about adding content overrides to hosts, see {ManagingHosts
3535
+
3636
For more information about adding content overrides to activation keys, see xref:enabling-and-disabling-repositories-on-activation-key_{context}[].
3737

38+
Multiple content view environments::
39+
Assign hosts to multiple content view environments to provide access to content from more than one content view.
40+
For more information about multiple content view environments, see xref:managing-content-view-environments[].
41+
3842
Composite content views::
3943
You can use composite content views to combine and give hosts access to the content from multiple content views.
4044
For more information about composite content views, see xref:Creating_a_Composite_Content_View_{context}[].
@@ -72,7 +76,7 @@ endif::[]
7276
.Incorporating all strategies
7377
A particular package or repository is available to a host only if all of the following are true:
7478

75-
* The repository is included in the content view environment(s) of a host.
79+
* The repository is included in the content view environment(s) of the host.
7680
* The host's content view has been published after the repository was added to it.
7781
* The repository has not been filtered out by a content view filter.
7882
* The repository is enabled by default or overridden to *Enabled* by using a content override.
@@ -90,7 +94,7 @@ endif::[]
9094
Using activation keys can simplify the workflow for some of these strategies.
9195
You can use activation keys to perform the following actions:
9296

93-
* Assign hosts to content views and lifecycle environments.
97+
* Assign hosts to content view(s).
9498
* Add content overrides to hosts.
9599
* Set system purpose attributes on hosts, including release version.
96100

guides/common/modules/proc_changing-the-repository-sets-status-for-a-host-in-project.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ On the tab, there is a set of repositories available to each host with a status
1515
====
1616
For hosts not in the default content view environment, the *Repository sets* tab shows a toggle group with two options, *Limit to environment* and *Show all*.
1717
The *Limit to environment* option shows only repositories that are relevant to the host.
18-
The *Show all* option shows all available repositories including those that may not be included in the content view environment(s) of a host.
18+
The *Show all* option shows all available repositories including those that may not be included in the content view environment(s) of the host.
1919
On the *Overview* tab, click *Content view details* to view the environment for the host.
2020
====

guides/common/modules/proc_creating-an-activation-key.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ $ hammer activation-key create \
3232
--name "_My_Activation_Key_" \
3333
--unlimited-hosts \
3434
--description "_Example Stack in the Development Environment_" \
35-
--lifecycle-environment "_Development_" \
3635
--content-view "_Stack_" \
3736
--organization "_My_Organization_"
3837
----

guides/common/modules/proc_viewing-errata-by-applicable-and-installable.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Use the following procedure to view errata by applicable or installable.
99
. Click the *Overview* tab.
1010
Under the Errata card, there are two types of Errata.
1111
. Click *Applicable* to view errata that apply to a package installed on your host.
12-
. Click *Installable* to view applicable errata that are available in the content view environment(s) of a host.
12+
. Click *Installable* to view applicable errata that are available in the content view environment(s) of the host.
1313
. Click the link with number of errata under each type to see the list of all available errata of that type.
1414
. Click *security advisories*, *bug fixes*, or *enhancements* under each type to view only the respective type of errata.

guides/common/modules/ref_best-practices-for-content-views.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Content views that bundle content, such as {client-os} and additional software like `Apache-2.4` or `PostgreSQL-16.2`, are easier to maintain.
55
Content views that are too small require more maintenance.
66
* If you require daily updated content, use the content view `Default Organization View`, which contains the latest synchronized content from all repositories and is available in the Library lifecycle environment.
7-
* Restrict composite content views to situations that require greater flexibility, for example, if you update one content view on a weekly basis and another content view on a monthly basis.
7+
* Restrict composite content views to situations that require greater flexibility, for example, if you update one content view weekly, another monthly, or assign hosts to multiple content view environments.
88
* If you use composite content views, first publish the content views and then publish the composite content views.
99
The more content views you bundle into composite content views, the more effort is needed to change or update content.
1010
* Setting a lifecycle environment for content views is unnecessary if they are solely bundled to a composite content view.

guides/common/modules/ref_best-practices-for-patching-content-hosts.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ When patching packages on hosts using the default package manager, {Project} rec
1111
This allows you to run commands or execute scripts on hosts.
1212
* When running bulk actions on hosts, bundle them by major operating system version, especially when upgrading packages.
1313
* Select *via remote execution {endash} customize first* to define the time when patches are applied to hosts when performing bulk actions.
14-
* You cannot apply errata to packages that are not part of the repositories on {Project} and the attached content view.
14+
* You cannot apply errata to packages that are not part of the repositories on {Project} and the attached content view(s).
1515
* Modifications to installed packages using `rpm` or `dpkg` are sent to {Project} with the next run of `apt`, `yum`, or `zypper`.

0 commit comments

Comments
 (0)