From 1a6d48cdab4956cd57cc7cb5280d032fae367031 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Tue, 29 Jun 2021 11:30:37 -0400 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8d007dbdf..d78f55f09 100644 --- a/tox.ini +++ b/tox.ini @@ -198,6 +198,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:octopus} \ ceph_docker_registry_auth=True \ ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \ ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \ -- 2.39.5