]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: pin grafana container tag to 5.2.4
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 31 Oct 2019 15:37:20 +0000 (11:37 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 31 Oct 2019 22:44:51 +0000 (18:44 -0400)
The latest grafana container tag is using grafana 6.x release which could
cause issue with the ceph dashboard integration.
Considering that the grafana container in RHCS 3 is based on 5.x then we
should use the same version.

$ docker run --rm rhceph/rhceph-3-dashboard-rhel7:3 -v
Version 5.2.4 (commit: unknown-dev)

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/all.yml.sample
roles/ceph-defaults/defaults/main.yml

index 0b93d04e2fbbd1b460e78d6b7f920a80c157aa5e..ec372f7c73246ff31ed9386f6c285ffa81c558e1 100644 (file)
@@ -724,7 +724,7 @@ dummy:
 # We only need this for SSL (https) connections
 #grafana_crt: ''
 #grafana_key: ''
-#grafana_container_image: "grafana/grafana:latest"
+#grafana_container_image: "grafana/grafana:5.2.4"
 #grafana_container_cpu_period: 100000
 #grafana_container_cpu_cores: 2
 # container_memory is in GB
index aac5b235aacbcf65448f6bf429cf26259232f8b7..027c12fe60e90224af21aac22fb9ef5f8ddc6a89 100644 (file)
@@ -716,7 +716,7 @@ grafana_admin_password: admin
 # We only need this for SSL (https) connections
 grafana_crt: ''
 grafana_key: ''
-grafana_container_image: "grafana/grafana:latest"
+grafana_container_image: "grafana/grafana:5.2.4"
 grafana_container_cpu_period: 100000
 grafana_container_cpu_cores: 2
 # container_memory is in GB