From: Dimitri Savineau Date: Tue, 29 Jun 2021 15:28:39 +0000 (-0400) Subject: tox: add ceph_stable_release to switch2container X-Git-Tag: v4.0.59~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f3dc45175da2a831aeab53893d3bd3857bf269f;p=ceph-ansible.git tox: add ceph_stable_release to switch2container We need to set the ceph_stable_release variable during the switch2container playbook. Signed-off-by: Dimitri Savineau --- diff --git a/tox.ini b/tox.ini index f6f4041d6..7ab9d8f2c 100644 --- a/tox.ini +++ b/tox.ini @@ -197,6 +197,7 @@ commands= commands= ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml --extra-vars "\ ireallymeanit=yes \ + ceph_stable_release={env:CEPH_STABLE_RELEASE:nautilus} \ ceph_docker_registry_auth=True \ ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \ ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \