]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set CEPH_DOCKER_IMAGE_TAG when ceph release is luminous
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Jun 2018 13:40:54 +0000 (15:40 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 11 Jun 2018 15:35:56 +0000 (23:35 +0800)
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 <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3538efad6eb0cbe741095c7c5949fb9db44323c2..7cb68d4f7fc699cea77d829cec1733b21d5b1bc7 100644 (file)
--- 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=