Comment 2 for bug 2055183

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

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/910410
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/9e787ff6991874455f548c61c6bc33782348a2f0
Submitter: "Zuul (22348)"
Branch: master

commit 9e787ff6991874455f548c61c6bc33782348a2f0
Author: Lucas Ratusznei Fonseca <email address hidden>
Date: Tue Feb 27 15:55:36 2024 -0300

    Add task to clean up unused network interface config files

    This commit adds a task to clean up interface config files from
    /etc/network/interfaces.d/, to eliminate any potential problems that
    could arise from having them during the unlock.
    It replaces the commit generated from
    https://review.opendev.org/c/starlingx/ansible-playbooks/+/902637.

    Test plan

    [PASS] Add interface config files to /etc/network/interfaces.d/, run
           playbook, check that directory is clean

    Closes-Bug: #2055183
    Change-Id: I0391ce65e54bfeea21649d879af0187e46d0b378
    Signed-off-by: Lucas Ratusznei Fonseca <email address hidden>