Comment 3 for bug 1935841

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

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

commit a02213ab1952088ce038825bec161bb3432006dd
Author: John Fulton <email address hidden>
Date: Mon Jul 12 13:32:39 2021 -0400

    Pass tripleo_ceph_client_cluster in ceph_client template

    When ceph_client.yaml.j2 is built by tripleo_cephadm for
    client configuration, we pass the FSID by setting
    tripleo_ceph_client_fsid to tripleo_cephadm_fsid but we
    were not passing the tripleo_ceph_client_cluster name
    the same way which resulted in bug 1935841. This patch
    updates ceph_client.yaml.j2 to set the cluster name the
    same way that we set the cluster FSID.

    Change-Id: I7a8e819858a7d75bb0dd1eb22146916d30eeff0b
    Closes-Bug: #1935841