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 dd05d8ba90
)
pull/5756/head
parent
2001039c0e
commit
d461631c86
|
@ -48,3 +48,4 @@ ceph_docker_image_tag: latest-nautilus
|
|||
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-nautilus
|
|||
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"
|
||||
|
|
|
@ -28,3 +28,4 @@ ceph_docker_image_tag: latest-nautilus
|
|||
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"
|
|
@ -25,3 +25,4 @@ ceph_docker_image_tag: latest-nautilus
|
|||
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"
|
||||
|
|
|
@ -45,3 +45,7 @@ grafana_admin_password: +xFRe+RES@7vg24n
|
|||
ceph_docker_registry: quay.ceph.io
|
||||
ceph_docker_image: ceph-ci/daemon
|
||||
ceph_docker_image_tag: latest-nautilus
|
||||
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"
|
||||
|
|
|
@ -44,3 +44,7 @@ grafana_admin_password: +xFRe+RES@7vg24n
|
|||
ceph_docker_registry: quay.ceph.io
|
||||
ceph_docker_image: ceph-ci/daemon
|
||||
ceph_docker_image_tag: latest-nautilus
|
||||
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