5
5
// * installing/installing_platform_agnostic/installing-platform-agnostic.adoc
6
6
// * registry/configuring_registry_storage/configuring-registry-storage-baremetal
7
7
// * 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
+
8
12
9
13
ifeval::["{context} " == "installing-ibm-z"]
10
14
:ibm-z:
11
15
endif::[]
12
16
ifeval::["{context} " == "installing-restricted-networks-ibm-z"]
13
17
: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:
15
24
endif::[]
16
25
ifeval::["{context} " == "installing-ibm-power"]
17
26
:ibm-power:
18
27
endif::[]
19
28
ifeval::["{context} " == "installing-restricted-networks-ibm-power"]
20
29
:ibm-power:
21
- :restricted:
22
30
endif::[]
23
31
24
32
:_content-type: PROCEDURE
@@ -27,7 +35,7 @@ ifndef::ibm-z,ibm-power[]
27
35
= Configuring registry storage for bare metal and other manual installations
28
36
endif::ibm-z,ibm-power[]
29
37
ifdef::ibm-z[]
30
- = Configuring registry storage for IBM Z
38
+ = Configuring registry storage for {ibmzProductName}
31
39
endif::ibm-z[]
32
40
ifdef::ibm-power[]
33
41
= Configuring registry storage for IBM Power
@@ -41,10 +49,9 @@ registry to use storage.
41
49
* You have access to the cluster as a user with the `cluster-admin` role.
42
50
* You have a cluster
43
51
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} .]
45
53
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} .
48
55
+
49
56
[IMPORTANT]
50
57
====
@@ -108,8 +115,8 @@ $ oc get clusteroperator image-registry
108
115
.Example output
109
116
[source,terminal]
110
117
----
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
113
120
----
114
121
+
115
122
. Ensure that your registry is set to managed to enable building and pushing of images.
@@ -137,12 +144,16 @@ ifeval::["{context}" == "installing-ibm-z"]
137
144
endif::[]
138
145
ifeval::["{context} " == "installing-restricted-networks-ibm-z"]
139
146
:!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:
141
153
endif::[]
142
154
ifeval::["{context} " == "installing-ibm-power"]
143
155
:!ibm-power:
144
156
endif::[]
145
157
ifeval::["{context} " == "installing-restricted-networks-ibm-power"]
146
158
:!ibm-power:
147
- :!restricted:
148
159
endif::[]
0 commit comments