From fe0f2cf8c710064b342c7cd80b83f3e956647672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 5 Apr 2018 10:28:51 +0200 Subject: [PATCH] tox: use container latest tag for upgrades MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 14eff6b571eb760e8afcdfefc063f1af06342809) Signed-off-by: Sébastien Han --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 96a9511f2..ede77284c 100644 --- a/tox.ini +++ b/tox.ini @@ -145,11 +145,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 deps= ansible2.2: ansible==2.2.3 -- 2.39.5