Merge "Pass CephClusterName in deployed Ceph template"

This commit is contained in:
Zuul 2022-03-29 09:00:51 +00:00 committed by Gerrit Code Review
commit 57ac50c65a
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ parameter_defaults:
CephSpecFqdn: true
{% endif -%}
CephadmDefaultContainer: {{ tripleo_cephadm_default_container }}
ContainerCephDaemonImage: {{ tripleo_cephadm_container_ns }}/{{ tripleo_cephadm_container_image }}:{{ tripleo_cephadm_container_tag | string }}
CephClusterName: {{ tripleo_cephadm_cluster }}
# Recommendation: set the following to false after overcloud is deployed
ApplyCephConfigOverridesOnUpdate: true
ContainerCephDaemonImage: {{ tripleo_cephadm_container_ns }}/{{ tripleo_cephadm_container_image }}:{{ tripleo_cephadm_container_tag | string }}