Comment 2 for bug 1984116

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

commit f3bb3a64fc5064c16fd0a203a717872462d53ae7
Author: Virginia Martins Perozim <email address hidden>
Date: Wed Aug 10 14:12:05 2022 -0400

    Restore with ssl_ca certificate as command option

    ssl_ca certificate was included as an optional parameter of restore
    playbook.
    If it is defined in the command line, it will replace the certificate
    defined in backup file.
    If it is not defined in the command line, the certificate defined in
    the backup file will be used.

    Test Plan:

    PASSED: expired certificate in backup file during restore
            ssl_ca certificate not defined
            bug reproduced

    PASSED: expired certificate in backup file during restore
            valid ssl_ca certificate defined
            restore pass with no errors

    PASSED: valid certificate in backup file during restore
            valid ssl_ca certificate not defined
            restore pass with no errors

    PASSED: test on remote play

    Closes-Bug: 1984116
    Signed-off-by: Virginia Martins Perozim <email address hidden>
    Change-Id: I6c1ddca1097fbbdb0acde7df3097287ab59b4c1c