From: Dimitri Savineau Date: Thu, 10 Sep 2020 17:43:26 +0000 (-0400) Subject: tests: add quay registry for collocation baremetal X-Git-Tag: v6.0.0alpha2~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=78cb9f44bda41384495fd3fef1ddd2a2cb7fc0c7;p=ceph-ansible.git 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 --- 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"