Skip to content

Commit 98bf7eb

Browse files
Split source of IoP container image by flavor
Refs "definitions/features/iop.rb" in foreman_maintain
1 parent eaaf717 commit 98bf7eb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

guides/common/modules/proc_installing-insights-iop-on-a-connected-project-context-server.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
[id="installing-{insights-iop-id}-on-a-connected-{project-context}-server"]
44
= Installing {insights-iop} on a connected {ProjectServer}
55

6+
ifdef::satellite[]
67
You can pull the {insights-iop} from the Red{nbsp}Hat container registry if your {ProjectServer} has access to the registry.
8+
endif::[]
9+
ifndef::satellite[]
10+
You can pull the {insights-iop} from the Quay container registry.
11+
endif::[]
712

813
.Prerequisites
14+
ifdef::satellite[]
915
* Ensure that the {ProjectServer} has access to the Red{nbsp}Hat container registry.
16+
endif::[]
1017
* Ensure that Podman is installed.
1118
ifdef::satellite[]
1219
For more information, see {RHELDocsBaseURL}9/html/building_running_and_managing_containers/assembly_starting-with-containers_building-running-and-managing-containers#proc_getting-container-tools_assembly_starting-with-containers[Getting container tools] in _{RHEL}{nbsp}9 Building, running, and managing containers_.
@@ -16,13 +23,18 @@ For more information, see https://podman.io/docs/installation#installing-on-linu
1623
endif::[]
1724

1825
.Procedure
19-
. Log in to the Red Hat registry by using Podman:
26+
ifdef::satellite[]
27+
. Log in to the Red{nbsp}Hat registry by using Podman:
2028
+
2129
[options="nowrap", subs="+quotes,verbatim,attributes"]
2230
----
2331
# podman login --authfile /etc/foreman/registry-auth.json registry.redhat.io
2432
----
2533
. Enable the plugin:
34+
endif::[]
35+
ifndef::satellite[]
36+
* Enable the plugin:
37+
endif::[]
2638
+
2739
[options="nowrap", subs="+quotes,verbatim,attributes"]
2840
----

0 commit comments

Comments
 (0)