]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox: use container latest tag for upgrades
authorSébastien Han <seb@redhat.com>
Thu, 5 Apr 2018 08:28:51 +0000 (10:28 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 9 Apr 2018 11:54:55 +0000 (13:54 +0200)
Currently tag-build-master-luminous-ubuntu-16.04 is not used anymore.
Also now, 'latest' points to CentOS so we need to make that switch here
too.

We know have latest tags for each stable release so let's use them and
point tox at them to deploy the right version.

Signed-off-by: Sébastien Han <seb@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index df6a66f31235113d04bf6fdf302caeb2703060ce..0992ea20adeec7f7e6c16c2059ae7fe93dac101f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -148,11 +148,12 @@ setenv=
 
   rhcs: CEPH_STABLE_RELEASE = luminous
   jewel: CEPH_STABLE_RELEASE = jewel
+  jewel: CEPH_DOCKER_IMAGE_TAG = latest-jewel
   jewel: UPDATE_CEPH_STABLE_RELEASE = luminous
-  jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04
+  jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-luminous
   luminous: CEPH_STABLE_RELEASE = luminous
   luminous: UPDATE_CEPH_STABLE_RELEASE = luminous
-  luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04
+  luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest  # Currently L is the latest stable release so it should point to 'latest'
   lvm_osds: CEPH_STABLE_RELEASE = luminous
   bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous
 deps=