]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-rgw-loadbalancer: Fix SSL newline issue
authorFlorian Faltermeier <florian.faltermeier@uibk.ac.at>
Wed, 18 Dec 2019 13:31:57 +0000 (14:31 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 17 Feb 2020 16:36:09 +0000 (11:36 -0500)
commit17b405eb1094f8d35a9497110b2b45774b18cb01
tree323209096dd240531f769da173f5c3aacf72eef7
parentdf43f322489f7093c7eec0cc2dd336fa7e8f71fb
ceph-rgw-loadbalancer: Fix SSL newline issue

The ad7a5da commit introduced a regression when using TLS on haproxy
via the haproxy_frontend_ssl_certificate variable.
This cause the "stats socket" and the "tune.ssl.default-dh-param"
parameters to be on the same line resulting haproxy failing to start.

[ALERT] 351/140240 (21388) : parsing [xxxxx] : 'stats socket' : unknown
keyword 'tune.ssl.default-dh-param'. Registered
[ALERT] 351/140240 (21388) : Fatal errors found in configuration.

Fixes: #4869
Signed-off-by: Florian Faltermeier <florian.faltermeier@uibk.ac.at>
(cherry picked from commit 9d081e2453285599b78ade93ff9617a28b3d1f02)
roles/ceph-rgw-loadbalancer/templates/haproxy.cfg.j2