From 4754c6460193763a082c13175758b2711428b47b Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 2 Sep 2024 10:18:02 +0200 Subject: [PATCH] tests: use rocky linux 8 wip Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d4f821fda8..45f4e020e3 100644 --- a/tox.ini +++ b/tox.ini @@ -277,7 +277,7 @@ setenv= ANSIBLE_STDOUT_CALLBACK = yaml non_container: DEV_SETUP = True # Set the vagrant box image to use - centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9 + centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = rockylinux/8 centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9 INVENTORY = {env:_INVENTORY:hosts} container: CONTAINER_DIR = /container