Comment 2 for bug 1980162

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/+/848038
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/69031610207bf3bb8ee099df92a73ee9928bbeb6
Submitter: "Zuul (22348)"
Branch: master

commit 69031610207bf3bb8ee099df92a73ee9928bbeb6
Author: Hugo Brito <email address hidden>
Date: Tue Jun 28 20:59:03 2022 -0300

    B&R: Add wildcards parameter on tar commands

    The restore-platform playbook extracts some files using
    pattern matching characters in the file names, on centOS
    the command work as it is, but on Debian is necessary to
    use the --wildcards option to enable the pattern matching,
    or it will raise an exception (see bug). Adding the option
    has no effect on the behavior in centOS.

    Test Plan:
    PASS: Perform platform restore Debian
    PASS: Perform platform restore CentOS

    Closes-bug: 1980162

    Signed-off-by: Hugo Brito <email address hidden>
    Change-Id: Ifb58053d342d0a0c60c233659f579590ac6d2dc9