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

updating networkType to OVNKubernetes #77

Closed dchourasia closed 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

Hence updating the NetworkType to OVNKubernetes

dchourasia commented 7 months ago

Here is the related github issue https://github.com/redhat-cop/osia/issues/76

dchourasia commented 7 months ago

@mijaros can you please check this PR, it is a blocker for us to use the osia plugin.

mijaros commented 7 months ago

Hello, thank you for the contribution, but this approach seems not compatible with previous releases of openshift, but I already have a fix to support 4.15 implemented, I will release this ASAP.

mijaros commented 7 months ago

@dchourasia Please see my proposed solution in #78

dchourasia commented 7 months ago

Thanks @mijaros , your changes make sense to me, closing this PR