Skip to content

Commit

Permalink
cephadm-adopt: fix ssl condition in rgw placement task
Browse files Browse the repository at this point in the history
rgw daemons fail to start as they were looking for
ssl certificates while none were available.

Signed-off-by: Teoman ONAY <tonay@ibm.com>
  • Loading branch information
asm0deuz committed Jan 27, 2025
1 parent 196703d commit bf76bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-playbooks/cephadm-adopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf76bde

Please sign in to comment.