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

Please sign in to comment.