mirror of https://github.com/ceph/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 <seb@redhat.com>pull/2440/head
parent
0123d790cd
commit
14eff6b571
5
tox.ini
5
tox.ini
|
@ -148,11 +148,12 @@ setenv=
|
||||||
|
|
||||||
rhcs: CEPH_STABLE_RELEASE = luminous
|
rhcs: CEPH_STABLE_RELEASE = luminous
|
||||||
jewel: CEPH_STABLE_RELEASE = jewel
|
jewel: CEPH_STABLE_RELEASE = jewel
|
||||||
|
jewel: CEPH_DOCKER_IMAGE_TAG = latest-jewel
|
||||||
jewel: UPDATE_CEPH_STABLE_RELEASE = luminous
|
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: CEPH_STABLE_RELEASE = luminous
|
||||||
luminous: UPDATE_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
|
lvm_osds: CEPH_STABLE_RELEASE = luminous
|
||||||
bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous
|
bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous
|
||||||
deps=
|
deps=
|
||||||
|
|
Loading…
Reference in New Issue