Comment 2 for bug 2043509

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to metal (master)

Reviewed: https://review.opendev.org/c/starlingx/metal/+/900937
Committed: https://opendev.org/starlingx/metal/commit/97052df958d845108349f7bc9d40833bc3efe446
Submitter: "Zuul (22348)"
Branch: master

commit 97052df958d845108349f7bc9d40833bc3efe446
Author: Andre Kantek <email address hidden>
Date: Tue Nov 14 15:45:14 2023 -0300

    After executing PXE boot install, turn off IPv6 autoconf

    It was detected that the PXE boot the IPv6 autoconf is turned on
    due to an error in the network config file for the PXE interface.
    Instead of applying the config to the interface it is configuring
    the loopback.

    By leaving autoconf turned on the interface it can receive unwanted
    address configuration that can create errors during the ansible
    playbook execution that will follow.

    Closes-Bug: 2043509

    Change-Id: I48584dc6b92fca02205c4774c4624410b6a29ba8
    Signed-off-by: Andre Kantek <email address hidden>