mirror of https://github.com/ceph/ceph-ansible.git
tests/vagrant: update box version to CentOS 8.3
This updates the CentOS libvirt box version to 8.3 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/6111/head
parent
a2cbab16a4
commit
801e7a29cf
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
vagrant box remove --provider libvirt --box-version 1905.1 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.2.2004-20200611.2.x86_64.vagrant-libvirt.box || true
|
||||
vagrant box remove --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.3.2011-20201204.2.x86_64.vagrant-libvirt.box || true
|
||||
|
||||
retries=0
|
||||
until [ $retries -ge 5 ]
|
||||
|
|
Loading…
Reference in New Issue