55// * installing/installing_platform_agnostic/installing-platform-agnostic.adoc
66// * registry/configuring_registry_storage/configuring-registry-storage-baremetal
77// * installing/installing_ibm_z/installing-ibm-z.adoc
8+ // * installing/installing_ibm_z/installing-ibm-z-kvm.adoc
9+ // * installing/installing_ibm_z/installing-restricted-networks-ibm-z.adoc
10+ // * installing/installing_ibm_z/installing-restricted-networks-ibm-z-kvm.adoc
11+
812
913ifeval::["{context} " == "installing-ibm-z"]
1014:ibm-z:
1115endif::[]
1216ifeval::["{context} " == "installing-restricted-networks-ibm-z"]
1317:ibm-z:
14- :restricted:
18+ endif::[]
19+ ifeval::["{context} " == "installing-ibm-z-kvm"]
20+ :ibm-z:
21+ endif::[]
22+ ifeval::["{context} " == "installing-restricted-networks-ibm-z-kvm"]
23+ :ibm-z:
1524endif::[]
1625ifeval::["{context} " == "installing-ibm-power"]
1726:ibm-power:
1827endif::[]
1928ifeval::["{context} " == "installing-restricted-networks-ibm-power"]
2029:ibm-power:
21- :restricted:
2230endif::[]
2331
2432:_content-type: PROCEDURE
@@ -27,7 +35,7 @@ ifndef::ibm-z,ibm-power[]
2735= Configuring registry storage for bare metal and other manual installations
2836endif::ibm-z,ibm-power[]
2937ifdef::ibm-z[]
30- = Configuring registry storage for IBM Z
38+ = Configuring registry storage for {ibmzProductName}
3139endif::ibm-z[]
3240ifdef::ibm-power[]
3341= Configuring registry storage for IBM Power
@@ -41,10 +49,9 @@ registry to use storage.
4149* You have access to the cluster as a user with the `cluster-admin` role.
4250* You have a cluster
4351ifndef::ibm-z,ibm-power[that uses manually-provisioned {op-system-first} nodes, such as bare metal.]
44- ifdef::ibm-z[on IBM Z .]
52+ ifdef::ibm-z[on {ibmzProductName} .]
4553ifdef::ibm-power[on IBM Power.]
46- ifndef::ibm-z[* You have provisioned persistent storage for your cluster, such as {rh-storage-first}.]
47- ifdef::ibm-z[* You have provisioned persistent storage for your cluster.]
54+ * You have provisioned persistent storage for your cluster, such as {rh-storage-first} .
4855+
4956[IMPORTANT]
5057====
@@ -108,8 +115,8 @@ $ oc get clusteroperator image-registry
108115.Example output
109116[source,terminal]
110117----
111- NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
112- image-registry 4.7 True False False 6h50m
118+ NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
119+ image-registry 4.12 True False False 6h50m
113120----
114121+
115122 . Ensure that your registry is set to managed to enable building and pushing of images.
@@ -137,12 +144,16 @@ ifeval::["{context}" == "installing-ibm-z"]
137144endif::[]
138145ifeval::["{context} " == "installing-restricted-networks-ibm-z"]
139146:!ibm-z:
140- :!restricted:
147+ endif::[]
148+ ifeval::["{context} " == "installing-ibm-z-kvm"]
149+ :!ibm-z:
150+ endif::[]
151+ ifeval::["{context} " == "installing-restricted-networks-ibm-z-kvm"]
152+ :!ibm-z:
141153endif::[]
142154ifeval::["{context} " == "installing-ibm-power"]
143155:!ibm-power:
144156endif::[]
145157ifeval::["{context} " == "installing-restricted-networks-ibm-power"]
146158:!ibm-power:
147- :!restricted:
148159endif::[]
0 commit comments