Description of problem: Customer completing a POC and deployed the Ceph dashboard on the external network. When accessing any dashboard that populates with Grafana data, a 500 error pops up. This was corrected under BZ 2193223. After redeploying their OSP stack, the workaround in said BZ is not working and the graphs are not displayed. The user can access Grafana directly on the same IP as the dashboard using port 3100. Version-Release number of selected component (if applicable): OSP 16.2 RHCS 4.3 How reproducible: Deploy RHCS using OSP Director with the following template to deploy the Ceph dashboard on the external network: $ cat ceph-dashboard-network-override.yaml parameter_defaults: ServiceNetMap: CephDashboardNetwork: external After deployment on one of the controller nodes: Grab the IP address of the Ceph dashboard: grep dashboard /etc/puppet/hieradata/vip_data.json "ceph dashboard_vip": "10.1.0.95", Update the Grafana URL to the same IP as the Ceph Dashboard: # podman exec -it ceph-mon-osp-blm-controller-0 ceph dashboard set-grafana-api-url http://10.1.0.95:3100 Customer then had to redploy their OSP stack and re-apply the work around but the dashboards are not displaying the Grafana data. Expected results: I completed the same steps in my lab and the Ceph dashboards populate correctly. Additional info: Tried restarting the Grafana containers and it made no difference.
Missed the 6.1 z1 window. Retargeted to 6.1 z2.