tox: use container latest tag for upgrades

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>
pull/2440/head
Sébastien Han 2018-04-05 10:28:51 +02:00 committed by Guillaume Abrioux
parent 0123d790cd
commit 14eff6b571
1 changed files with 3 additions and 2 deletions

View File

@ -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=