From: Teoman ONAY Date: Fri, 24 Jan 2025 12:56:41 +0000 (+0100) Subject: cephadm-adopt: fix ssl condition in rgw placement task X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bf76bded4c3760a6610284cc477f642c8635f06d;p=ceph-ansible.git cephadm-adopt: fix ssl condition in rgw placement task rgw daemons fail to start as they were looking for ssl certificates while none were available. Signed-off-by: Teoman ONAY --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 9a52f31dc..e542dcdd7 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -954,7 +954,7 @@ {% endif %} spec: rgw_frontend_port: {{ radosgw_frontend_port }} - {% if radosgw_frontend_ssl_certificate is defined %} + {% if radosgw_frontend_ssl_certificate | length > 0 %} {{ "ssl: true" }} {% endif %} extra_container_args: