Skip to content

Commit 49fa22b

Browse files
authored
Allow 200 and 302 for ceph_dashboard haproxy health check (#1792)
Related to osism/issues#541 Signed-off-by: Nils Arnold <[email protected]>
1 parent d7ac36c commit 49fa22b

File tree

1 file changed

+1
-1
lines changed
  • environments/kolla/files/overlays/haproxy/services.d

1 file changed

+1
-1
lines changed

environments/kolla/files/overlays/haproxy/services.d/haproxy.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ listen swift_api_external
3131

3232
listen ceph_dashboard
3333
option httpchk
34-
http-check expect status 200
34+
http-check expect status 200,302
3535
{{ "bind %s:%s %s"|e|format(kolla_internal_vip_address, 8140, internal_tls_bind_info)|trim() }}
3636
{% for host in groups['ceph-mgr'] %}
3737
server {{ hostvars[host]['ansible_facts']['hostname'] }} {{ hostvars[host]['monitor_address'] }}:7000 check inter 2000 rise 2 fall 5

0 commit comments

Comments
 (0)