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

Use same manifest for upstr and downstr servers; add relevant links #3505

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Configure a downstream {ProjectServer} to synchronize repositories from a connec

.Prerequisites
* A network connection exists between the upstream {ProjectServer} and the downstream {ProjectServer}.
* You imported the subscription manifest on both the upstream and downstream {ProjectServer}.
* You imported the subscription manifest on both the upstream and downstream {ProjectServer}. This is the same manifest that was used in xref:Importing_a_Red_Hat_Subscription_Manifest_into_Server_{context}[].
rh-max marked this conversation as resolved.
Show resolved Hide resolved
* On the upstream {ProjectServer}, you enabled the required repositories for the organization.
For more information, see {ContentManagementDocURL}Enabling_Red_Hat_Repositories_content-management[Enabling Red Hat Repositories] in _{ContentManagementDocTitle}_.
* The upstream user is an admin or has the following permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ endif::[]
endif::[]
ifeval::["{mode}" == "disconnected"]
* Ensure you have a Red{nbsp}Hat subscription manifest exported from the Red Hat Customer Portal.
You will use the same manifest in
ifndef::content-management[]
xref:configuring-server-to-synchronize-content-over-a-network_{context}[].
endif::[]
ifdef::content-management[]
{InstallingServerDisconnectedDocURL}configuring-server-to-synchronize-content-over-a-network_satellite[Configuring {ProjectServer} to synchronize content over a network].
endif::[]
rh-max marked this conversation as resolved.
Show resolved Hide resolved
ifndef::orcharhino[]
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html/getting_started_with_rhel_system_registration/adv-reg-rhel-using-rhsm_#using_manifests_con[Using manifests for a disconnected Satellite Server] in _Subscription Central_.
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html-single/creating_and_managing_manifests_for_a_disconnected_satellite_server/index[Creating and managing manifests for a disconnected {ProjectServer}] in _Subscription Central_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html-single/creating_and_managing_manifests_for_a_disconnected_satellite_server/index[Creating and managing manifests for a disconnected {ProjectServer}] in _Subscription Central_.
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html-single/creating_and_managing_manifests_for_a_disconnected_satellite_server/index[Creating and managing manifests for a disconnected Satellite Server] in _Subscription Central_.

For Foreman documentation, we would normally use the attribute. But in this case, the title of the referenced docs shouldn't change with the build, so let's hard code it.
The same below.

endif::[]
endif::[]
ifdef::content-management[]
Expand All @@ -37,7 +44,7 @@ For more information, see {RHDocsBaseURL}subscription_central/1-latest/html-sing
endif::[]
** If your {Project} is disconnected, use the Red Hat Customer Portal to create and export the manifest.
ifndef::orcharhino[]
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html/getting_started_with_rhel_system_registration/adv-reg-rhel-using-rhsm_#using_manifests_con[Using manifests for a disconnected Satellite Server] in _Subscription Central_.
For more information, see {RHDocsBaseURL}subscription_central/1-latest/html-single/creating_and_managing_manifests_for_a_disconnected_satellite_server/index[Creating and managing manifests for a disconnected {ProjectServer}] in _Subscription Central_.
endif::[]
endif::[]
ifeval::["{mode}" == "disconnected"]
Expand Down