File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG SETUPTOOLS_VERSION=80.10.2
1010
1111FROM $BASE_IMAGE AS ironic-builder
1212
13- ARG IPXE_COMMIT_HASH=e965f179e1654103eca33feed7a9cc4c51d91be6
13+ ARG IPXE_COMMIT_HASH=d0ea2b1bb8f78b219f74424d435b92ff8aa0ea8d
1414ARG TARGETARCH
1515
1616WORKDIR /tmp
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ wait_for_interface_or_ip()
8787 else
8888 until [[ -n " $IRONIC_IP " ]]; do
8989 echo " Waiting for ${PROVISIONING_INTERFACE} interface to be configured"
90- IRONIC_IP=" $( ip -br add show scope global up dev " ${PROVISIONING_INTERFACE} " | awk ' {print $3}' | sed -e ' s%/.*%%' | head -n 1) "
90+ IRONIC_IP=" $( ip -br addr show scope global up dev " ${PROVISIONING_INTERFACE} " | awk ' {print $3}' | sed -e ' s%/.*%%' | head -n 1) "
9191 export IRONIC_IP
9292 sleep 1
9393 done
You can’t perform that action at this time.
0 commit comments