mirror of https://github.com/ceph/ceph-ansible.git
tests: keep same ceph release during handlers/idempotency test
since `latest` points to `mimic`, we need to force the test to keep the same ceph release when testing anything else than `mimic`. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/2775/head
parent
51cf3b7fa0
commit
21894655a7
|
@ -5,6 +5,5 @@
|
|||
"osd_pool_default_size": 1
|
||||
}
|
||||
},
|
||||
"ceph_docker_image_tag": "latest-bis",
|
||||
"ceph_mon_docker_memory_limit": "2g"
|
||||
}
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -155,6 +155,7 @@ setenv=
|
|||
jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-luminous
|
||||
luminous: CEPH_STABLE_RELEASE = luminous
|
||||
luminous: CEPH_DOCKER_IMAGE_TAG = latest-luminous
|
||||
luminous: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-luminous
|
||||
luminous: UPDATE_CEPH_STABLE_RELEASE = luminous
|
||||
luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest
|
||||
lvm_osds: CEPH_STABLE_RELEASE = luminous
|
||||
|
@ -249,7 +250,7 @@ commands=
|
|||
ceph_stable_release={env:CEPH_STABLE_RELEASE:luminous} \
|
||||
ceph_docker_registry={env:CEPH_DOCKER_REGISTRY:docker.io} \
|
||||
ceph_docker_image={env:CEPH_DOCKER_IMAGE:ceph/daemon} \
|
||||
ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest} \
|
||||
ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG_BIS:latest-bis} \
|
||||
ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \
|
||||
ceph_dev_sha1={env:CEPH_DEV_SHA1:latest} \
|
||||
copy_admin_key={env:COPY_ADMIN_KEY:False} " \
|
||||
|
|
Loading…
Reference in New Issue