diff --git a/etc/kayobe/ipa.yml b/etc/kayobe/ipa.yml index ad4ca707c9..718e4f8411 100644 --- a/etc/kayobe/ipa.yml +++ b/etc/kayobe/ipa.yml @@ -34,6 +34,7 @@ ipa_build_dib_elements_extra: - extra-hardware - mellanox + - burn-in # List of Diskimage Builder (DIB) elements to use when building IPA images. # Default is combination of ipa_build_dib_elements_default and diff --git a/etc/kayobe/pulp-ipa-image-versions.yml b/etc/kayobe/pulp-ipa-image-versions.yml index 460d328435..94ead8d8c4 100644 --- a/etc/kayobe/pulp-ipa-image-versions.yml +++ b/etc/kayobe/pulp-ipa-image-versions.yml @@ -1,4 +1,4 @@ --- # IPA image versioning tags -stackhpc_rocky_9_ipa_image_version: "2025.1-20250618T103101" -stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250618T103101" +stackhpc_rocky_9_ipa_image_version: "2025.1-20250924T145101" +stackhpc_ubuntu_noble_ipa_image_version: "2025.1-20250924T145101" diff --git a/releasenotes/notes/ipa-burn-in-52df17494de29627.yaml b/releasenotes/notes/ipa-burn-in-52df17494de29627.yaml new file mode 100644 index 0000000000..f32d043548 --- /dev/null +++ b/releasenotes/notes/ipa-burn-in-52df17494de29627.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Adds burn-in element to Ironic Python Agent to support Ironic burn-in capability.