Bug 2090487
Summary: | Change default SNO Networking Type and disallow OpenShiftSDN a supported networking Type | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | sdasu |
Component: | Installer | Assignee: | sdasu |
Installer sub component: | Single Node OpenShift | QA Contact: | Omri Hochman <ohochman> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | gpei |
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 11:14:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
sdasu
2022-05-25 20:31:08 UTC
Had a check with ./openshift-install 4.11.0-0.nightly-2022-07-13-131410 The explanation of networkType has been updated as following: # ./openshift-install explain installconfig.networking.networkType KIND: InstallConfig VERSION: v1 RESOURCE: <string> NetworkType is the type of network to install. The default value is OVNKubernetes for Single Node OpenShift and OpenShiftSDN for all other platforms. When no networkType set in install-config.yaml, creating manifests for the SNO cluster, the networkType was set to OVNKubernetes by default: # grep networkType * cluster-config.yaml: networkType: OVNKubernetes cluster-network-01-crd.yml: networkType: cluster-network-01-crd.yml: networkType: cluster-network-01-crd.yml: networkType: cluster-network-02-config.yml: networkType: OVNKubernetes When setting networkType to OpenShiftSDN for the SNO cluster, it will fail as following: 07-14 11:08:45.922 [INFO] Generating manifests files..... 07-14 11:08:45.922 level=error msg=failed to fetch Master Machines: failed to load asset "Install Config": failed to create install config: invalid "install-config.yaml" file: networking.networkType: Invalid value: "OpenShiftSDN": networkType OpenShiftSDN is currently not supported on Single Node OpenShift Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |