diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2022-03-04 14:11:16 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2022-03-04 14:11:16 +0100 |
commit | 4101474c2f11522e7c91b047e033cad6887aad14 (patch) | |
tree | e480eb1a7d7c504d27178d3598af8dec06b84c58 /distro | |
parent | Merge !1266: Coverity Scan false positives clarifications (diff) | |
download | knot-resolver-4101474c2f11522e7c91b047e033cad6887aad14.tar.xz knot-resolver-4101474c2f11522e7c91b047e033cad6887aad14.zip |
distro/tests: use rocky8 instead of centos8
Diffstat (limited to 'distro')
-rw-r--r-- | distro/tests/rocky8/Vagrantfile (renamed from distro/tests/centos8/Vagrantfile) | 4 | ||||
l--------- | distro/tests/rocky8/ansible.cfg (renamed from distro/tests/centos8/ansible.cfg) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distro/tests/centos8/Vagrantfile b/distro/tests/rocky8/Vagrantfile index e5b8f01d..f82c194f 100644 --- a/distro/tests/centos8/Vagrantfile +++ b/distro/tests/rocky8/Vagrantfile @@ -5,10 +5,10 @@ Vagrant.configure(2) do |config| - config.vm.box = "centos/8" + config.vm.box = "generic/rocky8" config.vm.synced_folder ".", "/vagrant", disabled: true - config.vm.define "centos8_knot-resolver" do |machine| + config.vm.define "rocky8_knot-resolver" do |machine| machine.vm.provision "ansible" do |ansible| ansible.playbook = "../knot-resolver-pkgtest.yaml" ansible.extra_vars = { diff --git a/distro/tests/centos8/ansible.cfg b/distro/tests/rocky8/ansible.cfg index f80698e8..f80698e8 120000 --- a/distro/tests/centos8/ansible.cfg +++ b/distro/tests/rocky8/ansible.cfg |