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
(cherry picked from commit a02213ab19)
This commit is contained in:
John Fulton 2021-07-12 13:32:39 -04:00 committed by Francesco Pantano
parent 7e954d5a46
commit a8f9ab0353
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
tripleo_ceph_client_fsid: {{ tripleo_cephadm_fsid }}
tripleo_ceph_client_cluster: {{ tripleo_cephadm_cluster }}
external_cluster_mon_ips: "{{ external_cluster_mon_ips }}"
keys:
{% for ceph_key_cmd in tripleo_cephadm_client_keys.results %}