-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add 'metal' oem id #724
Comments
Additionally, I think there are two orthogonal sub-topics contained in this:
|
Looks like right now on CL for bare metal just doesn't have it set at all (someone correct me if I'm missing something).
To clarify, this is asking "If Ignition encounters an oem-id it doesn't know about, should it default to |
I think it was Benjamin who raised the idea of |
@cgwalters are you referring to having the logic to mount /boot and read from |
@ajeddeloh your followups are correct. I think we are looking for some new logic for the And the default "log+noop" case on unknown oem-id would allow to experiment with new platforms without having to patch Ignition first. |
I'm in favor of using I'm also in favor of continuing to fail on an unrecognized platform ID. In that case we know there's something wrong, e.g. a typo, that could cause an intended network fetch to be skipped. And of course we've generally tried to hard-fail when errors are detected. IMO new platforms aren't added often enough for the convenience to be worth the risk. |
@bgilbert do you see value Ignition looking for |
Yeah, people PXE-install VMs, and the installer will still need to write the Ignition config. |
Sounds like we're settled on adding a metal oem that just does noop. PR here: #732 |
fixed in #732 |
Feature Request
Environment
Fedora CoreOS bare metal hardware.
Desired Feature
Add support for 'metal' OEM ID. See coreos/fedora-coreos-tracker#142 and coreos/coreos-assembler#339 for context. I'm not sure exactly what functionality we should bake in since bare metal is essentially a non-platform, but we can discuss here I guess.
The text was updated successfully, but these errors were encountered: