Bug 2251693

Summary: Update the Director deployed Ceph documentation to use dashboard prometheus v4.12
Product: Red Hat OpenStack Reporter: Francesco Pantano <fpantano>
Component: documentationAssignee: Erin Peterson <erpeters>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: high    
Version: 17.1 (Wallaby)CC: alfrgarc, mariel, mburns, mkatari, slinaber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2251692 Environment:
Last Closed: 2023-11-27 18:40:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2251692    
Bug Blocks:    

Description Francesco Pantano 2023-11-27 09:02:50 UTC
The Director deployed Ceph RHOSP documentation should be updated to reflect the prometheus requirements.

+++ This bug was initially created as a clone of Bug #2251692 +++

Description of problem:
OSP 17.1 installation [1] mention to deploy RHOSP with Ceph and ceph-dashboard using the ose-prometheus*:v4.6 images.

[1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1/html-single/installing_and_managing_red_hat_openstack_platform_with_director/index#proc_preparing-a-satellite-server-for-container-images_preparing-for-director-installation

This is wrong as RHCS requires v4.12:

```
DEFAULT_PROMETHEUS_IMAGE = "registry.redhat.io/openshift4/ose-prometheus:v4.12"
DEFAULT_NODE_EXPORTER_IMAGE = "registry.redhat.io/openshift4/ose-prometheus-node-exporter:v4.12"
DEFAULT_GRAFANA_IMAGE = "registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9:latest"
DEFAULT_ALERT_MANAGER_IMAGE = "registry.redhat.io/openshift4/ose-prometheus-alertmanager:v4.12"

```

We should fix both TripleO (Director deployed Ceph) and the related documentation to reflect the new images.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: