-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #450 from rackerlabs/PUC-652-20241107-1
feat: adds github workflow to create an ironic esp image
- Loading branch information
Showing
2 changed files
with
78 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Undercloud Ironic Image Build | ||
# Undercloud OpenStack Ironic Image Build | ||
|
||
The image build process is in github actions: `.github/workflows/build-ironic-images.yaml` | ||
Tools for building OpenStack Ironic images | ||
|
||
## Ironic tenant image build | ||
|
||
The tenant images build process is in github actions: `.github/workflows/build-ironic-images.yaml` | ||
|
||
## Ironic ESP image build | ||
|
||
The ESP image build process is in github actions: `.github/workflows/build-ironic-images.yaml` | ||
|
||
ESP image documentation: | ||
|
||
* <https://docs.openstack.org/ironic/latest/install/configure-esp.html> | ||
* <https://docs.openstack.org/ironic/latest/install/configure-pxe.html#uefi-pxe-grub> |