Skip to content

Commit b9bac6e

Browse files
committed
feat(ironic): pull in latest stable/2025.2 and some backports
Pulled in latest stable/2025.2 fixes: - Fix Redfish boot device setting for full boot request vendors - ci: Pin `setuptools` to a range that still ships - Prevent power sync to interfere with FirmwareUpdate - fix: missing staticmethod decorator on inspection_rules func - Fix async periodic on redfish for servicewait - fix inspection rules loaded from a file to not fail in logging - Redfish: guard retrieve_nic_components against MissingAttributeError Backport: - Add storage controller discovery to Redfish inspection - fix up the behavior of serial number reading on iDRAC
1 parent eeba6d6 commit b9bac6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/ironic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313

1414
# clone source and patch it
1515
# renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2025.2
16-
ARG IRONIC_GIT_REF=095c3bcaede90095a639ec154b4c3783f1ea75a8
16+
ARG IRONIC_GIT_REF=8a46e2786e90b3441177691f2f151eb8ccd7bc4c
1717
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
1818
RUN git -C /src/ironic fetch --unshallow --tags
1919

0 commit comments

Comments
 (0)