-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add root device hints to BareMetalHost
Add a new field spec.rootDeviceHints to the API with sub-fields for different types of hints based on what Ironic supports today. Add a new field status.rootDeviceHints to record the values used when provisioning the host. Change the Provisioner API to return the new public struct with the more detailed device hints so that the values in the hard-coded profiles can be stored directly in the new status field. If the user does not provide explicit hints, use the values from the profile. Implements https://github.com/metal3-io/metal3-docs/blob/master/design/user-defined-root-device-hints.md Co-Authored-By: Mika Koskimaki <mika.koskimaki@est.tech> Co-Authored-By: Doug Hellmann <dhellmann@redhat.com> Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
- Loading branch information
Showing
9 changed files
with
641 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.