Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-ironic-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
mkdir -p upload
find . -maxdepth 1 -type f \( -name '*.qcow2' -o -name '*.kernel' -o -name '*.initramfs' \) -exec cp {} upload/ \;
env:
DIB_RELEASE: ${{ env.release }}
# DIB_RELEASE: ${{ env.release }}
ELEMENTS_PATH: "${{ env.distro == 'ipa-debian' && format('{0}/share/ironic-python-agent-builder/dib:{1}/ironic-images/custom_elements', env.pythonLocation, github.workspace) || ''}}"

- name: Set timestamp environment variable
Expand Down
3 changes: 3 additions & 0 deletions ironic-images/ipa-debian-bookworm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
- imagename: ipa-debian-bookworm
environment:
DISTRO_NAME: 'debian'
DIB_RELEASE: 'bookworm'
elements:
- ironic-python-agent-ramdisk
- debian-minimal
Expand Down
13 changes: 13 additions & 0 deletions ironic-images/ipa-debian-trixie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- imagename: ipa-debian-trixie
environment:
DISTRO_NAME: 'debian'
DIB_RELEASE: 'trixie'
elements:
- ironic-python-agent-ramdisk
- debian-minimal
- dynamic-login
- journal-to-console
- package-installs
- undercloud-ipa
- install-static
- undercloud-proliant-tools
4 changes: 2 additions & 2 deletions ironic-images/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
diskimage-builder==3.40.1
ironic-python-agent-builder==6.2.0
diskimage-builder==3.41.0
ironic-python-agent-builder==7.2.0
3 changes: 3 additions & 0 deletions ironic-images/ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
- imagename: ubuntu-noble
environment:
DISTRO_NAME: 'ubuntu'
DIB_RELEASE: 'noble'
elements:
- ubuntu
- grub2
Expand Down
Loading