Skip to content

Commit

Permalink
Allow 200 and 302 for ceph_dashboard haproxy health check (#1792)
Browse files Browse the repository at this point in the history
Related to osism/issues#541

Signed-off-by: Nils Arnold <[email protected]>
  • Loading branch information
Nils98Ar authored Oct 9, 2023
1 parent d7ac36c commit 49fa22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ listen swift_api_external

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

0 comments on commit 49fa22b

Please sign in to comment.