CentOS 8 is EOL as of December 2021.
Let's use CentOS stream 8 instead.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
# set 1024 for CentOS
memory: 2048
-vagrant_box: centos/8
+vagrant_box: centos/stream8
# The sync directory changes based on vagrant box
# Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
#vagrant_sync_dir: /home/vagrant/sync
#!/bin/bash
-vagrant box remove --force --provider libvirt --box-version 0 centos/8 || true
-vagrant box add --provider libvirt --name centos/8 https://cloud.centos.org/centos/8/vagrant/x86_64/images/CentOS-8-Vagrant-8.4.2105-20210603.0.x86_64.vagrant-libvirt.box || true
+vagrant box remove --force --provider libvirt --box-version 0 centos/stream8 || true
+vagrant box add --provider libvirt --name centos/stream8 https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-20220125.1.x86_64.vagrant-libvirt.box || true
retries=0
until [ $retries -ge 5 ]
# only available for ansible >= 2.5
ANSIBLE_STDOUT_CALLBACK = yaml
# Set the vagrant box image to use
- CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
deps= -r{toxinidir}/tests/requirements.txt
changedir= {toxinidir}/tests/functional/cephadm
ANSIBLE_STDOUT_CALLBACK = yaml
# non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-container.yml.sample
ANSIBLE_STDOUT_CALLBACK = yaml
# non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
# Set the ansible inventory host file to be used according to which distrib we are running on
INVENTORY = {env:_INVENTORY:hosts}
# only available for ansible >= 2.5
ANSIBLE_STDOUT_CALLBACK = yaml
# Set the vagrant box image to use
- CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
# Set the ansible inventory host file to be used according to which distrib we are running on
INVENTORY = {env:_INVENTORY:hosts}
ANSIBLE_STDOUT_CALLBACK = yaml
non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-container.yml.sample
ANSIBLE_STDOUT_CALLBACK = yaml
# non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
ANSIBLE_STDOUT_CALLBACK = yaml
# non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
ANSIBLE_STDOUT_CALLBACK = yaml
non_container: DEV_SETUP = True
# Set the vagrant box image to use
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-container.yml.sample