RedHat-EMEA-SSA-Team / hetzner-ocp4

Installing OCP 4 on single bare metal server.
Apache License 2.0
185 stars 118 forks source link

added OCP version check to check routine of #247 #281

Closed knumskull closed 1 year ago

knumskull commented 1 year ago

Description

With this check, it's not possible to install an OCP cluster using IPv6, regardless which version is selected.

With this PR, an version_check is added to allow installations with OCP < 4.12

TASK [Check IPv6 & OpenShift 4.12] *********************************************                                      
fatal: [host]: FAILED! => {"changed": false, "msg": "Currently, it is not possible to install OpenShift 4.12 with IPv6
 enabled with hetzner-ocp4 because of Issue #247"}      

Checklist/ToDo's

rbo commented 1 year ago

/ok-to-test

rbo commented 1 year ago

Good point

rbo commented 1 year ago

Thanks for your contribution, merged into devel