]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: use upstream leap15 box
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 9 Sep 2019 12:48:21 +0000 (14:48 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 9 Sep 2019 12:54:11 +0000 (14:54 +0200)
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

index 02ec843e6253abe2fbd674f934703f4f6a9aeda8..6676171f0252f01a4036fbb1f7aeb7fd67d25015 100644 (file)
@@ -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|