Comment 4 for bug 1986054

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

Reviewed: https://review.opendev.org/c/starlingx/distcloud/+/853024
Committed: https://opendev.org/starlingx/distcloud/commit/394d1ceff9a022d49ee0727830d04948e4a5ae46
Submitter: "Zuul (22348)"
Branch: master

commit 394d1ceff9a022d49ee0727830d04948e4a5ae46
Author: Tee Ngo <email address hidden>
Date: Fri Aug 12 17:22:06 2022 -0400

    Invoke the correct gen-bootloader-iso.sh script based on distro

    The gen-bootloader-iso.sh script for CentOS was renamed and invoked in
    previous commits to utilities [1] and distributedcloud [2] repos.
    However, the renamed script was not packaged and installed
    resulting in subcloud deployment failure in CentOS based StarlingX.

    The issue is resolved by
    https://review.opendev.org/c/starlingx/utilities/+/853023 and this commit.

    [1] https://review.opendev.org/c/starlingx/utilities/+/851688
    [2] https://review.opendev.org/c/starlingx/distcloud/+/851679

    Test Plan:
       - Verify successful subcloud deployment in CentOS
       - Verify proper cleanup of shared and subcloud specific boot files
         post remote install

    Closes-Bug: 1986054
    Change-Id: If5261f2a96447c4f45ac7c38a785eea10c1802e5
    Signed-off-by: Tee Ngo <email address hidden>