Comment 1 for bug 1983361

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

Reviewed: https://review.opendev.org/c/starlingx/config/+/851763
Committed: https://opendev.org/starlingx/config/commit/34b1fd5be41d35b8d92de8e1676002df2f556f3b
Submitter: "Zuul (22348)"
Branch: master

commit 34b1fd5be41d35b8d92de8e1676002df2f556f3b
Author: Andre Fernando Zanella Kantek <email address hidden>
Date: Mon Aug 1 13:38:55 2022 -0400

    Debian: set method to manual if data interface has no address

    It was detected that data interfaces were not up after host unlock.
    This was caused by the usage of static configuration in
    /etc/network/interfaces.d/ifcfg-[interface name] without a static
    address set on the same config.

    On Debian the interface config file should set the address method to
    manual if no static address is required.

    Test Plan (Debian only):
    PASS data interface UP after unlock without static addresses
    PASS data interface UP after unlock with static addresses

    Closes-Bug: 1983361

    Signed-off-by: Andre Fernando Zanella Kantek <email address hidden>
    Change-Id: I285e9cbefec1cf888acbbd19569d8fa5d54e9a04