Add a new configuration option, bootloader_by_arch#9
Merged
Conversation
Adds a new configuration option ``bootloader_by_arch`` to support architecture-specific ESP images for virtual media boot, similar to how ``pxe_bootfile_name_by_arch`` works for PXE. Closes-Bug: #2110132 Change-Id: I54fb4b2f379c2d06a7c49402d32403aa2ee67e70 Signed-off-by: Afonne-CID <afonnepaulc@gmail.com> (cherry picked from commit 6d11954) (cherry picked from commit a62760e1cced109970aa0a3213dffb595c115c12)
mnasiadka
approved these changes
May 27, 2026
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 2, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 2, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 2, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 3, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 3, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
bbezak
added a commit
to stackhpc/stackhpc-kayobe-config
that referenced
this pull request
Jun 3, 2026
Use the StackHPC Ironic fork to include diskless boot support and architecture-specific virtual media ESP bootloader selection. The required changes are provided by: [1] stackhpc/ironic#4 [2] stackhpc/ironic#9 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new configuration option
bootloader_by_archto support architecture-specific ESP images for virtual media boot, similar to howpxe_bootfile_name_by_archworks for PXE.Closes-Bug: #2110132
Change-Id: I54fb4b2f379c2d06a7c49402d32403aa2ee67e70
(cherry picked from commit 6d11954) (cherry picked from commit a62760e1cced109970aa0a3213dffb595c115c12)