16.2. External Red Hat Ceph Storage cluster environment
Perform the following tasks if your Red Hat Ceph Storage cluster is external to your Red Hat OpenStack Platform deployment in your environment.
16.2.1. Updating the Red Hat Ceph Storage container image 링크 복사링크가 클립보드에 복사되었습니다!
The container-image-prepare.yaml file contains the ContainerImagePrepare parameter and defines the Red Hat Ceph Storage containers. This file is used by the tripleo-container-image prepare command to define the rules for obtaining container images for the undercloud and overcloud. Update this file with the correct image version before updating your environment.
Procedure
-
Locate your container preparation file. The default name of this file is
containers-prepare-parameter.yaml. - Edit the container preparation file.
Locate the
ceph_tagparameter. The current entry should be similar to the following example:ceph_namespace: registry.redhat.io ceph_image: rhceph-6-rhel9 ceph_tag: '5'Update the
ceph_tagparameter for Red Hat Ceph Storage 6:ceph_namespace: registry.redhat.io ceph_image: rhceph-6-rhel9 ceph_tag: '6'Edit the
containers-image-prepare.yamlfile and replace the Red Hat Ceph monitoring stack container related parameters with the following content:ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12- Save the file.