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 <[email protected]>
(cherry picked from commit bf76bde)
  • Loading branch information
asm0deuz authored and mergify[bot] committed Jan 27, 2025
1 parent 315970b commit be3450c
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 be3450c

Please sign in to comment.