Skip to content

Commit

Permalink
tests: pull images from cloud.centos.org
Browse files Browse the repository at this point in the history
temporary work around vagrant cloud issue which seems broken at the time
of pushing this commit.
Let's pull images from cloud.centos.org for now since vagrant cloud
hosted images return a 403 error.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 9efca34)
  • Loading branch information
guits committed May 25, 2021
1 parent e0bcd59 commit 11f953a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/vagrant_up.sh
@@ -1,5 +1,8 @@
#!/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.3.2011-20201204.2.x86_64.vagrant-libvirt.box || true

retries=0
until [ $retries -ge 5 ]
do
Expand Down

0 comments on commit 11f953a

Please sign in to comment.