mirror of https://github.com/ceph/ceph-ansible.git
tests: use grafana from quay.io
This changes the grafana container image regitry from docker.io to
quay.io to avoid rate limit.
This also adds the missing container image values for docker2podman
and podman scenarios.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 98c9afceb9
)
pull/5757/head
parent
218aedaab6
commit
dd05d8ba90
|
@ -48,3 +48,4 @@ ceph_docker_image_tag: latest-octopus
|
|||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
|
@ -41,3 +41,4 @@ ceph_docker_image_tag: latest-octopus
|
|||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
||||
|
|
|
@ -30,3 +30,4 @@ ceph_docker_image_tag: latest-octopus
|
|||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
|
@ -27,3 +27,4 @@ ceph_docker_image_tag: latest-octopus
|
|||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
||||
|
|
|
@ -47,3 +47,7 @@ grafana_admin_password: +xFRe+RES@7vg24n
|
|||
ceph_docker_registry: quay.ceph.io
|
||||
ceph_docker_image: ceph-ci/daemon
|
||||
ceph_docker_image_tag: latest-octopus
|
||||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
||||
|
|
|
@ -46,3 +46,7 @@ grafana_admin_password: +xFRe+RES@7vg24n
|
|||
ceph_docker_registry: quay.ceph.io
|
||||
ceph_docker_image: ceph-ci/daemon
|
||||
ceph_docker_image_tag: latest-octopus
|
||||
node_exporter_container_image: "quay.io/prometheus/node-exporter:v0.17.0"
|
||||
prometheus_container_image: "quay.io/prometheus/prometheus:v2.7.2"
|
||||
alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.16.2"
|
||||
grafana_container_image: "quay.io/app-sre/grafana:5.4.3"
|
||||
|
|
Loading…
Reference in New Issue