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

Changes needed for IPv6 #107

Merged
merged 1 commit into from
Nov 21, 2019
Merged

Changes needed for IPv6 #107

merged 1 commit into from
Nov 21, 2019

Commits on Nov 8, 2019

  1. Enable IPv6 Support

    This commit adds support for IPv6. When $PROVISIONING_IP is specified,
    which may be an IPv6 address, the various containers will wait for that
    IP to become available on an interface.
    
    If the IP is IPv6, then we use an IPv6-specific configurations. Note,
    IPv6 hosts are expected to be using UEFI boot, as we use snponly.efi.
    snponly.efi uses the UEFI network stack instead of the iPXE drivers.
    When using EDK2 OVMF + iPXE + ipxe.efi, we have seen lock-ups in
    initialization of the hardware devices.
    
    As neither CentOS nor RHEL distribute iPXE builds with IPv6 support, we
    build them from source as part of the container build.
    stbenjam committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2ad2b0d View commit details
    Browse the repository at this point in the history