]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Feb 2020 15:05:42 +0000 (16:05 +0100)
commit9d081e2453285599b78ade93ff9617a28b3d1f02
tree40320606eaa4006f7fa34ed0e1be8ba481e5f865
parent16e12bf2bbf645d78063ba7d0b7a89b2348e56d1
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>
roles/ceph-rgw-loadbalancer/templates/haproxy.cfg.j2