From: Guillaume Abrioux Date: Mon, 11 Jun 2018 13:40:54 +0000 (+0200) Subject: tests: set CEPH_DOCKER_IMAGE_TAG when ceph release is luminous X-Git-Tag: v3.1.0rc9~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d1c361cdafa6e4a041d0c40cf84682f6c5729349;p=ceph-ansible.git tests: set CEPH_DOCKER_IMAGE_TAG when ceph release is luminous Since latest points to mimic for the ceph container images, we need to set `CEPH_DOCKER_IMAGE_TAG` to `latest-luminous` when ceph release is luminous Signed-off-by: Guillaume Abrioux (cherry picked from commit a351b0872620e3bfca1a2ef5fb5235f35002b160) Signed-off-by: Guillaume Abrioux --- diff --git a/tox.ini b/tox.ini index 3538efad6..7cb68d4f7 100644 --- a/tox.ini +++ b/tox.ini @@ -154,8 +154,9 @@ setenv= jewel: UPDATE_CEPH_STABLE_RELEASE = luminous jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-luminous luminous: CEPH_STABLE_RELEASE = luminous + luminous: CEPH_DOCKER_IMAGE_TAG = latest-luminous luminous: UPDATE_CEPH_STABLE_RELEASE = luminous - luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest # Currently L is the latest stable release so it should point to 'latest' + luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest lvm_osds: CEPH_STABLE_RELEASE = luminous bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous deps=