Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Pass preprovisioningNetworkData to Ironic #1380

Merged
merged 2 commits into from
Oct 20, 2023

Commits on Oct 12, 2023

  1. HostConfigData add PreprovisioningNetworkData

    Adds a convenience function similar to the existing NetworkData()
    hardys committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0a56dff View commit details
    Browse the repository at this point in the history
  2. Conditionally pass preprovisioningNetworkData to Ironic

    When no PreprovisioningImage integration is enabled we have no way
    currently to retrieve the preprovisioningNetworkData in the IPA ramdisk
    which prevents the Ironic DHCP-less flow[1] from being possible.
    
    With this change we'll pass the preprovisioningNetworkData to
    Ironic so it can be injected into the ramdisk image without
    requiring any custom image-build controller.
    
    [1] https://docs.openstack.org/ironic/latest/admin/dhcp-less.html
    hardys committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7de3670 View commit details
    Browse the repository at this point in the history