Merge "Use Debian Trixie for debian based IPA ramdisks"

This commit is contained in:
Zuul
2025-11-18 23:32:47 +00:00
committed by Gerrit Code Review
4 changed files with 19 additions and 2 deletions

View File

@@ -5,11 +5,12 @@ Images built using diskimage-builder_ are recommended for production use on
real hardware. The recommended distributions are:
* CentOS Stream 9
* Debian Bookworm (``debian-minimal`` element)
* Debian Trixie (``debian-minimal`` element)
The following should work but receive only limited testing and support:
* Ubuntu 20.04 Focal
* Debian Bookworm (``debian-minimal`` element)
Building
--------

View File

@@ -0,0 +1,8 @@
---
upgrade:
- |
The default IPA debian image is now based on Debian Trixie.
deprecations:
- |
The support for Debian Bookworm IPA ramdisks is deprecated
and it will be removed in a future release.

View File

@@ -51,7 +51,7 @@
vars:
image_type: 'dib'
image_distro: 'debian-minimal'
image_release: 'bookworm'
image_release: 'trixie'
- job:
name: ironic-python-agent-check-image-base
@@ -123,6 +123,12 @@
vars:
image_type: 'dib'
image_distro: 'debian-minimal'
image_release: 'trixie'
- job:
name: ironic-python-agent-check-image-dib-debian-bookworm
parent: ironic-python-agent-check-image-dib-debian
vars:
image_release: 'bookworm'
- job:

View File

@@ -15,6 +15,8 @@
- ironic-python-agent-check-image-dib-debian-arm64
- ironic-python-agent-check-image-dib-debian-extra
# Non-voting jobs
- ironic-python-agent-check-image-dib-debian-bookworm:
voting: false
- ironic-python-agent-check-image-dib-ubuntu:
voting: false
- ironic-python-agent-check-image-dib-ubuntu-arm64: