Skip to content

Commit d69e7e4

Browse files
authored
Merge pull request #70848 from bscott-rh/OSDOCS-9223
OSDOCS-9223 removing openshiftsdn from install doc
2 parents 09f0301 + 7ee6ad0 commit d69e7e4

File tree

4 files changed

+15
-35
lines changed

4 files changed

+15
-35
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ endif::agent,bare,ibm-power,ibm-z,vsphere[]
197197
ifdef::agent,bare,ibm-power,ibm-z,vsphere[]
198198
* If you use the {openshift-networking} OVN-Kubernetes network plugin, both IPv4 and IPv6 address families are supported.
199199

200-
* If you use the {openshift-networking} OpenShift SDN network plugin, only the IPv4 address family is supported.
201-
202200
ifdef::ibm-cloud[]
203201
[NOTE]
204202
====
@@ -259,11 +257,11 @@ You cannot modify parameters specified by the `networking` object after installa
259257
|The {openshift-networking} network plugin to install.
260258
|
261259
ifdef::openshift-origin[]
262-
Either `OpenShiftSDN` or `OVNKubernetes`. The default value is `OVNKubernetes`.
260+
`OVNKubernetes`.
263261
endif::openshift-origin[]
264262
ifndef::openshift-origin[]
265263
ifndef::ibm-power-vs[]
266-
Either `OpenShiftSDN` or `OVNKubernetes`. `OpenShiftSDN` is a CNI plugin for all-Linux networks. `OVNKubernetes` is a CNI plugin for Linux networks and hybrid networks that contain both Linux and Windows servers. The default value is `OVNKubernetes`.
264+
`OVNKubernetes`. `OVNKubernetes` is a CNI plugin for Linux networks and hybrid networks that contain both Linux and Windows servers. The default value is `OVNKubernetes`.
267265
endif::ibm-power-vs[]
268266
ifdef::ibm-power-vs[]
269267
The default value is `OVNKubernetes`.
@@ -309,7 +307,7 @@ An IPv4 network.
309307
endif::agent,bare[]
310308

311309
ifdef::agent,bare[]
312-
If you use the OpenShift SDN network plugin, specify an IPv4 network. If you use the OVN-Kubernetes network plugin, you can specify IPv4 and IPv6 networks.
310+
If you use the OVN-Kubernetes network plugin, you can specify IPv4 and IPv6 networks.
313311
endif::agent,bare[]
314312
|
315313
An IP address block in Classless Inter-Domain Routing (CIDR) notation.
@@ -339,7 +337,7 @@ endif::agent,bare[]
339337
|
340338
The IP address block for services. The default value is `172.30.0.0/16`.
341339

342-
The OpenShift SDN and OVN-Kubernetes network plugins support only a single IP address block for the service network.
340+
The OVN-Kubernetes network plugins supports only a single IP address block for the service network.
343341

344342
ifdef::agent,bare[]
345343
If you use the OVN-Kubernetes network plugin, you can specify an IP address block for both of the IPv4 and IPv6 address families.

modules/installation-network-user-infra.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ endif::ibm-z-kvm[]
148148
|N/A
149149
|Network reachability tests
150150

151-
.4+|TCP
151+
.3+|TCP
152152
|`1936`
153153
|Metrics
154154

@@ -159,9 +159,6 @@ the Cluster Version Operator on port `9099`.
159159
|`10250`-`10259`
160160
|The default ports that Kubernetes reserves
161161

162-
|`10256`
163-
|openshift-sdn
164-
165162
.5+|UDP
166163
|`4789`
167164
|VXLAN

modules/nw-modifying-operator-install-config.adoc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,9 @@ metadata:
5555
spec:
5656
----
5757

58-
. Specify the advanced network configuration for your cluster in the `cluster-network-03-config.yml` file, such as in the following examples:
58+
. Specify the advanced network configuration for your cluster in the `cluster-network-03-config.yml` file, such as in the following example:
5959
+
6060
--
61-
.Specify a different VXLAN port for the OpenShift SDN network provider
62-
[source,yaml]
63-
----
64-
apiVersion: operator.openshift.io/v1
65-
kind: Network
66-
metadata:
67-
name: cluster
68-
spec:
69-
defaultNetwork:
70-
openshiftSDNConfig:
71-
vxlanPort: 4800
72-
----
73-
7461
.Enable IPsec for the OVN-Kubernetes network provider
7562
[source,yaml]
7663
----

modules/nw-operator-cr.adoc

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ The CNO configuration inherits the following fields during cluster installation
4444

4545
`clusterNetwork`:: IP address pools from which pod IP addresses are allocated.
4646
`serviceNetwork`:: IP address pool for services.
47-
`defaultNetwork.type`:: Cluster network plugin, such as OpenShift SDN or OVN-Kubernetes.
47+
//Installation no longer supports SDN, so excluding it from install docs here
48+
`defaultNetwork.type`:: Cluster network plugin. `OVNKubernetes` is the only supported plugin during installation.
4849

4950
// For the post installation assembly, no further content is provided.
5051
ifdef::post-install-network-configuration,operator[]
@@ -128,22 +129,19 @@ The values for the `defaultNetwork` object are defined in the following table:
128129

129130
|`type`
130131
|`string`
131-
|Either `OpenShiftSDN` or `OVNKubernetes`. The {openshift-networking} network plugin is selected during installation. You can change this value by migrating from OpenShift SDN to OVN-Kubernetes.
132+
|`OVNKubernetes`. The {openshift-networking} network plugin is selected during installation. This value cannot be changed after cluster installation.
132133
[NOTE]
133134
====
134-
{product-title} uses the OVN-Kubernetes network plugin by default.
135+
{product-title} uses the OVN-Kubernetes network plugin by default. OpenShift SDN is no longer available as an installation choice for new clusters.
135136
====
136137

137-
|`openshiftSDNConfig`
138-
|`object`
139-
|This object is only valid for the OpenShift SDN network plugin.
140-
141138
|`ovnKubernetesConfig`
142139
|`object`
143140
|This object is only valid for the OVN-Kubernetes network plugin.
144141

145142
|====
146143

144+
ifdef::operator,post-installation-network-configuration[]
147145
[discrete]
148146
[id="nw-operator-configuration-parameters-for-openshift-sdn_{context}"]
149147
==== Configuration for the OpenShift SDN network plugin
@@ -209,6 +207,7 @@ defaultNetwork:
209207
mtu: 1450
210208
vxlanPort: 4789
211209
----
210+
endif::[]
212211

213212
[discrete]
214213
[id="nw-operator-configuration-parameters-for-ovn-sdn_{context}"]
@@ -401,14 +400,13 @@ kind: Network
401400
metadata:
402401
name: cluster
403402
spec:
404-
clusterNetwork:
403+
clusterNetwork:
405404
- cidr: 10.128.0.0/14
406405
hostPrefix: 23
407-
serviceNetwork:
406+
serviceNetwork:
408407
- 172.30.0.0/16
409-
networkType: OVNKubernetes
408+
networkType: OVNKubernetes
410409
clusterNetworkMTU: 8900
411-
412410
----
413411
endif::operator[]
414412
endif::post-install-network-configuration[]

0 commit comments

Comments
 (0)