Description of problem: There is a ceph cluster mgr/dashboard/GRAFANA_API_URL parameter being set once ceph-dashboard is deployed on OSP17. The value is supposed to be the ceph-dashboard VIP which is ctlplane vip but instead of the VIP ctlplane IP address from undercloud is being set: mgr/dashboard/GRAFANA_API_URL https://192.168.24.3:3100 192.168.24.3 is IP address from the undercloud. The VIP should be set and It's the IP address where haproxy in front of ceph-dashboard listens on: # ss -antop | grep 3100 | grep LIST LISTEN 0 4096 192.168.24.71:3100 0.0.0.0:* users:(("haproxy",pid=105082,fd=10)) LISTEN 0 4096 172.23.1.124:3100 0.0.0.0:* users:(("grafana-server",pid=729277,fd=6)) Version-Release number of selected component (if applicable): tripleo-ansible-3.3.1-0.20220607162207.ae139c3.el9ost.noarch How reproducible: Always Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2022:6543