]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
vagrant: update centos image to 8.2
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 16 Jun 2020 19:31:08 +0000 (15:31 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 3 Jul 2020 04:37:58 +0000 (06:37 +0200)
CentOS 8.2 (2004) has been relesed so we should switch to this image
when using vagrant.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 72293b6614c0fd83fe317001f0990098cef6efc0)

tests/scripts/vagrant_up.sh

index f4975021b8a90560fe081db66e3b854f8f412554..6005fb6b2c67edfccd0dde1c70ced008ff81a1d1 100644 (file)
@@ -1,7 +1,7 @@
 #!/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.1.1911-20200113.3.x86_64.vagrant-libvirt.box || 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
 
 retries=0
 until [ $retries -ge 5 ]