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:
Documentation updated with the correct version number of 4.12: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/17.1/html/installing_and_managing_red_hat_openstack_platform_with_director/assembly_preparing-for-director-installation#proc_preparing-a-satellite-server-for-container-images_preparing-for-director-installation.