]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
vagrant-box atomic-host -> stream9
authorTeoman ONAY <tonay@ibm.com>
Tue, 16 Jul 2024 12:54:37 +0000 (14:54 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 5 Aug 2024 09:09:44 +0000 (11:09 +0200)
Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit f1b67bd4d94f3e40c01bd1fdac5b7dd96f06a020)

70 files changed:
roles/ceph-container-engine/vars/CentOS-9.yml [new symlink]
roles/ceph-facts/tasks/container_binary.yml
site-container.yml.sample
tests/functional/add-mdss/container/vagrant_variables.yml
tests/functional/add-mdss/vagrant_variables.yml
tests/functional/add-mgrs/container/vagrant_variables.yml
tests/functional/add-mgrs/vagrant_variables.yml
tests/functional/add-mons/container/vagrant_variables.yml
tests/functional/add-mons/vagrant_variables.yml
tests/functional/add-osds/container/vagrant_variables.yml
tests/functional/add-osds/vagrant_variables.yml
tests/functional/add-rbdmirrors/container/vagrant_variables.yml
tests/functional/add-rbdmirrors/vagrant_variables.yml
tests/functional/add-rgws/container/vagrant_variables.yml
tests/functional/add-rgws/vagrant_variables.yml
tests/functional/all-in-one/container/vagrant_variables.yml
tests/functional/all-in-one/vagrant_variables.yml
tests/functional/all_daemons/container/vagrant_variables.yml
tests/functional/all_daemons/vagrant_variables.yml
tests/functional/all_daemons_ipv6/container/vagrant_variables.yml
tests/functional/all_daemons_ipv6/vagrant_variables.yml
tests/functional/cephadm/vagrant_variables.yml
tests/functional/collocation/container/vagrant_variables.yml
tests/functional/collocation/vagrant_variables.yml
tests/functional/docker2podman/vagrant_variables.yml
tests/functional/external_clients/container/vagrant_variables.yml
tests/functional/external_clients/vagrant_variables.yml
tests/functional/filestore-to-bluestore/container/vagrant_variables.yml
tests/functional/filestore-to-bluestore/vagrant_variables.yml
tests/functional/infra_lv_create/vagrant_variables.yml
tests/functional/lvm-auto-discovery/container/vagrant_variables.yml
tests/functional/lvm-auto-discovery/vagrant_variables.yml
tests/functional/lvm-batch/container/vagrant_variables.yml
tests/functional/lvm-batch/vagrant_variables.yml
tests/functional/lvm-osds/container/vagrant_variables.yml
tests/functional/lvm-osds/vagrant_variables.yml
tests/functional/migrate_ceph_disk_to_ceph_volume/vagrant_variables.yml
tests/functional/ooo-collocation/vagrant_variables.yml
tests/functional/podman/vagrant_variables.yml
tests/functional/rbdmirror/container/secondary/vagrant_variables.yml
tests/functional/rbdmirror/container/vagrant_variables.yml
tests/functional/rbdmirror/secondary/vagrant_variables.yml
tests/functional/rbdmirror/vagrant_variables.yml
tests/functional/rgw-multisite/container/secondary/vagrant_variables.yml
tests/functional/rgw-multisite/container/vagrant_variables.yml
tests/functional/rgw-multisite/secondary/vagrant_variables.yml
tests/functional/rgw-multisite/vagrant_variables.yml
tests/functional/shrink_mds/container/vagrant_variables.yml
tests/functional/shrink_mds/vagrant_variables.yml
tests/functional/shrink_mgr/container/vagrant_variables.yml
tests/functional/shrink_mgr/vagrant_variables.yml
tests/functional/shrink_mon/container/vagrant_variables.yml
tests/functional/shrink_mon/vagrant_variables.yml
tests/functional/shrink_osd/container/vagrant_variables.yml
tests/functional/shrink_osd/vagrant_variables.yml
tests/functional/shrink_rbdmirror/container/vagrant_variables.yml
tests/functional/shrink_rbdmirror/vagrant_variables.yml
tests/functional/shrink_rgw/container/vagrant_variables.yml
tests/functional/shrink_rgw/vagrant_variables.yml
tests/functional/subset_update/container/vagrant_variables.yml
tests/functional/subset_update/vagrant_variables.yml
tox-cephadm.ini
tox-external_clients.ini
tox-filestore_to_bluestore.ini
tox-podman.ini
tox-rbdmirror.ini
tox-shrink_osd.ini
tox-subset_update.ini
tox-update.ini
tox.ini

diff --git a/roles/ceph-container-engine/vars/CentOS-9.yml b/roles/ceph-container-engine/vars/CentOS-9.yml
new file mode 120000 (symlink)
index 0000000..d49e1cd
--- /dev/null
@@ -0,0 +1 @@
+RedHat-8.yml
\ No newline at end of file
index 0054f7848ce38ae13ae260e184981431e16789ca..33a8f52d8911ac4e5459f28f6eb008b5e941e8ee 100644 (file)
@@ -6,5 +6,5 @@
 
 - name: set_fact container_binary
   set_fact:
-    container_binary: "{{ 'podman' if (podman_binary.stat.exists and ansible_facts['distribution'] == 'Fedora') or (ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '8') else 'docker' }}"
+    container_binary: "{{ 'podman' if (podman_binary.stat.exists and ansible_facts['distribution'] == 'Fedora') or (ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] in ['8', '9']) else 'docker' }}"
   when: not docker2podman | default(false) | bool
\ No newline at end of file
index c6b27a1862bc604cd521290bc242f2ea14cb144e..bef4dae303293741bd20b2f0d57cd39aa7a93583 100644 (file)
 
     - name: set_fact container_binary
       set_fact:
-        container_binary: "{{ 'podman' if (podman_binary.stat.exists and ansible_facts['distribution'] == 'Fedora') or (ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '8') else 'docker' }}"
+        container_binary: "{{ 'podman' if (podman_binary.stat.exists and ansible_facts['distribution'] == 'Fedora') or (ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] in ['8', '9']) else 'docker' }}"
 
     - name: get ceph status from the first monitor
       command: >
index a3d6f91936103d57db4db8f561b4fbdde2f66cdf..cc3625db18b8fe2f4ea53ea929d2d6828219a287 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 76cf45e0d320942506cc2d8a71f828c2a229ad18..d9cae84c94de8c487430c16e7f0d14780fdbd7c9 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 13fefabc324fdfa76e45fe95732896f34e219550..318b30d2146fda7ff5ed184a63369b511ea802ee 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index f918a063cde3bf2ce9b72e0917f9a7e1965cd7ac..5c1b16b152f627f655c566bdb4f829e0131ccc5f 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 099a4080ee01841aa02b214a7e91b52dc99b0fb0..e4b8b15f08bba0815fa45857e374330b1cafdb60 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index ce43e35d1b1717d539135d603cb3f20207bd03e5..73f4e17540c950ba40b417b994527513e2db1a18 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 443babdc533440ee7260ee0f2cf1aa9044900f53..2bdc049ed84e86d06bbb6e0d3db7b0f1af666783 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index f6d232fce4b350ef6b05e04a059484a1c7fbf715..d7398ee9255bd279a849bec845507184a403aad8 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 311d03763f4fca31a94beec5b211c9137f7bfd1a..45351a0f29f9244ebd5004608ef116ca4f0ca777 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 88f3d3bfa14d6b8b60713ef944181229c3078552..5ce57c116fb8dd035b261704b9b80f7cd547cc63 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 01b75ea07109963d301bf09b106ced6fde3901a2..d1820ae4f579dc2a64157adaabba1b618160c1ad 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 50e8f4460653cee2a13540616d0320acbbc6c32c..1b0440206c54527491f4f8fc7850c0967d5ce492 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 7f48c415f47452056204c6a9f90f0e608232b96f..f4772dc1a557d598fb76c9bf6c6a820d84330674 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index c773ffac91658db61d72f447dbeb5610b5de6418..7d1fe9fda3f2c002ba6b01855edec211fc63e22e 100644 (file)
@@ -39,8 +39,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/stream8
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 57331ef78f45d802a775064bb3a8d0cc48b71f83..4c8c80164821e8311be83183254988d771a02163 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 2bbf3b66d360374fed6b7d7c7c96fccc5e40e962..9d6ee889a814b77e5139737d36d42df664fe9313 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 46045eab3436e5dada6eeec4d5839b6e2fb107d4..3ea9df8247d05c686917e135b9e21c1d025c074b 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index a8e0085fd2dbd057c764c1b23f432e9d1ef9210d..1ab1ab99c71ef1aac33b5b7adc398d4bd5f2190c 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index d3d23246482423aae2069d5de80cd687d932d796..791a8e3c74814a83e55a1c6a42f7c4d4a3e03c6f 100644 (file)
@@ -23,7 +23,7 @@ cluster_subnet: 192.168.31
 # set 1024 for CentOS
 memory: 2048
 
-vagrant_box: centos/stream8
+vagrant_box: centos/stream9
 # 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
index fa3af879d43f97bd4daf1e337c70f4a1fbe82a6f..1a8d592bec5932813592f1486b990fc93a7b4eef 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index bde0433268c1b74f7b74816ae7ca8f5cfd0a2b0d..10aa54d25d720413ca4466bc9e5298933a09c227 100644 (file)
@@ -39,8 +39,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/stream8
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index b53fa2c8f2e536d7cb28bae1068a0106242cbf8e..e00a8682d631646f2ac07a7f64042871cafc38ee 100644 (file)
@@ -23,7 +23,7 @@ cluster_subnet: 192.168.59
 # set 1024 for CentOS
 memory: 2048
 
-vagrant_box: centos/stream8
+vagrant_box: centos/stream9
 # 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
index 75da987078fee401060bf7d03928f93eb7304023..029f5fba5ecd9608ced2773da5e2c5e86ea3a656 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index f5e2c53af8b9fc1d8307a0fadc0bbec0b3fff16d..d83ce7d76fa892bea0a271c6285d6021d4f763bb 100644 (file)
@@ -39,8 +39,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/stream8
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index bebd61780e63adffd5ff854821457551603d3b8d..af02ac0e6d93d5aa39a38c7c31a591ea701d895b 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 98e36ffffd738d1a507715a8bbe6e04a0f0e41df..099ff9525f23f3536cb46c8b6f2f0c0156ceeff8 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 317f215dea8f7af7c532e257730e2d1ecf8f434d..4fe6ceae7c03cb9486680ab892add6518e747c58 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index fe2e314bc54217a11c01908a49c15150dd3ee8f2..db70b4dac4e018d5b8306f8eebdecd6e26184476 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 0a0a86b9dbe29c3a6471f31df8b86368a678f58c..f39e6dc50e49b4654e0cea5e4dc69586f31fe656 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 568acea0ea651c45a0dd61eeda2c30e61a5ed45c..4715f51222ea5f59ddfc12642ce1ee3c607403b7 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 9f11ca4b6df42a20b7a4007204d23d5cebf6c5ec..17b92dcc890620ee6ab08cd25cc2ff645e21a1ad 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index a0c4d60bfa627fd0395da0b8fef839844c6954bd..fc9d4039ed9dfa4e33679f8ea1760e8ada74ce87 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 3c3360d328ea8f77bfb391b59688ee6a2b9a1318..d05b3d2282be2cae8a94e45244f6fcd6e5ac4514 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index dba68f14d243975e488dcbf450a60ab48e3f88eb..2705c72e74c71e67fbd1b63aac8ddd45b4bccdb6 100644 (file)
@@ -52,7 +52,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index c9f246ef431438da0758ddedc4eecadef975d581..ffcdf77718f03804dc174fde055b3e44a06f46bb 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
-# client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+# client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index fc6b42c03b4c7a989a1a3c2076185a8a4fcc4414..d26c3237cff335f02687f91703bd5381d9837190 100644 (file)
@@ -23,7 +23,7 @@ cluster_subnet: 192.168.31
 # set 1024 for CentOS
 memory: 2048
 
-vagrant_box: centos/atomic-host
+vagrant_box: centos/stream9
 # 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
index 36687acd7206e747f918de05f5760e4f0fd6bb8d..fb9909d08083313e510077ee92544cfb8945b925 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 4528b3629a7d3b655648ffef6f16458228743d5b..3ba7bbcd4697b64ff823711ece70e7292833d5c6 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 64e5ecbc805d57bf438e8c82f95675c0fac11fa2..d0336d9eb17f83391eb31a6bb3eb996a6c36e6dc 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index ec7b83dc68a99cb101befbf25ede745c148037a4..d45214767db6e8937255436e427e16afe6c7aa3c 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index d6d710b9e9dd800945c44cb67d5066329a3fb57e..b2875197ab814edb94da44a289cbe59444174883 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index db65bd1ee668a8ecb856730aaff03be99c350bf4..01e4be318520dcff8449ed56ba7024b421e8e5f0 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/atomic-host
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index be19283159d1bb4409a4472bee0f1089ad0a1c10..7ebb5434ffd894f98ee5129f98316cbcca3bd9a8 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 09ade271daae8c7ab9f6723130eab2066ed67b3d..5d2a8ffc524c3734d48e6bb5fd39b2f3697afe0e 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 31f731a5abbe808a120c98d5f29495bd38eb5c2c..e2126f05cf00766dd67a7d023fab5394fe07a585 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index c1b8f35ee1b472ac1535778b447f09aeee4f22ab..45bf12eb594d47ec2d5e1895f2830426faa7379f 100644 (file)
@@ -48,7 +48,7 @@ disks: [ '/dev/sdb', '/dev/sdc' ]
 # 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/stream8
+vagrant_box: centos/stream9
 # 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
index a36398cd533b6fd7ce385cf05ebb5ed9a7d8fd6c..98e058971816c18b4de561e5e7831878eb96dab0 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 09866acced028dd9a3e17417e372645c5a6b2a6d..ccc7d0b6adbb3cf45cb33c1a8968610e0da0340b 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index ae9dd468d7f741a46a45cd8a5663746c40486e0b..8f78a6f8240d331da8da0ce2334d91a4965638cb 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index b7341e1904cc1cdff81b57f6d78103c06888c657..1735106e81e3b1bfd70596b967fdebc78f6ff653 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index d3e3527e07bc4e1a9eb887785f8c1dba994d1df9..2bd91c28f02d663e20e3c5409c22af7842cc1714 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index cc35d3d3f7631ed1f6cb2504a4f6b9d9755db69c..f9773dc675c25ab265bf6e7503a986859c4eb63f 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 861fd39fd34b2593217e3267c4395438d10cfb19..8491669c80c6d9d08c12563c141810b823b2e973 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 7490626ccd8800160751d2427c93f345a538a21e..2df7f22759c8bbc2f4394a753b33b967a76207cc 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 05dcd3d4ee1be25489d215ca0ca59ad064cb5cdb..c1aca63e2d7ab3ff0caf723b571520974a026e53 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 5f50c2b59b5d46f06a487862879aee8a5b99c9c9..746b7cfc832078feb038f1f4399d85ddf22f8145 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 24f64fa23c4d0de0352c62790adb88bc7d4bce07..f344196980418e2cfa20a34f03c29451f529229e 100644 (file)
@@ -43,8 +43,8 @@ disks: "[ '/dev/sda', '/dev/sdb' ]"
 # 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/atomic-host
-#client_vagrant_box: centos/stream8
+vagrant_box: centos/stream9
+#client_vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index d1e2cff60855359f64ffe3f20fbcf639f162a9c6..1b7e2a7afd362fe78b9ddcc915c57fddf8c4b5c0 100644 (file)
@@ -51,7 +51,7 @@ disks: "[ '/dev/sdb', '/dev/sdc' ]"
 # 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/stream8
+vagrant_box: centos/stream9
 #ssh_private_key_path: "~/.ssh/id_rsa"
 # 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
index 5714eb9081c26df5e41b3302cc1a4860fb6ba68a..a1794594afa9e5686e09065ef8e8b9e876243e96 100644 (file)
@@ -22,7 +22,7 @@ setenv=
   # only available for ansible >= 2.5
   ANSIBLE_STDOUT_CALLBACK = yaml
   # Set the vagrant box image to use
-  CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
 deps= -r{toxinidir}/tests/requirements.txt
 changedir= {toxinidir}/tests/functional/cephadm
index 95958cee5656aa3683769ee6a0593ef9edb6c702..1160ebd002d14c53e284e52dc42a5d3457e7592a 100644 (file)
@@ -21,8 +21,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample
index ef5ec2ea71980f0d41b1b4945e60ec2a55e43582..b60f5eaa281c33d384e0eaffcc524dbd9290d9f7 100644 (file)
@@ -21,8 +21,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   # Set the ansible inventory host file to be used according to which distrib we are running on
   INVENTORY = {env:_INVENTORY:hosts}
index ca776bbd5d7fd97fedb87de2ad2608c608b30dcf..79d4ed45e76c015753ae24cb2f4ad62a368d91b3 100644 (file)
@@ -22,7 +22,7 @@ setenv=
   # only available for ansible >= 2.5
   ANSIBLE_STDOUT_CALLBACK = yaml
   # Set the vagrant box image to use
-  CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   # Set the ansible inventory host file to be used according to which distrib we are running on
   INVENTORY = {env:_INVENTORY:hosts}
index d31b8b3ed6004c900ff1aa96047d17a15889067d..ede53ade5fbb56eb1e7a1eeaa0867d7b366c9cee 100644 (file)
@@ -21,8 +21,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
index 3356a21d1a8fa58097d992d7338e6db74d787226..3c39089186a97bba38162e667eb7a14def870a64 100644 (file)
@@ -62,8 +62,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample
index d5c505e6d7939cd6ffcadb94294ecfbe798c474c..cc2f1c3bc430505abd348d3467f31b4d3b44768a 100644 (file)
@@ -21,8 +21,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
index aea0b50cd5316be828be61129452bbac3eed510d..d7cebdce7069bb745467911e0dfefdcd81b83d6d 100644 (file)
@@ -22,8 +22,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
 
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
diff --git a/tox.ini b/tox.ini
index bac66cc5c4e0d26bedfc2998adc8200b94abf401..8a5c24e2115242c44fa52390d0d17ce75b5c53c8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -279,8 +279,8 @@ 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/stream8
-  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream8
+  centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
+  centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/stream9
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample