From c0f1fa8b8d9acb1d256a73a28f9b5f007fdf2886 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Tue, 28 Apr 2020 10:00:42 +0200 Subject: [PATCH] CephRgw healthcheck aligned with ceph-ansible ceph-ansible specifies GET in the healthcheck option and this patch just aligns the haproxy rgw section to the ceph-ansible specs. Change-Id: I2de78f17ebb5ff50566c4f53f3377322018525d1 (cherry picked from commit d4d03ad0983a918951c8dff7612c8c67e6be0e15) --- manifests/haproxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 26ceae1cb..6454b6577 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1527,7 +1527,7 @@ class tripleo::haproxy ( mode => 'http', public_ssl_port => $ports[ceph_rgw_ssl_port], service_network => $ceph_rgw_network, - listen_options => merge($default_listen_options, { 'option' => [ 'httpchk HEAD /' ] }), + listen_options => merge($default_listen_options, { 'option' => [ 'httpchk GET /' ] }), } }