IBM / Ansible-OpenShift-Provisioning

Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).
https://ibm.github.io/Ansible-OpenShift-Provisioning/
MIT License
20 stars 42 forks source link

Support for RHEL 9 #160

Open ryoung1us opened 1 year ago

ryoung1us commented 1 year ago

The ansible code needs to support RHEL 9 for the KVM hosts AND guests.

mohammedzee1000 commented 6 months ago

Main Issues found:

Minor Issues:

Note: ocp 4.15 onwards, the oc mirror binary required higher glibc version not available on rhel 8 and order oc mirror cannot be used to mirror ocp 4.15 if you are using rhel 8 as mirror host.

mohammedzee1000 commented 6 months ago

@AmadeusPodvratnik @smolin-de

smolin-de commented 6 months ago

FYI. I made a mistake. The default python3 version on RHEL 8.8 is 3.6 and not 3.9 !

mohammedzee1000 commented 6 months ago

Moving to rhel 9 could potentially close https://github.com/IBM/Ansible-OpenShift-Provisioning/issues/187

mohammedzee1000 commented 6 months ago

FYI. I made a mistake. The default python3 version on RHEL 8.8 is 3.6 and not 3.9 !

@smolin-de updated in the issue list

smolin-de commented 6 months ago

@mohammedzee1000 @AmadeusPodvratnik Here is my RHEL9 kickstart file which I used so far: https://github.com/smolin-de/Ansible-OpenShift-Provisioning/blob/development/roles/create_bastion/templates/rhel9-bastion-ks.cfg.j2