ironcore-dev / ironcore-dev/FeDHCP
HTTP Boot arch filtering
Open
@5kt is already working on this.
Since Jun 6, 2024.
area/metal-automation
enhancement
- Dominant language
- Go
- Stars
- 3
- Forks
- 8
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 7
Description
Summary
At the moment, by using the httpboot plugin one can use a single URL that is going to be used as boot file URL for the clients, irrespective of their architecture so arm64 and x86_64 clients won't be able to boot.
An extra filter for the vendor class identifier should be added and instead of filtering for HTTPClient only, we should add some extra configuration to filter, for example, for HTTPClient:Arch:00016 for x86_64 clients and make it configurable.
Basic example
Motivation
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.