From 8dd774a99b5640ac7b42016195b1e488ab58d21f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 12 Jun 2019 16:31:32 +0200 Subject: [PATCH] tests: update docker image tag used in ooo job ceph-ansible@master isn't intended to deploy luminous. Let's use latest-master on ceph-ansible@master branch Signed-off-by: Guillaume Abrioux --- tests/functional/ooo-collocation/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/ooo-collocation/hosts b/tests/functional/ooo-collocation/hosts index e4321f41c..b201873b9 100644 --- a/tests/functional/ooo-collocation/hosts +++ b/tests/functional/ooo-collocation/hosts @@ -10,7 +10,7 @@ all: ceph_mgr_docker_extra_env: '-e MGR_DASHBOARD=0' cluster: mycluster ceph_docker_image: ceph/daemon - ceph_docker_image_tag: v3.0.3-stable-3.0-luminous-centos-7-x86_64 + ceph_docker_image_tag: latest-master ceph_docker_registry: docker.io ceph_origin: repository ceph_repository: community