]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rhcs_edits: Update grafana version
authorBoris Ranto <branto@redhat.com>
Mon, 16 Mar 2020 16:08:03 +0000 (17:08 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 16 Mar 2020 20:37:44 +0000 (21:37 +0100)
We are planning to release updated grafana image for ceph dashboard in
RHCS 4.1. We need to update the rhcs edut to point to the new image
then.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1786107
Signed-off-by: Boris Ranto <branto@redhat.com>
group_vars/rhcs.yml.sample
rhcs_edits.txt

index 67ab5cf55eed0252ab7f10f9579a454b0812a1b8..ca165af3cef2eef4f5578132635a5decaa4387b1 100644 (file)
@@ -771,7 +771,7 @@ node_exporter_container_image: registry.redhat.io/openshift4/ose-prometheus-node
 # We only need this for SSL (https) connections
 #grafana_crt: ''
 #grafana_key: ''
-grafana_container_image: registry.redhat.io/rhceph/rhceph-3-dashboard-rhel7:3
+grafana_container_image: registry.redhat.io/rhceph/rhceph-4-dashboard-rhel8:4
 #grafana_container_cpu_period: 100000
 #grafana_container_cpu_cores: 2
 # container_memory is in GB
index 2bb60df29ec8a4034655b96ea5425cc8d5119a8e..84f3bc936e809fd6bd66e5054eac55bc8ae23e59 100644 (file)
@@ -8,7 +8,7 @@ ceph_docker_image_tag: "latest"
 ceph_docker_registry: "registry.redhat.io"
 ceph_docker_registry_auth: true
 node_exporter_container_image: registry.redhat.io/openshift4/ose-prometheus-node-exporter:v4.1
-grafana_container_image: registry.redhat.io/rhceph/rhceph-3-dashboard-rhel7:3
+grafana_container_image: registry.redhat.io/rhceph/rhceph-4-dashboard-rhel8:4
 prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:4.1
 alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:4.1
 # END OF FILE, DO NOT TOUCH ME!