Comment 4 for bug 1795513

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

Reviewed: https://review.openstack.org/607764
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=9cb8175139cfe29e83a9273705de9be297414a7d
Submitter: Zuul
Branch: master

commit 9cb8175139cfe29e83a9273705de9be297414a7d
Author: John Fulton <email address hidden>
Date: Thu Oct 4 01:35:48 2018 +0000

    Change ceph-ansible fetch directory format on upgrade from Q to R

    If the name of the tarball containing the ceph-ansible fetch directory
    matches the format found in Queens, then rename it to match the format
    expected in Rocky. I.e if temporary_dir-20180915-191756.tar.gz is found
    then rename it to temporary_dir.tar.gz. This workflow is idempotent and
    should be run before upgrading from Queens to Rocky.

    Change-Id: I048a5697fed269a6a27e82aca884cb9076fa0785
    Fixes-Bug: #1795513