Running custom IPA in an environment where thereis no DHCP - preprovisioning image #416
Labels
needs-triage
Indicates an issue lacks a `triage/foo` label and requires one.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Metal3 docs mentions that preprovisioning image is used to add preprovisioning network data to bmh. This enables each host to use its own deploy ramdisk image customised with an appropriate network configuration.
Docs:
https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/image-builder-integration.md
What is expected to happen:
The network data should be applied on the baremetal server in the inspecting phase with IPA.
Issue:
IPA is still waiting for DHCP to assign an IP to the server. We confirmed that the network data is added in the iso image in the /openstack/latest/network_data.json. But there is no way to disable waiting for DHCP from IPA.
Is there any way to disable DHCP or generate customized initramfs and kernel files from the source code of IPA by disabling DHCP?
The text was updated successfully, but these errors were encountered: