Comment 5 for bug 1863809

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

Reviewed: https://review.opendev.org/709251
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=b656f523cfc4c486dd99fcb16d7d898e2603b913
Submitter: Zuul
Branch: master

commit b656f523cfc4c486dd99fcb16d7d898e2603b913
Author: John Fulton <email address hidden>
Date: Fri Feb 21 20:56:37 2020 +0000

    Remove support for ceph-ansible fetch directory

    The state information in the ceph-ansible fetch directory
    is no longer necessary to replace a Ceph monitor as of
    ceph-ansible 4.0.14-1. Stein, Train, Ussuri and newer
    should be using this version of ceph-ansible or newer.
    TripleO does not need to do extra work to maintain the
    fetch directory.

    Add SwiftFetchDirGetTempurl, SwiftFetchDirPutTempurl, and
    LocalCephAnsibleFetchDirectoryBackup to the deprecated list
    of parameters and modify code to not use these parameters.
    Remove call to tripleo-ansible/tripleo_ceph_fetch_dir role.

    Update tripleo-common/workbooks/plan_management.yaml to not
    create SwiftFetchDirGetTempurl and SwiftFetchDirPutTempurl
    during deployment and update via depends-on patch.

    Depends-On: I167449e4d7e38f0f5fd74251a3bd8f5b0b31451b
    Change-Id: I3f8c2571a6dd35029d71dd42df637a962d9b3235
    Closes-bug: #1863809