From 5203a7b7e70743eee51e4e1037a8cafe9e769cec Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Mon, 16 Mar 2020 17:08:03 +0100 Subject: [PATCH] rhcs_edits: Update grafana version 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 (cherry picked from commit 8e8aa735e0193786a11e36c84e3dfeb5ec50e95f) --- group_vars/rhcs.yml.sample | 2 +- rhcs_edits.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index d4d5ef5ed..1c8f0b5e9 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -766,7 +766,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 diff --git a/rhcs_edits.txt b/rhcs_edits.txt index 2bb60df29..84f3bc936 100644 --- a/rhcs_edits.txt +++ b/rhcs_edits.txt @@ -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!