Comment 3 for bug 1966772

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/836087
Committed: https://opendev.org/openstack/tripleo-ansible/commit/fab0d9b58794e4b0ce16125137680ad8144d335f
Submitter: "Zuul (22348)"
Branch: master

commit fab0d9b58794e4b0ce16125137680ad8144d335f
Author: John Fulton <email address hidden>
Date: Thu Mar 31 16:54:35 2022 -0400

    Support ceph_conf_overrides for multiple_external_ceph_clusters

    The tripleo_ceph_client role's task file to create a Ceph config
    file for multiple external Ceph clusters does not support overrides
    which are passed via ceph_conf_overrides. The 'openstack overcloud
    export ceph' command however generates files with ceph_conf_overrides
    as they are necessary for multibackend Glance deployments which use
    Ceph. This patch adds a line to multiple_external_ceph_clusters.yml
    so that input files with ceph_conf_overrides are passed to the
    tripleo_ceph_client_config_overrides for each external Ceph cluster.

    Related-Bug: #1966772
    Change-Id: I9f854377fcd0dfa570d0dc30e34d40826de8656d