-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMware: Update to RHEL8, EFI, HW15 #2740
Conversation
This change modifies the OVF setting the VM hardware version to 15, using the guest os type as RHEL8 and switching from BIOS to EFI.
Hi @jcpowermac. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We might not be able to merge this until at least vSphere 6.5 is EOL |
Did you test this?
Or I guess in theory we could make a new |
/ok-to-test |
tagging in @bgilbert since he has a lot of expertise here (for when he gets back from vacation). |
Yep built an ova with cosa and imported to our VMC env which is running vSphere 7. Also used okd-machine-os to build an image that can be used with OKD. The cluster failed to install but I think it was more related to other issue than the changes within the PR. Bootstrap came up as expected and ignited. |
Thanks for the PR, Joe!
I'll see if I can confirm with Product Management when this happens. |
https://lifecycle.vmware.com/#/ ESXi 6.5 https://www.vmware.com/support/policies/enterprise-infrastructure.html |
Oh, I thought we were speaking about support for 6.5 in OCP |
Oh ok, 4.11 will only be able to run on vSphere 6.7 U3 or later - based on: |
Also see - openshift/openshift-docs#42232 . 4.10 is last version that will support anything less than 6.7u3 |
I got confirmation from the PM side on OCP that 4.11 will drop support for vSphere 6.5, so this change is safe to make for RHCOS. However, since this affects both RHCOS + FCOS, I think we should evaluate the impact (if any) for FCOS. @dustymabe tagging you again here for visibility about any impact to FCOS. Maybe worth raising at the community meeting? |
can we open an issue against https://github.com/coreos/fedora-coreos-tracker and add the |
|
Alternative in #2762 that allows setting different OS types and hardware versions for FCOS and RHCOS. |
Going to close for in favor of #2762 |
This change modifies the OVF setting
the VM hardware version to 15, using the
guest os type as RHEL8 and switching from
BIOS to EFI.