Skip to content

Commit 6c332d6

Browse files
authored
Merge pull request #55806 from SNiemann15/registry_storage_ibmz
[OCPBUGS-6506] Follow up error
2 parents 845d5f3 + 013aa25 commit 6c332d6

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

modules/registry-configuring-storage-baremetal.adoc

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,28 @@
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

913
ifeval::["{context}" == "installing-ibm-z"]
1014
:ibm-z:
1115
endif::[]
1216
ifeval::["{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:
1524
endif::[]
1625
ifeval::["{context}" == "installing-ibm-power"]
1726
:ibm-power:
1827
endif::[]
1928
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
2029
:ibm-power:
21-
:restricted:
2230
endif::[]
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
2836
endif::ibm-z,ibm-power[]
2937
ifdef::ibm-z[]
30-
= Configuring registry storage for IBM Z
38+
= Configuring registry storage for {ibmzProductName}
3139
endif::ibm-z[]
3240
ifdef::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
4351
ifndef::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}.]
4553
ifdef::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"]
137144
endif::[]
138145
ifeval::["{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:
141153
endif::[]
142154
ifeval::["{context}" == "installing-ibm-power"]
143155
:!ibm-power:
144156
endif::[]
145157
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
146158
:!ibm-power:
147-
:!restricted:
148159
endif::[]

0 commit comments

Comments
 (0)