Re: [tentacle 20.2.3] How to configure ceph dashboard in a multi subnet deployment
I had considerable difficulty getting mgmt-gateway to work here with lots of changes to the YAML and many re-deploys of the dashboard. There are still some problems accessing Prometheus and Grafana that I have not figured out how to solve. The YAML ended up looking like this in the end: --- service_type: ingress service_id: ingress-mgmt-gw service_name: ingress.ingress-mgmt-gw placement: label: mgmt spec: backend_service: mgmt-gateway first_virtual_router_id: 50 keepalive_only: true virtual_ip: .... --- service_type: mgmt-gateway service_name: mgmt-gateway placement: label: mgmt spec: ssl: true ssl_cert: '-----BEGIN CERTIFICATE----- -----END CERTIFICATE----- ' ssl_key: '-----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- ' --- Alexander Harvey Senior Systems Engineer SAA Infrastructure Team University of Vermont -- From: wodel youchi via ceph-users <ceph-users@ceph.io> Date: Thursday, 2026 August 13 at 18:07 To: ceph-users <ceph-users@ceph.io> Subject: [ceph-users] [tentacle 20.2.3] How to configure ceph dashboard in a multi subnet deployment Hi, In my ceph deployment, I have 3 subnets : mgmt subnet : 172.16.2.0/24 ceph public subnet : 10.10.0.0/16 ceph cluster subnet : 10.20.0.0/16 dashboard is reachable from 10.10.0.0/16 subnet the public ceph. I want to be able to reach it from the mgmt network. I've tried to install keepalived and haproxy to do that, but when I access the mgmt VIP, I'am redirected to the mgr ip on the public subnet. Regards _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (1)
-
Alexander Harvey