Skip to content
Snippets Groups Projects
Verified Commit 3a7850d1 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/tests: add openSUSE VM

parent a2238397
No related branches found
No related tags found
1 merge request!898packaging: improvements and openSUSE Tumbleweed/Leap 15 support
# -*- mode: ruby -*-
# vi: set ft=ruby :
#
Vagrant.configure(2) do |config|
config.vm.box = "opensuse/openSUSE-Tumbleweed-x86_64"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "tumbleweed_knot-dns" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-dns-test.yaml"
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment