]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: change container image tag for switch_to_containers
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 23 Aug 2019 07:29:19 +0000 (09:29 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 28 Aug 2019 14:48:21 +0000 (10:48 -0400)
test switch_to_containers job against the latest ceph@master
ceph-container image tag available.
In order to be sure the ceph release deployed in the first step (non
containerized deployment) isn't newer than the tag used for the
containerized migration (which would mean we try to downgrade the
version).

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 207cf6df3387394a847941ac2e9b56da3d5057b2..b204cba72225f0070527135850e0ce0ea6a17b2a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -412,7 +412,7 @@ setenv=
   dev: CEPH_STABLE_RELEASE = nautilus
 
   switch_to_containers: CEPH_STABLE_RELEASE = octopus
-  switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master
+  switch_to_containers: CEPH_DOCKER_IMAGE_TAG = latest-master-devel
 
   ooo_collocation: CEPH_DOCKER_IMAGE_TAG = v3.0.3-stable-3.0-luminous-centos-7-x86_64
 deps= -r{toxinidir}/tests/requirements.txt