]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tox: add missing ceph_docker_image_tag in shrink
authorSébastien Han <seb@redhat.com>
Tue, 4 Dec 2018 17:41:36 +0000 (18:41 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 4 Dec 2018 18:01:25 +0000 (19:01 +0100)
commitefefcc3fb2b7147eb2b40bc112aaadf15cfe88bc
tree92ee80b6d051aaf2defeca428f5e93a11f32ca54
parent3d51e1065d6f2f9d0ec396bf0d4237ccf95776e8
tox: add missing ceph_docker_image_tag in shrink

When calling shrink on containerized deployment, we were first doing the
setup with `latest-master` and then when calling the playbook we were
using the default value for `ceph_docker_image_tag` that comes from
ceph-defaults. Now we pass
`ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-master}` so the
play will run the right container image.

Signed-off-by: Sébastien Han <seb@redhat.com>
tox.ini