@@ -25,6 +25,18 @@ endif::[]
2525ifeval::["{context} " == "post-install-network-configuration"]
2626:post-install-network-configuration:
2727endif::[]
28+ ifeval::["{context} " == "installing-ibm-z"]
29+ :ibm-z:
30+ endif::[]
31+ ifeval::["{context} " == "installing-ibm-z-kvm"]
32+ :ibm-z:
33+ endif::[]
34+ ifeval::["{context} " == "installing-restricted-networks-ibm-z"]
35+ :ibm-z:
36+ endif::[]
37+ ifeval::["{context} " == "installing-restricted-networks-ibm-z-kvm"]
38+ :ibm-z:
39+ endif::[]
2840
2941[id="nw-operator-cr_{context}"]
3042= Cluster Network Operator configuration
@@ -254,7 +266,7 @@ ifdef::operator[]
254266The UDP port for the Geneve overlay network.
255267endif::operator[]
256268
257-
269+ ifndef::ibm-z[]
258270|`ipsecConfig`
259271|`object`
260272|
@@ -264,6 +276,7 @@ endif::operator[]
264276ifdef::operator[]
265277If the field is present, IPsec is enabled for the cluster.
266278endif::operator[]
279+ endif::ibm-z[]
267280
268281|`policyAuditConfig`
269282|`object`
@@ -283,7 +296,7 @@ endif::operator[]
283296
284297|`maxFileSize`
285298|integer
286- |The maximum size for the audit log in bytes. The default value is `50000000` or 50MB .
299+ |The maximum size for the audit log in bytes. The default value is `50000000` or 50 MB .
287300
288301|`destination`
289302|string
@@ -314,7 +327,9 @@ defaultNetwork:
314327 ovnKubernetesConfig:
315328 mtu: 1400
316329 genevePort: 6081
330+ ifndef::ibm-z[]
317331 ipsecConfig: {}
332+ endif::ibm-z[]
318333----
319334
320335[discrete]
@@ -394,3 +409,15 @@ endif::[]
394409ifdef::post-install-network-configuration[]
395410:!post-install-network-configuration:
396411endif::[]
412+ ifeval::["{context}" == "installing-ibm-z"]
413+ :!ibm-z:
414+ endif::[]
415+ ifeval::["{context}" == "installing-ibm-z-kvm"]
416+ :!ibm-z:
417+ endif::[]
418+ ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
419+ :!ibm-z:
420+ endif::[]
421+ ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
422+ :!ibm-z:
423+ endif::[]
0 commit comments