diff --git a/tripleo_ansible/roles/tripleo_cephadm/templates/deployed_ceph.yaml.j2 b/tripleo_ansible/roles/tripleo_cephadm/templates/deployed_ceph.yaml.j2 index 3069b1df2..788d54dab 100644 --- a/tripleo_ansible/roles/tripleo_cephadm/templates/deployed_ceph.yaml.j2 +++ b/tripleo_ansible/roles/tripleo_cephadm/templates/deployed_ceph.yaml.j2 @@ -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 }}