Skip to content

Commit 9b7bc1c

Browse files
authored
Merge pull request #38382 from SNiemann15/ovn_ipsec
BZ2018486: Remove ipsec row for IBM Z
2 parents 5de1fa6 + d1c6a82 commit 9b7bc1c

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

modules/nw-operator-cr.adoc

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ endif::[]
2525
ifeval::["{context}" == "post-install-network-configuration"]
2626
:post-install-network-configuration:
2727
endif::[]
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[]
254266
The UDP port for the Geneve overlay network.
255267
endif::operator[]
256268

257-
269+
ifndef::ibm-z[]
258270
|`ipsecConfig`
259271
|`object`
260272
|
@@ -264,6 +276,7 @@ endif::operator[]
264276
ifdef::operator[]
265277
If the field is present, IPsec is enabled for the cluster.
266278
endif::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::[]
394409
ifdef::post-install-network-configuration[]
395410
:!post-install-network-configuration:
396411
endif::[]
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

Comments
 (0)