File tree 10 files changed +17
-17
lines changed
10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cluster_subnet: 192.168.31
23
23
# set 1024 for CentOS
24
24
memory : 2048
25
25
26
- vagrant_box : centos/8
26
+ vagrant_box : centos/stream8
27
27
# The sync directory changes based on vagrant box
28
28
# Set to /home/vagrant/sync for Centos/7, /home/{ user }/vagrant for openstack and defaults to /vagrant
29
29
# vagrant_sync_dir: /home/vagrant/sync
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- vagrant box remove --force --provider libvirt --box-version 0 centos/8 || true
4
- 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
3
+ vagrant box remove --force --provider libvirt --box-version 0 centos/stream8 || true
4
+ 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
5
5
6
6
retries=0
7
7
until [ $retries -ge 5 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ setenv=
21
21
# only available for ansible >= 2.5
22
22
ANSIBLE_STDOUT_CALLBACK = yaml
23
23
# Set the vagrant box image to use
24
- CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
+ CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
deps = -r{toxinidir}/tests/requirements.txt
27
27
changedir = {toxinidir}/tests/functional/cephadm
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ setenv=
20
20
ANSIBLE_STDOUT_CALLBACK = yaml
21
21
# non_container: DEV_SETUP = True
22
22
# Set the vagrant box image to use
23
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
23
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
24
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
container: CONTAINER_DIR = /container
27
27
container: PLAYBOOK = site-container.yml.sample
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ setenv=
20
20
ANSIBLE_STDOUT_CALLBACK = yaml
21
21
# non_container: DEV_SETUP = True
22
22
# Set the vagrant box image to use
23
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
23
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
24
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
# Set the ansible inventory host file to be used according to which distrib we are running on
27
27
INVENTORY = {env:_INVENTORY:hosts}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ setenv=
21
21
# only available for ansible >= 2.5
22
22
ANSIBLE_STDOUT_CALLBACK = yaml
23
23
# Set the vagrant box image to use
24
- CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
+ CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
# Set the ansible inventory host file to be used according to which distrib we are running on
27
27
INVENTORY = {env:_INVENTORY:hosts}
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ setenv=
61
61
ANSIBLE_STDOUT_CALLBACK = yaml
62
62
non_container: DEV_SETUP = True
63
63
# Set the vagrant box image to use
64
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
65
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
64
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
65
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
66
66
INVENTORY = {env:_INVENTORY:hosts}
67
67
container: CONTAINER_DIR = /container
68
68
container: PLAYBOOK = site-container.yml.sample
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ setenv=
20
20
ANSIBLE_STDOUT_CALLBACK = yaml
21
21
# non_container: DEV_SETUP = True
22
22
# Set the vagrant box image to use
23
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
23
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
24
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
INVENTORY = {env:_INVENTORY:hosts}
27
27
container: CONTAINER_DIR = /container
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ setenv=
20
20
ANSIBLE_STDOUT_CALLBACK = yaml
21
21
# non_container: DEV_SETUP = True
22
22
# Set the vagrant box image to use
23
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
24
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
23
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
24
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
25
25
26
26
INVENTORY = {env:_INVENTORY:hosts}
27
27
container: CONTAINER_DIR = /container
Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ setenv=
277
277
ANSIBLE_STDOUT_CALLBACK = yaml
278
278
non_container: DEV_SETUP = True
279
279
# Set the vagrant box image to use
280
- centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
281
- centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
280
+ centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
281
+ centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
282
282
INVENTORY = {env:_INVENTORY:hosts}
283
283
container: CONTAINER_DIR = /container
284
284
container: PLAYBOOK = site-container.yml.sample
You can’t perform that action at this time.
0 commit comments