Comment 2 for bug 1976384

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

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

commit b4599522c16bb5e2fd1c233d8cf68257be44c889
Author: Shrikumar Sharma <email address hidden>
Date: Tue May 31 10:08:13 2022 -0400

    Remote subcloud install failure in post-install script

    When the kickstart tries to download packages_list from the
    system controller, wget fails because the parameter to its
    "-O" argument needs the full file path (including the file
    name) as opposed to the full path to the directory that the
    file resides in.

    The argument has been fixed to use the full path name of the
    file.

    Test Plan:
    PASS: Verify that the remote subcloud successfully downloads the
          file and installation passes.

    Closes-Bug: 1976384

    Signed-off-by: Shrikumar Sharma <email address hidden>
    Change-Id: I65b6bd66e62e7353e33f2694ca5bf99d413df836