]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox: add ceph_stable_release to switch2container
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 29 Jun 2021 15:28:39 +0000 (11:28 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Jun 2021 07:32:34 +0000 (09:32 +0200)
We need to set the ceph_stable_release variable during the switch2container
playbook.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index f6f4041d6b61e740758558283e32b26a4ba1689d..7ab9d8f2c6894f8f1ffd215ecd5640be6d84d0a7 100644 (file)
--- 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} \