tests: specify docker params for shrink-osd

Otherwise, it will go with the default values, eg:

"latest" for `ceph_docker_image_tag`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3553/head
Guillaume Abrioux 2019-01-29 10:42:57 +01:00 committed by Sébastien Han
parent fc6bae26ac
commit 802e692b7b
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ commands=
commands=
cp {toxinidir}/infrastructure-playbooks/shrink-osd.yml {toxinidir}/shrink-osd.yml
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/shrink-osd.yml --extra-vars "\
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-luminous} \
ireallymeanit=yes \
osd_to_kill=0 \
"