Skip to content

Commit df3b640

Browse files
Merge pull request #1512 from Nordix/fix_custom_ipxe
fix the ipxe builder integration
2 parents c2a2a69 + ba52288 commit df3b640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_launch_mgmt_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ build_ipxe_firmware()
702702
--name ipxe-builder ${POD_NAME} \
703703
-e "${IPXE_ENABLE_TLS_CENV_ARG}" \
704704
-e "${IPXE_ENABLE_IPV6_CENV_ARG}" \
705-
-e "IRONIC_IP=${IRONIC_HOST_IP}" \
705+
-e "IPXE_CHAIN_HOST=${IRONIC_HOST_IP}" \
706706
${certs_mounts[@]} \
707707
-v "${IRONIC_DATA_DIR}":/shared \
708708
"${ipxe_builder_image}"

0 commit comments

Comments
 (0)