From: Tomas Krizek Date: Mon, 9 Sep 2019 12:48:21 +0000 (+0200) Subject: distro/tests: use upstream leap15 box X-Git-Tag: v4.2.1~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e044eac86ebf3b8fb7df997f08906e177423fd56;p=thirdparty%2Fknot-resolver.git distro/tests: use upstream leap15 box Leap15 box was (allegedly temporarily) removed from vagrantcloud. This is official upstream box generated by openSUSE that should be the same as the one that used to be available on vagrantcloud. --- diff --git a/distro/tests/leap15/Vagrantfile b/distro/tests/leap15/Vagrantfile index 02ec843e6..6676171f0 100644 --- a/distro/tests/leap15/Vagrantfile +++ b/distro/tests/leap15/Vagrantfile @@ -4,7 +4,9 @@ Vagrant.configure(2) do |config| - config.vm.box = "opensuse/openSUSE-15.0-x86_64" + config.vm.box = "openSUSE-Leap-15.1-Vagrant.x86_64" + config.vm.box_url = "https://download.opensuse.org/repositories/Virtualization:/Appliances:/Images:/openSUSE-Leap-15.1/images/boxes/openSUSE-Leap-15.1-Vagrant.x86_64.json" + config.vm.synced_folder ".", "/vagrant", disabled: true config.vm.define "leap15_knot-resolver" do |machine|