-
Notifications
You must be signed in to change notification settings - Fork 173
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
Support for Oracle Linux 7 and Oracle Linux 8 #6919
Conversation
@viniciusferrao Thank you for your contribution. I am trying to validate that this works in our environment. I am running into problem when provisioning diskfull VM with either OL8.3 or OL7.9 Same line is there for RHEL8
But when OL8 or OL7 is being provisioned, no such file is on the node and it fails with:
I can comment that line out from the OL |
I didn't tested with stateful nodes, only stateless... I will do some testing with stateful to replicate the issue. |
@gurevichmark I think I've found the issue, it's probably on
Instead of removing it from the kickstart file, I think it's better to just fix the template file and keep things persistent between EL releases. |
Hi @gurevichmark, I've tested the last commit with Legacy BIOS and UEFI:
Both are working now:
Something went messy with the CI/CD again, can you retry it? |
The PR is to fix issue #6918
The modification include