From e044eac86ebf3b8fb7df997f08906e177423fd56 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 9 Sep 2019 14:48:21 +0200 Subject: [PATCH] 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. --- distro/tests/leap15/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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| -- 2.47.2