From: Sébastien Han Date: Thu, 5 Apr 2018 08:28:51 +0000 (+0200) Subject: tox: use container latest tag for upgrades X-Git-Tag: v3.1.0beta5~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=14eff6b571eb760e8afcdfefc063f1af06342809;p=ceph-ansible.git 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 --- diff --git a/tox.ini b/tox.ini index df6a66f31..0992ea20a 100644 --- 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=