From 2c9cf5bce1fb2ecacf177e1766aa7862c866a75a Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Wed, 3 Jun 2026 01:50:36 +0200 Subject: [PATCH 1/4] Optimize headings Assisted-by: Cursor --- guides/common/assembly_managing-content-views.adoc | 2 +- ...ies.adoc => con_dependency-solving-for-content-views.adoc} | 4 ++-- .../modules/proc_creating-a-content-view-by-using-cli.adoc | 2 +- .../modules/proc_creating-a-content-view-by-using-web-ui.adoc | 2 +- .../proc_enabling-dependency-solving-for-a-content-view.adoc | 2 +- .../modules/ref_workflow-for-creating-content-views.adoc | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename guides/common/modules/{con_resolving-package-dependencies.adoc => con_dependency-solving-for-content-views.adoc} (97%) diff --git a/guides/common/assembly_managing-content-views.adoc b/guides/common/assembly_managing-content-views.adoc index de168ae79f5..318fddbde0b 100644 --- a/guides/common/assembly_managing-content-views.adoc +++ b/guides/common/assembly_managing-content-views.adoc @@ -51,7 +51,7 @@ include::modules/proc_creating-a-composite-content-view-by-using-cli.adoc[levelo include::modules/con_content-filter-overview.adoc[leveloffset=+1] ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] -include::modules/con_resolving-package-dependencies.adoc[leveloffset=+1] +include::modules/con_dependency-solving-for-content-views.adoc[leveloffset=+1] include::modules/proc_enabling-dependency-solving-for-a-content-view.adoc[leveloffset=+1] endif::[] diff --git a/guides/common/modules/con_resolving-package-dependencies.adoc b/guides/common/modules/con_dependency-solving-for-content-views.adoc similarity index 97% rename from guides/common/modules/con_resolving-package-dependencies.adoc rename to guides/common/modules/con_dependency-solving-for-content-views.adoc index 2b8226d8ce0..ed6465fae98 100644 --- a/guides/common/modules/con_resolving-package-dependencies.adoc +++ b/guides/common/modules/con_dependency-solving-for-content-views.adoc @@ -1,7 +1,7 @@ :_mod-docs-content-type: CONCEPT -[id="Resolving_Package_Dependencies_{context}"] -= Resolving package dependencies +[id="dependency-solving-for-content-views"] += Dependency solving for content views [role="_abstract"] {Project} can add dependencies of packages in a content view to the dependent repository when publishing the content view. diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc index 97ae0fccde4..648d6c0b3f6 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc @@ -8,7 +8,7 @@ Use this procedure to create a content view by using Hammer CLI. ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] While you can stipulate whether you want to resolve any package dependencies on a content view by content view basis, you might want to change the default {Project} settings to enable or disable package resolution for all content views. -For more information, see xref:Resolving_Package_Dependencies_{context}[]. +For more information, see xref:dependency-solving-for-content-views[]. endif::[] .Procedure diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc index 27738cb8546..41aaf4a2b6d 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc @@ -8,7 +8,7 @@ Use this procedure to create a content view by using the {ProjectWebUI}. ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] While you can stipulate whether you want to resolve any package dependencies on a content view by content view basis, you might want to change the default {Project} settings to enable or disable package resolution for all content views. -For more information, see xref:Resolving_Package_Dependencies_{context}[]. +For more information, see xref:dependency-solving-for-content-views[]. endif::[] .Procedure diff --git a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc index 2f9f233b964..5ac60e99d12 100644 --- a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc +++ b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc @@ -8,7 +8,7 @@ Use this procedure to enable dependency solving for a content view. .Prerequisites * Dependency solving is useful only in limited contexts. -Before enabling it, ensure you read and understand xref:Resolving_Package_Dependencies_{context}[] +Before enabling it, ensure you read and understand xref:dependency-solving-for-content-views[]. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/ref_workflow-for-creating-content-views.adoc b/guides/common/modules/ref_workflow-for-creating-content-views.adoc index 6bea1618439..dd6497bbe59 100644 --- a/guides/common/modules/ref_workflow-for-creating-content-views.adoc +++ b/guides/common/modules/ref_workflow-for-creating-content-views.adoc @@ -14,7 +14,7 @@ The general workflow for creating content views for filtering and creating snaps For more information, see xref:Content_Filter_Examples_{context}[]. . Optional: Resolve any package dependencies for a content view. ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] -For more information, see xref:Resolving_Package_Dependencies_{context}[]. +For more information, see xref:dependency-solving-for-content-views[]. endif::[] . Publish the content view. . Optional: Promote the content view to another environment. From 7db492cfbc522f5bda0fd73696b7bbd88d3e8c78 Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Wed, 3 Jun 2026 02:40:50 +0200 Subject: [PATCH 2/4] Optimize abstracts Assisted-by: Cursor --- .../modules/con_composite-content-views-overview.adoc | 6 ++---- guides/common/modules/con_content-filter-examples.adoc | 2 +- guides/common/modules/con_content-filter-overview.adoc | 6 +++--- guides/common/modules/con_rolling-content-views.adoc | 5 ++--- ...content-view-to-lifecycle-environments-by-using-cli.adoc | 2 +- ...tent-view-to-lifecycle-environments-by-using-web-ui.adoc | 2 +- .../modules/proc_comparing-content-view-versions.adoc | 2 +- .../modules/proc_copying-a-content-view-by-using-cli.adoc | 2 +- .../proc_copying-a-content-view-by-using-web-ui.adoc | 2 +- ...proc_creating-a-composite-content-view-by-using-cli.adoc | 2 +- ...c_creating-a-composite-content-view-by-using-web-ui.adoc | 2 +- .../modules/proc_creating-a-content-view-by-using-cli.adoc | 2 +- .../proc_creating-a-content-view-by-using-web-ui.adoc | 2 +- ...proc_creating-a-content-view-filter-by-using-web-ui.adoc | 5 +++-- .../proc_creating-a-rolling-content-view-by-using-cli.adoc | 2 +- ...roc_creating-a-rolling-content-view-by-using-web-ui.adoc | 2 +- ...ting-multiple-content-view-versions-by-using-web-ui.adoc | 2 +- .../proc_distributing-archived-content-view-versions.adoc | 3 +-- ...proc_enabling-dependency-solving-for-a-content-view.adoc | 2 +- .../modules/proc_promoting-a-content-view-by-using-cli.adoc | 2 +- .../proc_promoting-a-content-view-by-using-web-ui.adoc | 2 +- .../modules/proc_viewing-module-streams-by-using-cli.adoc | 2 +- .../proc_viewing-module-streams-by-using-web-ui.adoc | 2 +- .../modules/ref_best-practices-for-content-views.adoc | 2 +- 24 files changed, 30 insertions(+), 33 deletions(-) diff --git a/guides/common/modules/con_composite-content-views-overview.adoc b/guides/common/modules/con_composite-content-views-overview.adoc index 6446d57320a..7152551318c 100644 --- a/guides/common/modules/con_composite-content-views-overview.adoc +++ b/guides/common/modules/con_composite-content-views-overview.adoc @@ -4,10 +4,8 @@ = Composite content views overview [role="_abstract"] -A composite content view combines the content from several content views. -For example, you might have separate content views to manage an operating system and an application individually. -You can use a composite content view to merge the contents of both content views into a new repository. -The repositories for the original content views still exist but a new repository also exists for the combined content. +A composite content view merges repositories from several content views into one host-facing repository. +Use it when hosts need content from multiple views, such as an operating system and an application, managed separately. .Application that supports different database servers ==== diff --git a/guides/common/modules/con_content-filter-examples.adoc b/guides/common/modules/con_content-filter-examples.adoc index f2fcf0d258e..d85e964d951 100644 --- a/guides/common/modules/con_content-filter-examples.adoc +++ b/guides/common/modules/con_content-filter-examples.adoc @@ -4,7 +4,7 @@ = Content filter examples [role="_abstract"] -Use any of the following examples with the procedure that follows to build custom content filters. +These examples show common content filter configurations for package groups, errata, and module streams that you can adapt when refining a content view. [NOTE] ==== diff --git a/guides/common/modules/con_content-filter-overview.adoc b/guides/common/modules/con_content-filter-overview.adoc index 9c2e7ff39a1..72a3897dfcc 100644 --- a/guides/common/modules/con_content-filter-overview.adoc +++ b/guides/common/modules/con_content-filter-overview.adoc @@ -5,12 +5,12 @@ [role="_abstract"] ifdef::satellite[] -Content views also use filters to include or restrict certain Yum content. +Use content view filters to include or exclude specific Yum packages, errata, and other content types from a published view. endif::[] ifndef::satellite[] -Content views also use filters to include or restrict certain Deb and Yum content. +Use content view filters to include or exclude specific Deb and Yum packages, errata, and other content types from a published view. endif::[] -Without these filters, a content view includes everything from the selected repositories. +Without filters, a content view includes all content from its selected repositories. Filter types:: There are two types of content filters: diff --git a/guides/common/modules/con_rolling-content-views.adoc b/guides/common/modules/con_rolling-content-views.adoc index b3d409be617..0e38b4399ec 100644 --- a/guides/common/modules/con_rolling-content-views.adoc +++ b/guides/common/modules/con_rolling-content-views.adoc @@ -4,9 +4,8 @@ = Rolling content views [role="_abstract"] -A rolling content view is a curated subset of content that your hosts can access. -It is a subset of the Library environment and contains the latest synchronized content from one or multiple repositories. -You can use a rolling content view to provide a continuous stream of synchronized content to hosts. +A rolling content view is a curated subset of Library content that hosts can access without publishing or promoting new versions. +Use it to provide a continuous stream of the latest synchronized content from one or more repositories. When you synchronize repositories to {Project}, all rolling content views that contain them get automatically updated to include the latest changes. You do not have to publish and/or promote a rolling content view compared to content views or composite content views. diff --git a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc index 2decfa6125f..a007c7d813c 100644 --- a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc +++ b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc @@ -4,7 +4,7 @@ = Assigning a rolling content view to lifecycle environments by using Hammer CLI [role="_abstract"] -You can assign your rolling content view to lifecycle environments to limit Library content synchronized to {SmartProxyServers} by using Hammer CLI. +Assign a rolling content view to lifecycle environments to limit which Library content is synchronized to {SmartProxyServers}. To consume rolling content views, you must assign them to one or more lifecycle environments. By doing so, you expose a subset of Library content to those lifecycle environments. diff --git a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc index c31deb6db25..f8143bcd117 100644 --- a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc +++ b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Assigning a rolling content view to lifecycle environments by using {ProjectWebUI} [role="_abstract"] -You can assign your rolling content view to lifecycle environments to limit Library content synchronized to {SmartProxyServers} by using {ProjectWebUI}. +Assign a rolling content view to lifecycle environments to limit which Library content is synchronized to {SmartProxyServers}. To consume rolling content views, you must assign them to one or more lifecycle environments. By doing so, you expose a subset of Library content to those lifecycle environments. diff --git a/guides/common/modules/proc_comparing-content-view-versions.adoc b/guides/common/modules/proc_comparing-content-view-versions.adoc index 8f7be96d826..a8bdc6ac2bd 100644 --- a/guides/common/modules/proc_comparing-content-view-versions.adoc +++ b/guides/common/modules/proc_comparing-content-view-versions.adoc @@ -4,7 +4,7 @@ = Comparing content view versions [role="_abstract"] -Use this procedure to compare content view version functionality for {Project}. +Compare two content view versions to identify added, removed, or changed packages, errata, and other content between versions. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc index 616f3a69f4d..8a48bb0d0db 100644 --- a/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Copying a content view by using Hammer CLI [role="_abstract"] -You can copy an existing content view into a new content view by using Hammer CLI. +Copy an existing content view to create a new view based on its repositories and filters without reconfiguring them from scratch. [NOTE] ==== diff --git a/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc index 1b3c9b7618f..0c132fa8ef1 100644 --- a/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Copying a content view by using {ProjectWebUI} [role="_abstract"] -You can copy an existing content view into a new content view by using {ProjectWebUI}. +Copy an existing content view to create a new view based on its repositories and filters without reconfiguring them from scratch. [NOTE] ==== diff --git a/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc index c5ee66354b5..49546fe5682 100644 --- a/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a composite content view by using Hammer CLI [role="_abstract"] -Use this procedure to create a composite content view by using Hammer CLI. +Create a composite content view to merge repositories from multiple content views into a single host-facing repository. .Procedure . Before you create the composite content views, list the version IDs for your existing content views: diff --git a/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc index fe86a376133..df5a5bbefb6 100644 --- a/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a composite content view by using {ProjectWebUI} [role="_abstract"] -Use this procedure to create a composite content view by using {ProjectWebUI}. +Create a composite content view to merge repositories from multiple content views into a single host-facing repository. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc index 648d6c0b3f6..2a319570506 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a content view by using Hammer CLI [role="_abstract"] -Use this procedure to create a content view by using Hammer CLI. +Create a content view to define which repositories and content your hosts can access through lifecycle environments. ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] While you can stipulate whether you want to resolve any package dependencies on a content view by content view basis, you might want to change the default {Project} settings to enable or disable package resolution for all content views. diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc index 41aaf4a2b6d..a17761d1a7c 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a content view by using {ProjectWebUI} [role="_abstract"] -Use this procedure to create a content view by using the {ProjectWebUI}. +Create a content view to define which repositories and content your hosts can access through lifecycle environments. ifdef::katello,satellite,almalinux,amazon_linux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux,suse_linux_enterprise_server[] While you can stipulate whether you want to resolve any package dependencies on a content view by content view basis, you might want to change the default {Project} settings to enable or disable package resolution for all content views. diff --git a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc index d632c058f1b..fc7a1e95145 100644 --- a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc @@ -4,8 +4,9 @@ = Creating a content view filter by using {ProjectWebUI} [role="_abstract"] -You can filter content views containing {client-content-type} content to include or exclude specific packages or errata. -Package filters are based on a combination of the _name_, _version_, and _architecture_. +Create content view filters to include or exclude specific packages, errata, and other content types from a published view. +Package filters match content by name, version, and architecture. + For examples of how to build a filter, see xref:Content_Filter_Examples_{context}[]. .Procedure diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc index d07138b754d..db9eb63cb3d 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a rolling content view by using Hammer CLI [role="_abstract"] -You can create a rolling content view by using Hammer CLI. +Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. .Procedure . List all available lifecycle environments: diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc index f512a064e4f..482d08dd4ff 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a rolling content view by using {ProjectWebUI} [role="_abstract"] -You can create a rolling content view by using {ProjectWebUI}. +Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc b/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc index 983d52ff85c..47d85867ff8 100644 --- a/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc +++ b/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Deleting multiple content view versions by using {ProjectWebUI} [role="_abstract"] -You can delete multiple content view versions simultaneously by using {ProjectWebUI}. +Delete multiple content view versions at once to remove obsolete snapshots and free storage on {ProjectServer}. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_distributing-archived-content-view-versions.adoc b/guides/common/modules/proc_distributing-archived-content-view-versions.adoc index 931cc4f687e..78e23a836d9 100644 --- a/guides/common/modules/proc_distributing-archived-content-view-versions.adoc +++ b/guides/common/modules/proc_distributing-archived-content-view-versions.adoc @@ -4,8 +4,7 @@ = Distributing archived content view versions [role="_abstract"] -The setting *Distribute archived content view versions* enables hosting of non-promoted content view version repositories in the {Project} content web application along with other repositories. -This is useful while debugging to see what content is present in your content view versions. +Enable distribution of archived content view versions when you need access to repositories from published versions that are not currently promoted, such as for debugging. .Procedure . In the {ProjectWebUI}, navigate to *Administer* > *Settings*. diff --git a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc index 5ac60e99d12..1f4175e73f6 100644 --- a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc +++ b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc @@ -4,7 +4,7 @@ = Enabling dependency solving for a content view [role="_abstract"] -Use this procedure to enable dependency solving for a content view. +Enable dependency solving on a content view when you need {Project} to include package dependencies during publication, such as when adding a single package incrementally. .Prerequisites * Dependency solving is useful only in limited contexts. diff --git a/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc index 5d2ee15776b..42c7d80ea87 100644 --- a/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Promoting a content view by using Hammer CLI [role="_abstract"] -Use this procedure to promote content views across different lifecycle environments by using Hammer CLI. +Promote a content view to the next lifecycle environment to make its published content available to hosts in that environment. .Prerequisites * Your {Project} account has a role that grants the `promote_or_remove_content_views` and `promote_or_remove_content_views_to_environment` permissions. diff --git a/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc index e52175ce29a..98767f69fe4 100644 --- a/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Promoting a content view by using {ProjectWebUI} [role="_abstract"] -Use this procedure to promote content views across different lifecycle environments by using {ProjectWebUI}. +Promote a content view to the next lifecycle environment to make its published content available to hosts in that environment. .Prerequisites * Your {Project} account has a role that grants the `promote_or_remove_content_views` and `promote_or_remove_content_views_to_environment` permissions. diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc index 7243c12af73..ff42a05e82f 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc @@ -4,7 +4,7 @@ = Viewing module streams by using Hammer CLI [role="_abstract"] -In {Project}, you can view the module streams of the repositories in your content views by using Hammer CLI. +View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. .Procedure . List all organizations: diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc index ce0c4283fe2..b4c80b3098b 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Viewing module streams by using {ProjectWebUI} [role="_abstract"] -You can view the module streams of the repositories in your content views by using {ProjectWebUI}. +View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. .Procedure . In the {ProjectWebUI}, *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/ref_best-practices-for-content-views.adoc b/guides/common/modules/ref_best-practices-for-content-views.adoc index 5a0bda25312..daa8b9e802d 100644 --- a/guides/common/modules/ref_best-practices-for-content-views.adoc +++ b/guides/common/modules/ref_best-practices-for-content-views.adoc @@ -4,7 +4,7 @@ = Best practices for content views [role="_abstract"] -{Team} recommends you follow these practices for content views. +{Team} recommends you apply these practices when you plan, publish, and maintain content views to reduce administrative overhead and keep host content consistent. * Content views that bundle content, such as {client-os} and additional software like `Apache-2.4` or `PostgreSQL-16.2`, are easier to maintain. Content views that are too small require more maintenance. From 364638cc85f0c9195ad535a7884e177562be822c Mon Sep 17 00:00:00 2001 From: Lena Ansorgova Date: Wed, 3 Jun 2026 03:03:28 +0200 Subject: [PATCH 3/4] Optimize prerequisites Assisted-by: Cursor --- ...g-content-view-to-lifecycle-environments-by-using-cli.adoc | 4 ++++ ...ontent-view-to-lifecycle-environments-by-using-web-ui.adoc | 4 ++++ .../common/modules/proc_comparing-content-view-versions.adoc | 3 +++ .../proc_creating-a-composite-content-view-by-using-cli.adoc | 3 +++ ...roc_creating-a-composite-content-view-by-using-web-ui.adoc | 3 +++ .../modules/proc_creating-a-content-view-by-using-cli.adoc | 3 +++ .../modules/proc_creating-a-content-view-by-using-web-ui.adoc | 3 +++ .../proc_creating-a-content-view-filter-by-using-cli.adoc | 4 ++++ .../proc_creating-a-content-view-filter-by-using-web-ui.adoc | 4 ++++ .../proc_creating-a-rolling-content-view-by-using-cli.adoc | 3 +++ .../proc_creating-a-rolling-content-view-by-using-web-ui.adoc | 3 +++ ...leting-multiple-content-view-versions-by-using-web-ui.adoc | 3 +++ .../proc_distributing-archived-content-view-versions.adoc | 3 +++ .../proc_enabling-dependency-solving-for-a-content-view.adoc | 3 +-- .../modules/proc_promoting-a-content-view-by-using-cli.adoc | 1 + .../proc_promoting-a-content-view-by-using-web-ui.adoc | 1 + ...a-content-view-to-all-environments-in-an-organization.adoc | 1 + ..._publishing-and-promoting-a-content-view-by-using-mcp.adoc | 4 ++++ ..._synchronizing-a-content-view-to-a-smart-proxy-server.adoc | 3 +++ .../modules/proc_viewing-module-streams-by-using-cli.adoc | 3 +++ .../modules/proc_viewing-module-streams-by-using-web-ui.adoc | 3 +++ 21 files changed, 60 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc index a007c7d813c..6a8e5dd49b4 100644 --- a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc +++ b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-cli.adoc @@ -11,6 +11,10 @@ By doing so, you expose a subset of Library content to those lifecycle environme {Team} does not recommend assigning a rolling content view to the Library environment itself because it creates duplicate content within Library. By using environments other than Library, you can synchronize your rolling content views from {ProjectServer} to any {SmartProxyServers} that are configured to consume the relevant lifecycle environments without the need to synchronize all of Library to {SmartProxyServers}. +.Prerequisites +* A rolling content view exists in your organization. +* At least one lifecycle environment other than Library exists in your organization. + .Procedure . List all content views: + diff --git a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc index f8143bcd117..f19d8d422fd 100644 --- a/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc +++ b/guides/common/modules/proc_assigning-a-rolling-content-view-to-lifecycle-environments-by-using-web-ui.adoc @@ -11,6 +11,10 @@ By doing so, you expose a subset of Library content to those lifecycle environme {Team} does not recommend assigning a rolling content view to the Library environment itself because it creates duplicate content within Library. By using environments other than Library, you can synchronize your rolling content views from {ProjectServer} to any {SmartProxyServers} that are configured to consume the relevant lifecycle environments without the need to synchronize all of Library to {SmartProxyServers}. +.Prerequisites +* A rolling content view exists in your organization. +* At least one lifecycle environment other than Library exists in your organization. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Select your rolling content view. diff --git a/guides/common/modules/proc_comparing-content-view-versions.adoc b/guides/common/modules/proc_comparing-content-view-versions.adoc index a8bdc6ac2bd..aa27e2b39f5 100644 --- a/guides/common/modules/proc_comparing-content-view-versions.adoc +++ b/guides/common/modules/proc_comparing-content-view-versions.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Compare two content view versions to identify added, removed, or changed packages, errata, and other content between versions. +.Prerequisites +* The content view has at least two published versions. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Select a content view whose versions you want to compare. diff --git a/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc index 49546fe5682..4243d8cd003 100644 --- a/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-composite-content-view-by-using-cli.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Create a composite content view to merge repositories from multiple content views into a single host-facing repository. +.Prerequisites +* The content views that you want to combine are published. + .Procedure . Before you create the composite content views, list the version IDs for your existing content views: + diff --git a/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc index df5a5bbefb6..938a9c0ef5b 100644 --- a/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-composite-content-view-by-using-web-ui.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Create a composite content view to merge repositories from multiple content views into a single host-facing repository. +.Prerequisites +* The content views that you want to combine are published. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Click *Create content view*. diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc index 2a319570506..bcf7a8a1ebf 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-cli.adoc @@ -11,6 +11,9 @@ While you can stipulate whether you want to resolve any package dependencies on For more information, see xref:dependency-solving-for-content-views[]. endif::[] +.Prerequisites +* At least one repository is available in your organization. + .Procedure . Obtain a list of repository IDs: + diff --git a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc index a17761d1a7c..39655ba99e7 100644 --- a/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-by-using-web-ui.adoc @@ -11,6 +11,9 @@ While you can stipulate whether you want to resolve any package dependencies on For more information, see xref:dependency-solving-for-content-views[]. endif::[] +.Prerequisites +* At least one repository is available in your organization. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Click *Create content view*. diff --git a/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc b/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc index 91e9373c300..cd1db02fae6 100644 --- a/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc @@ -6,6 +6,10 @@ [role="_abstract"] You can use Hammer CLI to create content view filters to include or exclude specific content units like packages, errata, or container image tags. +.Prerequisites +* A content view with the repositories you want to filter is created. +For more information, see xref:creating-a-content-view-by-using-cli[]. + .Procedure . Add a filter to the content view. Use the `--inclusion false` option to set the filter to an Exclude filter: diff --git a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc index fc7a1e95145..ce65bc04367 100644 --- a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc @@ -9,6 +9,10 @@ Package filters match content by name, version, and architecture. For examples of how to build a filter, see xref:Content_Filter_Examples_{context}[]. +.Prerequisites +* A content view with the repositories you want to filter is created. +For more information, see xref:creating-a-content-view-by-using-web-ui[]. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Select a content view. diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc index db9eb63cb3d..fc6712292a3 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. +.Prerequisites +* At least one repository is synchronized to your organization. + .Procedure . List all available lifecycle environments: + diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc index 482d08dd4ff..19045da497f 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. +.Prerequisites +* At least one repository is synchronized to your organization. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Click *Create content view*. diff --git a/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc b/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc index 47d85867ff8..19821d74c62 100644 --- a/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc +++ b/guides/common/modules/proc_deleting-multiple-content-view-versions-by-using-web-ui.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Delete multiple content view versions at once to remove obsolete snapshots and free storage on {ProjectServer}. +.Prerequisites +* Your {Project} account has a role that grants the `promote_or_remove_content_views` permission. + .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. . Select the content view you want to delete versions of. diff --git a/guides/common/modules/proc_distributing-archived-content-view-versions.adoc b/guides/common/modules/proc_distributing-archived-content-view-versions.adoc index 78e23a836d9..e77d6651a3e 100644 --- a/guides/common/modules/proc_distributing-archived-content-view-versions.adoc +++ b/guides/common/modules/proc_distributing-archived-content-view-versions.adoc @@ -6,6 +6,9 @@ [role="_abstract"] Enable distribution of archived content view versions when you need access to repositories from published versions that are not currently promoted, such as for debugging. +.Prerequisites +* Your {Project} account has a role that grants the `view_settings` and `edit_settings` permissions. + .Procedure . In the {ProjectWebUI}, navigate to *Administer* > *Settings*. . Click the *Content* tab. diff --git a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc index 1f4175e73f6..861806f1f9d 100644 --- a/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc +++ b/guides/common/modules/proc_enabling-dependency-solving-for-a-content-view.adoc @@ -7,8 +7,7 @@ Enable dependency solving on a content view when you need {Project} to include package dependencies during publication, such as when adding a single package incrementally. .Prerequisites -* Dependency solving is useful only in limited contexts. -Before enabling it, ensure you read and understand xref:dependency-solving-for-content-views[]. +* You have reviewed xref:dependency-solving-for-content-views[] to determine whether dependency solving is appropriate for your content view. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc index 42c7d80ea87..04425b37ba8 100644 --- a/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_promoting-a-content-view-by-using-cli.adoc @@ -8,6 +8,7 @@ Promote a content view to the next lifecycle environment to make its published c .Prerequisites * Your {Project} account has a role that grants the `promote_or_remove_content_views` and `promote_or_remove_content_views_to_environment` permissions. +* The content view has at least one published version. .Procedure * Promote the content view to a lifecycle environment: diff --git a/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc index 98767f69fe4..73f6f913322 100644 --- a/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_promoting-a-content-view-by-using-web-ui.adoc @@ -8,6 +8,7 @@ Promote a content view to the next lifecycle environment to make its published c .Prerequisites * Your {Project} account has a role that grants the `promote_or_remove_content_views` and `promote_or_remove_content_views_to_environment` permissions. +* The content view has at least one published version. .Procedure . In the {ProjectWebUI}, navigate to *Content* > *Lifecycle* > *Content Views*. diff --git a/guides/common/modules/proc_promoting-a-content-view-to-all-environments-in-an-organization.adoc b/guides/common/modules/proc_promoting-a-content-view-to-all-environments-in-an-organization.adoc index 26939a68d9b..eb701e0e9b9 100644 --- a/guides/common/modules/proc_promoting-a-content-view-to-all-environments-in-an-organization.adoc +++ b/guides/common/modules/proc_promoting-a-content-view-to-all-environments-in-an-organization.adoc @@ -8,6 +8,7 @@ You can promote content views across all lifecycle environments within an organi .Prerequisites * Your {Project} account has a role that grants the `promote_or_remove_content_views` and `promote_or_remove_content_views_to_environment` permissions. +* The content view version that you want to promote is published. .Procedure * Promote content views across all lifecycle environments within an organization: diff --git a/guides/common/modules/proc_publishing-and-promoting-a-content-view-by-using-mcp.adoc b/guides/common/modules/proc_publishing-and-promoting-a-content-view-by-using-mcp.adoc index bb35a1f64a4..52dce402975 100644 --- a/guides/common/modules/proc_publishing-and-promoting-a-content-view-by-using-mcp.adoc +++ b/guides/common/modules/proc_publishing-and-promoting-a-content-view-by-using-mcp.adoc @@ -10,6 +10,10 @@ include::snip_warning-ai-output-review.adoc[] :FeatureName: The MCP server for {Project} include::snip_technology-preview.adoc[] +.Prerequisites +* The MCP server for {Project} is deployed and configured to allow content view publish and promote actions. +For more information, see {ManagingHostsDocURL}deploying-the-mcp-server-for-{project-context}[Deploying the MCP server for {Project}] in _{ManagingHostsDocTitle}_. + .Procedure . Allow the MCP server to trigger content view publish and promote actions: + diff --git a/guides/common/modules/proc_synchronizing-a-content-view-to-a-smart-proxy-server.adoc b/guides/common/modules/proc_synchronizing-a-content-view-to-a-smart-proxy-server.adoc index 93556a05339..b954e79b4fa 100644 --- a/guides/common/modules/proc_synchronizing-a-content-view-to-a-smart-proxy-server.adoc +++ b/guides/common/modules/proc_synchronizing-a-content-view-to-a-smart-proxy-server.adoc @@ -7,6 +7,9 @@ In the {ProjectWebUI}, you can only synchronize all selected lifecycle environments simultaneously. If you need to synchronize smaller items, such as individual lifecycle environments, single content views, and single repositories, use the Hammer CLI. +.Prerequisites +* The content view is published and promoted to a lifecycle environment that the {SmartProxyServer} synchronizes. + .Procedure * Synchronize a content view to your {SmartProxyServer}: + diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc index ff42a05e82f..59e48da720f 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc @@ -6,6 +6,9 @@ [role="_abstract"] View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. +.Prerequisites +* Your organization includes repositories with module streams. + .Procedure . List all organizations: + diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc index b4c80b3098b..0a203abd8b6 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc @@ -6,6 +6,9 @@ [role="_abstract"] View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. +.Prerequisites +* The content view has at least one published version that includes modular repositories. + .Procedure . In the {ProjectWebUI}, *Content* > *Lifecycle* > *Content Views*. . Select your content view. From 0da766a925218a589d4dda9da6208bfbd4c48796 Mon Sep 17 00:00:00 2001 From: Lena Ansorge Date: Thu, 4 Jun 2026 01:22:46 +0200 Subject: [PATCH 4/4] Apply suggestions from review Co-authored-by: Maximilian Kolb Co-authored-by: Lena Ansorge --- guides/common/modules/con_content-filter-examples.adoc | 5 +++++ guides/common/modules/con_rolling-content-views.adoc | 2 +- .../modules/proc_copying-a-content-view-by-using-cli.adoc | 2 +- .../modules/proc_copying-a-content-view-by-using-web-ui.adoc | 2 +- .../proc_creating-a-content-view-filter-by-using-cli.adoc | 2 +- .../proc_creating-a-content-view-filter-by-using-web-ui.adoc | 4 ++-- .../proc_creating-a-rolling-content-view-by-using-cli.adoc | 2 +- ...proc_creating-a-rolling-content-view-by-using-web-ui.adoc | 2 +- .../modules/proc_viewing-module-streams-by-using-cli.adoc | 2 +- .../modules/proc_viewing-module-streams-by-using-web-ui.adoc | 2 +- 10 files changed, 15 insertions(+), 10 deletions(-) diff --git a/guides/common/modules/con_content-filter-examples.adoc b/guides/common/modules/con_content-filter-examples.adoc index d85e964d951..23e5519b3d3 100644 --- a/guides/common/modules/con_content-filter-examples.adoc +++ b/guides/common/modules/con_content-filter-examples.adoc @@ -4,7 +4,12 @@ = Content filter examples [role="_abstract"] +ifdef::katello,satellite,almalinux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux[] These examples show common content filter configurations for package groups, errata, and module streams that you can adapt when refining a content view. +endif::[] +ifdef::debian,suse_linux_enterprise_server,ubuntu[] +These examples show common content filter configurations for package groups and errata that you can adapt when refining a content view. +endif::[] [NOTE] ==== diff --git a/guides/common/modules/con_rolling-content-views.adoc b/guides/common/modules/con_rolling-content-views.adoc index 0e38b4399ec..741892fff7d 100644 --- a/guides/common/modules/con_rolling-content-views.adoc +++ b/guides/common/modules/con_rolling-content-views.adoc @@ -4,7 +4,7 @@ = Rolling content views [role="_abstract"] -A rolling content view is a curated subset of Library content that hosts can access without publishing or promoting new versions. +A rolling content view is a curated subset of Library content that hosts can access without publishing or promoting new content view versions. Use it to provide a continuous stream of the latest synchronized content from one or more repositories. When you synchronize repositories to {Project}, all rolling content views that contain them get automatically updated to include the latest changes. diff --git a/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc b/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc index 8a48bb0d0db..cfeb51338bb 100644 --- a/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_copying-a-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Copying a content view by using Hammer CLI [role="_abstract"] -Copy an existing content view to create a new view based on its repositories and filters without reconfiguring them from scratch. +Copy an existing content view to create a content view based on its repositories and filters without reconfiguring them from scratch. [NOTE] ==== diff --git a/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc index 0c132fa8ef1..4e3bd22583a 100644 --- a/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_copying-a-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Copying a content view by using {ProjectWebUI} [role="_abstract"] -Copy an existing content view to create a new view based on its repositories and filters without reconfiguring them from scratch. +Copy an existing content view to create a content view based on its repositories and filters without reconfiguring them from scratch. [NOTE] ==== diff --git a/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc b/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc index cd1db02fae6..4e2b8591373 100644 --- a/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-content-view-filter-by-using-cli.adoc @@ -7,7 +7,7 @@ You can use Hammer CLI to create content view filters to include or exclude specific content units like packages, errata, or container image tags. .Prerequisites -* A content view with the repositories you want to filter is created. +* You have created a content view with the repositories you want to filter. For more information, see xref:creating-a-content-view-by-using-cli[]. .Procedure diff --git a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc index ce65bc04367..e4c040bc7b1 100644 --- a/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-content-view-filter-by-using-web-ui.adoc @@ -4,13 +4,13 @@ = Creating a content view filter by using {ProjectWebUI} [role="_abstract"] -Create content view filters to include or exclude specific packages, errata, and other content types from a published view. +Create content view filters to include or exclude specific packages, errata, and other content types from a content view. Package filters match content by name, version, and architecture. For examples of how to build a filter, see xref:Content_Filter_Examples_{context}[]. .Prerequisites -* A content view with the repositories you want to filter is created. +* You have created a content view with the repositories you want to filter. For more information, see xref:creating-a-content-view-by-using-web-ui[]. .Procedure diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc index fc6712292a3..19500fcc61f 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-cli.adoc @@ -4,7 +4,7 @@ = Creating a rolling content view by using Hammer CLI [role="_abstract"] -Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. +Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new content view versions. .Prerequisites * At least one repository is synchronized to your organization. diff --git a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc index 19045da497f..aaa5eb6d937 100644 --- a/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc +++ b/guides/common/modules/proc_creating-a-rolling-content-view-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Creating a rolling content view by using {ProjectWebUI} [role="_abstract"] -Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new versions. +Create a rolling content view to give hosts continuous access to the latest synchronized content without publishing new content view versions. .Prerequisites * At least one repository is synchronized to your organization. diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc index 59e48da720f..d35414a706b 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-cli.adoc @@ -4,7 +4,7 @@ = Viewing module streams by using Hammer CLI [role="_abstract"] -View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. +View module streams in your content views to verify which modular Yum content is included before you publish or promote a content view. .Prerequisites * Your organization includes repositories with module streams. diff --git a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc index 0a203abd8b6..81bbfc882ec 100644 --- a/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc +++ b/guides/common/modules/proc_viewing-module-streams-by-using-web-ui.adoc @@ -4,7 +4,7 @@ = Viewing module streams by using {ProjectWebUI} [role="_abstract"] -View module streams in your content views to verify which modular RPM content is included before you publish or promote a view. +View module streams in your content views to verify which modular Yum content is included before you publish or promote a content view. .Prerequisites * The content view has at least one published version that includes modular repositories.