From 78cb9f44bda41384495fd3fef1ddd2a2cb7fc0c7 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 10 Sep 2020 13:43:26 -0400 Subject: [PATCH] tests: add quay registry for collocation baremetal Even if the non containerized collocation scenario deploys ceph with RPMs then we also deploy the dashboard/monitoring but with containers. This requires to set the registry variable to ceph's quay. Signed-off-by: Dimitri Savineau --- tests/functional/collocation/group_vars/all | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/collocation/group_vars/all b/tests/functional/collocation/group_vars/all index 22368bd01..97237d4cf 100644 --- a/tests/functional/collocation/group_vars/all +++ b/tests/functional/collocation/group_vars/all @@ -21,6 +21,7 @@ handler_health_osd_check_delay: 10 dashboard_admin_password: $sX!cD$rYU6qR^B! dashboard_admin_user_ro: true grafana_admin_password: +xFRe+RES@7vg24n +ceph_docker_registry: quay.ceph.io 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" -- 2.39.5