From 2b793952bbac7973b97d245c282165daadeabb51 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 9 Feb 2022 18:33:27 +0100 Subject: [PATCH] ceph-volume/tests: use centos/stream8 images Since recent move from CentOS 8 to CentOS Stream 8, let's do the same here. Signed-off-by: Guillaume Abrioux --- .../ceph_volume/tests/functional/vagrant_variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml b/src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml index 0a804ef4e7823..e87700ac163be 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/vagrant_variables.yml @@ -39,7 +39,7 @@ eth: 'eth1' # For more boxes have a look at: # - https://atlas.hashicorp.com/boxes/search?utf8=✓&sort=&provider=virtualbox&q= # - https://download.gluster.org/pub/gluster/purpleidea/vagrant/ -vagrant_box: centos/8 +vagrant_box: centos/stream8 # vagrant_box_url: https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-Vagrant-8.1.1911-20200113.3.x86_64.vagrant-libvirt.box #ssh_private_key_path: "~/.ssh/id_rsa" # The sync directory changes based on vagrant box -- 2.39.5