Comment 1 for bug 1845504

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

Reviewed: https://review.opendev.org/685390
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=9930bafd71b61f42c3d6d5956cb96f3de1aa7bf2
Submitter: Zuul
Branch: master

commit 9930bafd71b61f42c3d6d5956cb96f3de1aa7bf2
Author: Wei Zhou <email address hidden>
Date: Fri Sep 27 11:22:57 2019 -0400

    Backup & Restore: Failed to unlock controller-0 after platform restore

    This issue happened only when https is enabled.

    Controller-0 failed to unlock because lighttpd.service was not up and
    that caused "helm repo add" command to fail when applying controller
    manifest. Because https is enabled, lighttpd service needs to access
    server-cert.pem certificate to start. Even though this certification
    is backed up but it is not restored during platform restore.

    Change-Id: I0d7915bc95064974675614be8eb4b15cb091f684
    Closes-Bug: 1845504
    Signed-off-by: Wei Zhou <email address hidden>