redhat-cop / osia

Tool for reliable automated deployments of OpenShift Container Platform 4.x into OpenStack and AWS.
https://osia-python.rtfd.io
Apache License 2.0
12 stars 12 forks source link

Network type OpenShiftSDN is deprecated #76

Open dchourasia opened 7 months ago

dchourasia commented 7 months ago

We have suddenly started getting error while provisioning openshift clusters using OSIA. ERROR failed to fetch Metadata: failed to load asset "Install Config": failed to create install config: invalid "install-config.yaml" file: networking.networkType: Invalid value: "OpenShiftSDN": networkType OpenShiftSDN is deprecated, please use OVNKubernetes

Seems like network-type "OpenShiftSDN" is hardcoded in the install-config-jinja templates with no way to override https://github.com/redhat-cop/osia/blob/devel/osia/installer/templates/install-config-base.yaml.jinja2#L43