diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae5a65bec07dac635fd623c058b8b656db458b55..13ccc44f7c37f9a1164af5edf05efbc5af734a0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
   TEST_ID: "$CI_PIPELINE_ID-$CI_BUILD_ID"
   CI_TEST_VARS: "./tests/files/${CI_JOB_NAME}.yml"
   CI_TEST_REGISTRY_MIRROR: "./tests/common/_docker_hub_registry_mirror.yml"
+  CI_TEST_SETTING: "./tests/common/_kubespray_test_settings.yml"
   GS_ACCESS_KEY_ID: $GS_KEY
   GS_SECRET_ACCESS_KEY: $GS_SECRET
   CONTAINER_ENGINE: docker
diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml
index 2f9c46def797e7f1c80f8d2e6894f126c8d714e4..9dc7b5713fc9f33aa27454afad827711bdfe7889 100644
--- a/.gitlab-ci/packet.yml
+++ b/.gitlab-ci/packet.yml
@@ -58,7 +58,6 @@ packet_centos7-flannel-addons-ha:
   extends: .packet_pr
   stage: deploy-part2
   when: on_success
-  allow_failure: true
 
 packet_centos8-crio:
   extends: .packet_pr
@@ -150,6 +149,11 @@ packet_fedora34-docker-weave:
   extends: .packet_pr
   when: on_success
 
+packet_fedora35-kube-router:
+  stage: deploy-part2
+  extends: .packet_pr
+  when: on_success
+
 packet_opensuse-canal:
   stage: deploy-part2
   extends: .packet_periodic
diff --git a/.gitlab-ci/vagrant.yml b/.gitlab-ci/vagrant.yml
index 92cf7b7db8cdc0fa2b1d0337543f1a4605d7cf20..b6cf2df1a63db708e21d43f90f5070da88c88076 100644
--- a/.gitlab-ci/vagrant.yml
+++ b/.gitlab-ci/vagrant.yml
@@ -39,6 +39,7 @@ molecule_tests:
     - ./tests/scripts/testcases_run.sh
   after_script:
     - chronic ./tests/scripts/testcases_cleanup.sh
+  allow_failure: true
 
 vagrant_ubuntu18-calico-dual-stack:
   stage: deploy-part2
diff --git a/README.md b/README.md
index 91557541c9c010d3e3c2993923f9f56518d928e7..eff6a8fe563fdb3322d5f51dbf9707bc6d49609a 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ vagrant up
 - **Debian** Bullseye, Buster, Jessie, Stretch
 - **Ubuntu** 16.04, 18.04, 20.04
 - **CentOS/RHEL** 7, [8](docs/centos8.md)
-- **Fedora** 33, 34
+- **Fedora** 33, 34, 35
 - **Fedora CoreOS** (see [fcos Note](docs/fcos.md))
 - **openSUSE** Leap 15.x/Tumbleweed
 - **Oracle Linux** 7, [8](docs/centos8.md)
diff --git a/Vagrantfile b/Vagrantfile
index 0d9e471ed3392c8c039edd03810fb52320d35106..51243540dbce5a2728d88de04a24305b1fa99fb0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -28,6 +28,7 @@ SUPPORTED_OS = {
   "centos8-bento"       => {box: "bento/centos-8",             user: "vagrant"},
   "fedora33"            => {box: "fedora/33-cloud-base",       user: "vagrant"},
   "fedora34"            => {box: "fedora/34-cloud-base",       user: "vagrant"},
+  "fedora35"            => {box: "fedora/35-cloud-base",       user: "vagrant"},
   "opensuse"            => {box: "bento/opensuse-leap-15.2",   user: "vagrant"},
   "opensuse-tumbleweed" => {box: "opensuse/Tumbleweed.x86_64", user: "vagrant"},
   "oraclelinux"         => {box: "generic/oracle7",            user: "vagrant"},
diff --git a/docs/ci.md b/docs/ci.md
index cfaf24fa715b7857f7c0d9ca88d34ca2ea0385a3..46309339fd8d86274cb93293126a1ced4a9d1fb7 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -14,6 +14,7 @@ debian11 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
 fedora33 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora34 |  :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: |
+fedora35 |  :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
 opensuse |  :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 oracle7 |  :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 ubuntu16 |  :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: |
@@ -32,6 +33,7 @@ debian11 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora33 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora34 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
+fedora35 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 opensuse |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 oracle7 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 ubuntu16 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
@@ -50,6 +52,7 @@ debian11 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora33 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora34 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
+fedora35 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 opensuse |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 oracle7 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 ubuntu16 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
diff --git a/roles/kubernetes/node/vars/fedora-34.yml b/roles/kubernetes/node/vars/fedora-34.yml
deleted file mode 100644
index 59bc55dda1a59c16b2b22f1d409ab6e2d658be16..0000000000000000000000000000000000000000
--- a/roles/kubernetes/node/vars/fedora-34.yml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-kube_resolv_conf: "/run/systemd/resolve/resolv.conf"
diff --git a/roles/kubernetes/node/vars/fedora-33.yml b/roles/kubernetes/node/vars/fedora.yml
similarity index 100%
rename from roles/kubernetes/node/vars/fedora-33.yml
rename to roles/kubernetes/node/vars/fedora.yml
diff --git a/roles/kubernetes/preinstall/tasks/0010-swapoff.yml b/roles/kubernetes/preinstall/tasks/0010-swapoff.yml
index 74789319ead768eca043b1dbc97bf8490c3dcc3d..3efc99b8c1139dd5ca73c201721f56a8bcfe92b8 100644
--- a/roles/kubernetes/preinstall/tasks/0010-swapoff.yml
+++ b/roles/kubernetes/preinstall/tasks/0010-swapoff.yml
@@ -17,3 +17,7 @@
   command: /sbin/swapoff -a
   when: swapon.stdout
   ignore_errors: "{{ ansible_check_mode }}"  # noqa ignore-errors
+
+- name: Disable swapOnZram for Fedora
+  command: touch /etc/systemd/zram-generator.conf
+  when: swapon.stdout and ansible_distribution in ['Fedora']
diff --git a/test-infra/image-builder/roles/kubevirt-images/defaults/main.yml b/test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
index f57748ba8cb8fda9d875f5b381aa00f9da4fd056..47ab90756664414804fcd7e5e7de50cd1a5b8bf0 100644
--- a/test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
+++ b/test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
@@ -41,6 +41,13 @@ images:
     converted: true
     tag: "latest"
 
+  fedora-35:
+    filename: Fedora-Cloud-Base-35-1.2.x86_64.qcow2
+    url: https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/x86_64/images/Fedora-Cloud-Base-35-1.2.x86_64.qcow2
+    checksum: sha256:fe84502779b3477284a8d4c86731f642ca10dd3984d2b5eccdf82630a9ca2de6
+    converted: true
+    tag: "latest"
+
   fedora-coreos:
     filename: fedora-coreos-32.20200601.3.0-openstack.x86_64.qcow2.xz
     url: https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/32.20200601.3.0/x86_64/fedora-coreos-32.20200601.3.0-openstack.x86_64.qcow2.xz
diff --git a/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml b/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
index 58c34ab0d84ce9d783f637ac5afbb29e380ba427..81be3b313d995b56eeb49b9d55132941e7d578e8 100644
--- a/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
+++ b/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
@@ -26,6 +26,7 @@ cloud_init:
   debian-11: "I2Nsb3VkLWNvbmZpZwp1c2VyczoKIC0gbmFtZToga3ViZXNwcmF5CiAgIHN1ZG86IEFMTD0oQUxMKSBOT1BBU1NXRDpBTEwKICAgc2hlbGw6IC9iaW4vYmFzaAogICBob21lOiAvaG9tZS91YnVudHUKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1"
   fedora-33: "I2Nsb3VkLWNvbmZpZwp1c2VyczoKIC0gbmFtZToga3ViZXNwcmF5CiAgIHN1ZG86IEFMTD0oQUxMKSBOT1BBU1NXRDpBTEwKICAgc2hlbGw6IC9iaW4vYmFzaAogICBob21lOiAvaG9tZS91YnVudHUKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1"
   fedora-34: "I2Nsb3VkLWNvbmZpZwp1c2VyczoKIC0gbmFtZToga3ViZXNwcmF5CiAgIHN1ZG86IEFMTD0oQUxMKSBOT1BBU1NXRDpBTEwKICAgc2hlbGw6IC9iaW4vYmFzaAogICBob21lOiAvaG9tZS91YnVudHUKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1"
+  fedora-35: "I2Nsb3VkLWNvbmZpZwp1c2VyczoKIC0gbmFtZToga3ViZXNwcmF5CiAgIHN1ZG86IEFMTD0oQUxMKSBOT1BBU1NXRDpBTEwKICAgc2hlbGw6IC9iaW4vYmFzaAogICBob21lOiAvaG9tZS91YnVudHUKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1"
   opensuse-leap-15: "I2Nsb3VkLWNvbmZpZwpzeXN0ZW1faW5mbzoKICBkaXN0cm86IHJoZWwKdXNlcnM6CiAtIG5hbWU6IGt1YmVzcHJheQogICBncm91cHM6IHdoZWVsCiAgIHN1ZG86ICdBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMJwogICBzaGVsbDogL2Jpbi9iYXNoCiAgIGxvY2tfcGFzc3dkOiBGYWxzZQogICBob21lOiAvaG9tZS9rdWJlc3ByYXkKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1Cgo="
   rhel-server-7: "I2Nsb3VkLWNvbmZpZwpzeXN0ZW1faW5mbzoKICBkaXN0cm86IHJoZWwKdXNlcnM6CiAtIG5hbWU6IGt1YmVzcHJheQogICBncm91cHM6IHdoZWVsCiAgIHN1ZG86ICdBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMJwogICBzaGVsbDogL2Jpbi9iYXNoCiAgIGxvY2tfcGFzc3dkOiBGYWxzZQogICBob21lOiAvaG9tZS9rdWJlc3ByYXkKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1Cgo="
   amazon-linux-2: "I2Nsb3VkLWNvbmZpZwpzeXN0ZW1faW5mbzoKICBkaXN0cm86IHJoZWwKdXNlcnM6CiAtIG5hbWU6IGt1YmVzcHJheQogICBncm91cHM6IHdoZWVsCiAgIHN1ZG86ICdBTEw9KEFMTCkgTk9QQVNTV0Q6QUxMJwogICBzaGVsbDogL2Jpbi9iYXNoCiAgIGxvY2tfcGFzc3dkOiBGYWxzZQogICBob21lOiAvaG9tZS9rdWJlc3ByYXkKICAgc3NoX2F1dGhvcml6ZWRfa2V5czoKICAgICAtIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQ2FuVGkvZUt4MCt0SFlKQWVEaHErc0ZTMk9iVVAxL0k2OWY3aVYzVXRrS2xUMjBKZlcxZjZGZVh0LzA0VmYyN1dRcStOcXM2dkdCcUQ5UVhTWXVmK3QwL3M3RVBMalRlaTltZTFtcHFyK3VUZStLRHRUUDM5cGZEMy9lVkNhZUI3MjZHUDJGa2FEMEZ6cG1FYjY2TzNOcWh4T1E5Nkd4LzlYVHV3L0szbGxqNE9WRDZHcmpSM0I3YzRYdEVCc1pjWnBwTUovb0gxbUd5R1hkaDMxbVdRU3FBUk8vUDhVOEd3dDArSEdwVXdoL2hkeTN0K1NZb1RCMkd3VmIwem95Vnd0VnZmRFF6c204ZnEzYXY0S3ZlejhrWXVOREp2MDV4NGx2VVpnUjE1WkRSWHNBbmRoUXlxb1hkQ0xBZTArZWFLWHE5QmtXeEtGYjloUGUwQVVqamE1Cgo="
diff --git a/tests/common/_docker_hub_registry_mirror.yml b/tests/common/_docker_hub_registry_mirror.yml
index 6a5500eea89af638434e1a2d19113ee96a31ecbd..a8d4e0f10f4c4f587de0de7af4d47f21bbec2486 100644
--- a/tests/common/_docker_hub_registry_mirror.yml
+++ b/tests/common/_docker_hub_registry_mirror.yml
@@ -23,3 +23,7 @@ crio_registries_mirrors:
 
 netcheck_agent_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-agent"
 netcheck_server_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-server"
+
+# Kubespray settings for tests
+deploy_netchecker: true
+dns_min_replicas: 1
diff --git a/tests/common/_kubespray_test_settings.yml b/tests/common/_kubespray_test_settings.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4bf56618a43ce41bba5b940e168c2f81a76865bd
--- /dev/null
+++ b/tests/common/_kubespray_test_settings.yml
@@ -0,0 +1,4 @@
+---
+# Kubespray settings for tests
+deploy_netchecker: true
+dns_min_replicas: 1
diff --git a/tests/files/packet_amazon-linux-2-aio.yml b/tests/files/packet_amazon-linux-2-aio.yml
index 654eeef753b308eb4badcdca82c03d81c426a4a4..7b2c69bb8d3adf760997361c0a4afd6e1456f4ff 100644
--- a/tests/files/packet_amazon-linux-2-aio.yml
+++ b/tests/files/packet_amazon-linux-2-aio.yml
@@ -2,7 +2,3 @@
 # Instance settings
 cloud_image: amazon-linux-2
 mode: aio
-
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_centos7-calico-ha-once-localhost.yml b/tests/files/packet_centos7-calico-ha-once-localhost.yml
index 160a70d6be2118e6178c65f70ce65751f4f93dfb..77b09a369e074299f2af85138ed6537b6b782a01 100644
--- a/tests/files/packet_centos7-calico-ha-once-localhost.yml
+++ b/tests/files/packet_centos7-calico-ha-once-localhost.yml
@@ -4,16 +4,12 @@ cloud_image: centos-7
 mode: ha
 
 # Kubespray settings
-kube_network_plugin: calico
 download_localhost: true
 download_run_once: true
-deploy_netchecker: true
-dns_min_replicas: 1
 typha_enabled: true
 calico_backend: kdd
 typha_secure: true
 disable_ipv6_dns: true
-
 auto_renew_certificates: true
 
 # Docker settings
diff --git a/tests/files/packet_centos7-calico-ha.yml b/tests/files/packet_centos7-calico-ha.yml
index 7e9ba134638b50ad1f1a84ec885beaaacd57c3b6..7b5f3acdd62086b7bdf06691edf6cf96c4b71508 100644
--- a/tests/files/packet_centos7-calico-ha.yml
+++ b/tests/files/packet_centos7-calico-ha.yml
@@ -4,13 +4,9 @@ cloud_image: centos-7
 mode: ha
 
 # Kubespray settings
-kube_network_plugin: calico
 download_localhost: false
 download_run_once: true
-deploy_netchecker: true
-dns_min_replicas: 1
 typha_enabled: true
 calico_backend: kdd
 typha_secure: true
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_centos7-docker-weave-upgrade-ha.yml b/tests/files/packet_centos7-docker-weave-upgrade-ha.yml
index 6b5a0f3d6b29016b94fb6c8ee914a595a02a8a86..92d39306b040dab31bd1725e7e824a9f326353f4 100644
--- a/tests/files/packet_centos7-docker-weave-upgrade-ha.yml
+++ b/tests/files/packet_centos7-docker-weave-upgrade-ha.yml
@@ -5,9 +5,7 @@ mode: ha
 
 # Kubespray settings
 kube_network_plugin: weave
-deploy_netchecker: true
 kubernetes_audit: true
-dns_min_replicas: 1
 
 # Docker specific settings:
 container_manager: docker
diff --git a/tests/files/packet_centos7-flannel-addons-ha.yml b/tests/files/packet_centos7-flannel-addons-ha.yml
index 83707694a62c49039c8ee38594d17246ec7e9ad1..406114edad0ddce164c70bc7deaeabeb853d3b99 100644
--- a/tests/files/packet_centos7-flannel-addons-ha.yml
+++ b/tests/files/packet_centos7-flannel-addons-ha.yml
@@ -14,8 +14,6 @@ krew_enabled: true
 kubernetes_audit: true
 etcd_events_cluster_enabled: true
 local_volume_provisioner_enabled: true
-deploy_netchecker: true
-dns_min_replicas: 1
 kube_encrypt_secret_data: true
 ingress_nginx_enabled: true
 cert_manager_enabled: true
diff --git a/tests/files/packet_centos7-kube-router.yml b/tests/files/packet_centos7-kube-router.yml
index 2974c1efbd62a505e28a957a654948280ebafdd4..e9e4161afc1b43d34456353ddcdfb776854ae3a3 100644
--- a/tests/files/packet_centos7-kube-router.yml
+++ b/tests/files/packet_centos7-kube-router.yml
@@ -5,6 +5,4 @@ mode: default
 
 # Kubespray settings
 kube_network_plugin: kube-router
-deploy_netchecker: true
 enable_network_policy: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_centos7-multus-calico.yml b/tests/files/packet_centos7-multus-calico.yml
index 6c302e685c73a42fb9080542197e9f8248475e2e..350c101b7b65dcc52f17ff5a1143da3e69c28d49 100644
--- a/tests/files/packet_centos7-multus-calico.yml
+++ b/tests/files/packet_centos7-multus-calico.yml
@@ -5,6 +5,3 @@ mode: default
 
 # Kubespray settings
 kube_network_plugin_multus: true
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_centos8-calico-ha-ebpf.yml b/tests/files/packet_centos8-calico-ha-ebpf.yml
index d3713c2be0b02832ad08b911de3a965d8dc0fabd..d1eeec325a2c86bf471511b773392a87b2f8692a 100644
--- a/tests/files/packet_centos8-calico-ha-ebpf.yml
+++ b/tests/files/packet_centos8-calico-ha-ebpf.yml
@@ -5,11 +5,7 @@ mode: ha
 vm_memory: 3072Mi
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-
 calico_bpf_enabled: true
 loadbalancer_apiserver_localhost: true
 use_localhost_as_kubeapi_loadbalancer: true
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_centos8-calico-nodelocaldns-secondary.yml b/tests/files/packet_centos8-calico-nodelocaldns-secondary.yml
index 600ce6017ab381fffc4400ee7262e7d2c0e888a7..7d92f5a5998366498821da6032a5178a217796ca 100644
--- a/tests/files/packet_centos8-calico-nodelocaldns-secondary.yml
+++ b/tests/files/packet_centos8-calico-nodelocaldns-secondary.yml
@@ -5,9 +5,6 @@ mode: default
 vm_memory: 3072Mi
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
 enable_nodelocaldns_secondary: true
 loadbalancer_apiserver_type: haproxy
 
diff --git a/tests/files/packet_centos8-calico.yml b/tests/files/packet_centos8-calico.yml
index 80b2f9c8d987ea25556d135994d2bd5b385f23c7..a899d6e7eab636f2da6ac70a4b1084a73b3746a9 100644
--- a/tests/files/packet_centos8-calico.yml
+++ b/tests/files/packet_centos8-calico.yml
@@ -5,9 +5,6 @@ mode: default
 vm_memory: 3072Mi
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
 metrics_server_enabled: true
 dashboard_namespace: "kube-dashboard"
 dashboard_enabled: true
diff --git a/tests/files/packet_centos8-crio.yml b/tests/files/packet_centos8-crio.yml
index 49f364c9784bce9e9d77b301f13b1ee20d73ff4f..7f214b37f68871351e86205ab005f8f16a451aed 100644
--- a/tests/files/packet_centos8-crio.yml
+++ b/tests/files/packet_centos8-crio.yml
@@ -4,11 +4,8 @@ cloud_image: centos-8
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
 container_manager: crio
+auto_renew_certificates: true
 
 # required
 calico_iptables_backend: "Auto"
-
-auto_renew_certificates: true
diff --git a/tests/files/packet_centos8-docker.yml b/tests/files/packet_centos8-docker.yml
index e5cf0b87e64abbcee382c2679e1b5befdabb4a69..fb7e9ba499435b19ebeae477c31963911b6c401b 100644
--- a/tests/files/packet_centos8-docker.yml
+++ b/tests/files/packet_centos8-docker.yml
@@ -4,10 +4,6 @@ cloud_image: centos-8
 mode: default
 vm_memory: 3072Mi
 
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-
 # required
 calico_iptables_backend: "Auto"
 
diff --git a/tests/files/packet_centos8-kube-ovn.yml b/tests/files/packet_centos8-kube-ovn.yml
index 249be69fc9f838c06443dc8a40231ad20681a17c..e116605894871f84d2db35e4166b71231b695c56 100644
--- a/tests/files/packet_centos8-kube-ovn.yml
+++ b/tests/files/packet_centos8-kube-ovn.yml
@@ -6,5 +6,3 @@ vm_memory: 3072Mi
 
 # Kubespray settings
 kube_network_plugin: kube-ovn
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_debian10-aio.yml b/tests/files/packet_debian10-aio.yml
index d0b85fa5b412c973dea80f263258047a82cb16b7..90e982a9e7c495bf3a7c62b7671b875a741ae537 100644
--- a/tests/files/packet_debian10-aio.yml
+++ b/tests/files/packet_debian10-aio.yml
@@ -4,10 +4,8 @@ cloud_image: debian-10
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
+auto_renew_certificates: true
 
+# plugins
 helm_enabled: true
 krew_enabled: true
-
-auto_renew_certificates: true
diff --git a/tests/files/packet_debian10-calico-upgrade-once.yml b/tests/files/packet_debian10-calico-upgrade-once.yml
index 3e356e2f5355b4a3c2cc5d9a6b50a9adcf482b52..e5bc188c0f360070ff70cff4f497011019a5d2ae 100644
--- a/tests/files/packet_debian10-calico-upgrade-once.yml
+++ b/tests/files/packet_debian10-calico-upgrade-once.yml
@@ -4,9 +4,6 @@ cloud_image: debian-10
 mode: default
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
 download_run_once: true
 
 # Docker specific settings:
diff --git a/tests/files/packet_debian10-calico-upgrade.yml b/tests/files/packet_debian10-calico-upgrade.yml
index daf0e70917d347bfa34af48c9bd46f667b0ae6ce..e4e23dba4d5070acd29ef6913bcf75f342c52094 100644
--- a/tests/files/packet_debian10-calico-upgrade.yml
+++ b/tests/files/packet_debian10-calico-upgrade.yml
@@ -3,11 +3,6 @@
 cloud_image: debian-10
 mode: default
 
-# Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
-
 # Docker specific settings:
 container_manager: docker
 etcd_deployment_type: docker
diff --git a/tests/files/packet_debian10-cilium-svc-proxy.yml b/tests/files/packet_debian10-cilium-svc-proxy.yml
index 9565a6ab6362693b2dfdc1101fd4dd2b2dd6e068..3dcbc7af2a4b6e823a49b04ff39a3f9b7475ed42 100644
--- a/tests/files/packet_debian10-cilium-svc-proxy.yml
+++ b/tests/files/packet_debian10-cilium-svc-proxy.yml
@@ -5,8 +5,6 @@ mode: ha
 
 # Kubespray settings
 kube_network_plugin: cilium
-deploy_netchecker: true
 enable_network_policy: true
-dns_min_replicas: 1
 
 cilium_kube_proxy_replacement: strict
diff --git a/tests/files/packet_debian10-docker.yml b/tests/files/packet_debian10-docker.yml
index be7105be902179efd74e1a90cb4e1992055ab193..a59371968802f872e52fd02d8e151d68e7549949 100644
--- a/tests/files/packet_debian10-docker.yml
+++ b/tests/files/packet_debian10-docker.yml
@@ -3,10 +3,6 @@
 cloud_image: debian-10
 mode: default
 
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-
 # Use docker
 container_manager: docker
 etcd_deployment_type: docker
diff --git a/tests/files/packet_debian11-calico.yml b/tests/files/packet_debian11-calico.yml
index e0a19ec8166f3b9495a1988b164ed160300df575..61b31c20b8063f9aba81e80923214d4555f1c30d 100644
--- a/tests/files/packet_debian11-calico.yml
+++ b/tests/files/packet_debian11-calico.yml
@@ -2,7 +2,3 @@
 # Instance settings
 cloud_image: debian-11
 mode: default
-
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_debian11-docker.yml b/tests/files/packet_debian11-docker.yml
index 377acd2c84eefe5eb313b3551cabfbb939b92291..3b93dd06e32a75fe78423aac9ef712be4aeed112 100644
--- a/tests/files/packet_debian11-docker.yml
+++ b/tests/files/packet_debian11-docker.yml
@@ -3,10 +3,6 @@
 cloud_image: debian-11
 mode: default
 
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-
 # Use docker
 container_manager: docker
 etcd_deployment_type: docker
diff --git a/tests/files/packet_debian9-macvlan.yml b/tests/files/packet_debian9-macvlan.yml
index 7a80202f650bc1dd5596756a67f3f6ae407fa9d8..a65aa9653d7ca9d6224d015823d759a8f7cf8ae4 100644
--- a/tests/files/packet_debian9-macvlan.yml
+++ b/tests/files/packet_debian9-macvlan.yml
@@ -5,10 +5,7 @@ mode: default
 
 # Kubespray settings
 kube_network_plugin: macvlan
-deploy_netchecker: true
 enable_nodelocaldns: false
-dns_min_replicas: 1
 kube_proxy_masquerade_all: true
 macvlan_interface: "eth0"
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_fedora33-calico.yml b/tests/files/packet_fedora33-calico.yml
index 42904d824cd50ee545068bfb52c13528bf828e17..4d04df5301ac799ad060f4953cb7ad2b70cc53fd 100644
--- a/tests/files/packet_fedora33-calico.yml
+++ b/tests/files/packet_fedora33-calico.yml
@@ -4,8 +4,4 @@ cloud_image: fedora-33
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-kube_network_plugin: calico
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_fedora34-calico-selinux.yml b/tests/files/packet_fedora34-calico-selinux.yml
index 882d503f646331aa5487bf4be0132c6b9d997345..1e8a4d94c20b2adf5d8c526fb8f5a51e6ce7e089 100644
--- a/tests/files/packet_fedora34-calico-selinux.yml
+++ b/tests/files/packet_fedora34-calico-selinux.yml
@@ -4,10 +4,6 @@ cloud_image: fedora-34
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-kube_network_plugin: calico
-
 auto_renew_certificates: true
 
 # Test with SELinux in enforcing mode
diff --git a/tests/files/packet_fedora34-docker-weave.yml b/tests/files/packet_fedora34-docker-weave.yml
index e6429dfe67ca3c0112f12b82b83a0b56d99309c3..f9153538f58100f017d73ab838ec5e30af1b0bd7 100644
--- a/tests/files/packet_fedora34-docker-weave.yml
+++ b/tests/files/packet_fedora34-docker-weave.yml
@@ -4,8 +4,6 @@ cloud_image: fedora-34
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
 kube_network_plugin: weave
 
 # Docker specific settings:
diff --git a/tests/files/packet_fedora34-kube-ovn.yml b/tests/files/packet_fedora34-kube-ovn.yml
index cc76baff2865efd5fec29f108cbdaed7b541b7e3..1b273a1c8be11779c0ce05c496faa222c16da49f 100644
--- a/tests/files/packet_fedora34-kube-ovn.yml
+++ b/tests/files/packet_fedora34-kube-ovn.yml
@@ -4,6 +4,4 @@ cloud_image: fedora-34
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
 kube_network_plugin: kube-ovn
diff --git a/tests/files/packet_fedora35-kube-router.yml b/tests/files/packet_fedora35-kube-router.yml
new file mode 100644
index 0000000000000000000000000000000000000000..258499489e47d5b70d927eb9e1d674844d54fb9c
--- /dev/null
+++ b/tests/files/packet_fedora35-kube-router.yml
@@ -0,0 +1,7 @@
+---
+# Instance settings
+cloud_image: fedora-35
+mode: default
+
+# Kubespray settings
+kube_network_plugin: kube-router
diff --git a/tests/files/packet_opensuse-canal.yml b/tests/files/packet_opensuse-canal.yml
index 8fa2b03d29dd5d3c12790a51ce1be4b2c05e73ad..67f38127a545ea6a104542946680f1332f1125a3 100644
--- a/tests/files/packet_opensuse-canal.yml
+++ b/tests/files/packet_opensuse-canal.yml
@@ -6,7 +6,4 @@ mode: default
 # Kubespray settings
 calico_datastore: etcd
 kube_network_plugin: canal
-deploy_netchecker: true
-dns_min_replicas: 1
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_oracle7-canal-ha.yml b/tests/files/packet_oracle7-canal-ha.yml
index 9369e1c4ad5fda087dfe0b1c8824f5216c959176..bedfc46e6267f47f0dc629bd7f768c202c09d3b3 100644
--- a/tests/files/packet_oracle7-canal-ha.yml
+++ b/tests/files/packet_oracle7-canal-ha.yml
@@ -6,7 +6,4 @@ mode: ha
 # Kubespray settings
 calico_datastore: etcd
 kube_network_plugin: canal
-deploy_netchecker: true
-dns_min_replicas: 1
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_ubuntu16-canal-ha.yml b/tests/files/packet_ubuntu16-canal-ha.yml
index 2e359ee5bc21f54825cc8bc2a40a920073a4559c..1a8eb2dbf1efee5c3b5eedc805f7e2c54f9bc2d1 100644
--- a/tests/files/packet_ubuntu16-canal-ha.yml
+++ b/tests/files/packet_ubuntu16-canal-ha.yml
@@ -6,5 +6,3 @@ mode: ha
 # Kubespray settings
 calico_datastore: etcd
 kube_network_plugin: canal
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu16-canal-sep.yml b/tests/files/packet_ubuntu16-canal-sep.yml
index a88dcacc618c6c094c908c717afc0f385c99bd1d..e2e165ee8060efd28131c1db8ba81e939883bf26 100644
--- a/tests/files/packet_ubuntu16-canal-sep.yml
+++ b/tests/files/packet_ubuntu16-canal-sep.yml
@@ -6,5 +6,3 @@ mode: separate
 # Kubespray settings
 calico_datastore: etcd
 kube_network_plugin: canal
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu16-docker-weave-sep.yml b/tests/files/packet_ubuntu16-docker-weave-sep.yml
index 18cd8b4e0f8f3b6f86bbef9069a3865b2e6bf284..e022b60a8ab56e3a1596809a17bbe7a067b7c7a0 100644
--- a/tests/files/packet_ubuntu16-docker-weave-sep.yml
+++ b/tests/files/packet_ubuntu16-docker-weave-sep.yml
@@ -5,11 +5,8 @@ mode: separate
 
 # Kubespray settings
 kube_network_plugin: weave
-deploy_netchecker: true
-dns_min_replicas: 1
+auto_renew_certificates: true
 
 # Docker specific settings:
 container_manager: docker
 etcd_deployment_type: docker
-
-auto_renew_certificates: true
diff --git a/tests/files/packet_ubuntu16-flannel-ha.yml b/tests/files/packet_ubuntu16-flannel-ha.yml
index 8253ca8fae09ea9b0f3612a7f5525b0652b0ac3a..6b683343fb58f378fcf884c51399957bb8772799 100644
--- a/tests/files/packet_ubuntu16-flannel-ha.yml
+++ b/tests/files/packet_ubuntu16-flannel-ha.yml
@@ -8,5 +8,3 @@ kube_network_plugin: flannel
 etcd_kubeadm_enabled: true
 kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c06d741085
 skip_non_kubeadm_warning: true
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu16-kube-router-sep.yml b/tests/files/packet_ubuntu16-kube-router-sep.yml
index 19043df07c707c338c76b0e0d56983157bc35c4f..e2c60b3cc3a785a58856dd488e70b12ac9db060f 100644
--- a/tests/files/packet_ubuntu16-kube-router-sep.yml
+++ b/tests/files/packet_ubuntu16-kube-router-sep.yml
@@ -6,5 +6,3 @@ mode: separate
 # Kubespray settings
 bootstrap_os: ubuntu
 kube_network_plugin: kube-router
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu16-kube-router-svc-proxy.yml b/tests/files/packet_ubuntu16-kube-router-svc-proxy.yml
index 8be6ef3f5371dce2c3b66a419dc047bd0b49dfa4..465d42da73055848f64c3148cdc39970ebaf0aee 100644
--- a/tests/files/packet_ubuntu16-kube-router-svc-proxy.yml
+++ b/tests/files/packet_ubuntu16-kube-router-svc-proxy.yml
@@ -6,7 +6,5 @@ mode: separate
 # Kubespray settings
 bootstrap_os: ubuntu
 kube_network_plugin: kube-router
-deploy_netchecker: true
-dns_min_replicas: 1
 
 kube_router_run_service_proxy: true
diff --git a/tests/files/packet_ubuntu18-calico-aio.yml b/tests/files/packet_ubuntu18-calico-aio.yml
index 2205678d8cc3cbe8a29a1d7c880ff702c0550d53..66ac1e074df8bd95239dde9f742cf252c06154e2 100644
--- a/tests/files/packet_ubuntu18-calico-aio.yml
+++ b/tests/files/packet_ubuntu18-calico-aio.yml
@@ -3,8 +3,3 @@
 cloud_image: ubuntu-1804
 mode: aio
 vm_memory: 1600Mi
-
-# Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu18-calico-ha-recover-noquorum.yml b/tests/files/packet_ubuntu18-calico-ha-recover-noquorum.yml
index a011af01f716baa15fa244811383d8787cadcbf5..cdf689a968e89678c3c77b7b85017d7ac0ac523c 100644
--- a/tests/files/packet_ubuntu18-calico-ha-recover-noquorum.yml
+++ b/tests/files/packet_ubuntu18-calico-ha-recover-noquorum.yml
@@ -3,8 +3,3 @@
 cloud_image: ubuntu-1804
 mode: ha-recover-noquorum
 vm_memory: 1600Mi
-
-# Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu18-calico-ha-recover.yml b/tests/files/packet_ubuntu18-calico-ha-recover.yml
index 079440a30cabe570c0d442806f36133e467258f6..d53b3a7bb0ea1910d89729bbb2448b646aa10dc2 100644
--- a/tests/files/packet_ubuntu18-calico-ha-recover.yml
+++ b/tests/files/packet_ubuntu18-calico-ha-recover.yml
@@ -3,8 +3,3 @@
 cloud_image: ubuntu-1804
 mode: ha-recover
 vm_memory: 1600Mi
-
-# Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu18-cilium-sep.yml b/tests/files/packet_ubuntu18-cilium-sep.yml
index 394df8c6175a01c40cf22d811980551451d5088e..04ed4cc80b799a995a9d37f31fde1fbe958004e2 100644
--- a/tests/files/packet_ubuntu18-cilium-sep.yml
+++ b/tests/files/packet_ubuntu18-cilium-sep.yml
@@ -5,8 +5,5 @@ mode: separate
 
 # Kubespray settings
 kube_network_plugin: cilium
-deploy_netchecker: true
 enable_network_policy: true
-dns_min_replicas: 1
-
 auto_renew_certificates: true
diff --git a/tests/files/packet_ubuntu18-crio.yml b/tests/files/packet_ubuntu18-crio.yml
index 962ce0e044b32ec0fc5a2739d874713d000f209a..f5b7e127da9071c1d6e6168bb37031b30b8d0206 100644
--- a/tests/files/packet_ubuntu18-crio.yml
+++ b/tests/files/packet_ubuntu18-crio.yml
@@ -4,8 +4,6 @@ cloud_image: ubuntu-1804
 mode: default
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
 container_manager: crio
 
 download_localhost: false
diff --git a/tests/files/packet_ubuntu18-docker.yml b/tests/files/packet_ubuntu18-docker.yml
index 15fc060f03b33d13a4a69bf21aeeaca27fb6db37..74f5fa34dc972b5d3591095cfca028dd4bbae020 100644
--- a/tests/files/packet_ubuntu18-docker.yml
+++ b/tests/files/packet_ubuntu18-docker.yml
@@ -4,10 +4,6 @@ cloud_image: ubuntu-1804
 mode: aio
 vm_memory: 1600Mi
 
-# Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
-
 # Use docker
 container_manager: docker
 etcd_deployment_type: docker
diff --git a/tests/files/packet_ubuntu18-flannel-ha-once.yml b/tests/files/packet_ubuntu18-flannel-ha-once.yml
index 1326015f90a719fcf11ed5f5ddb990e15385f664..6ac229b0ceb5e1dfe3afeb84660915302c92d7b1 100644
--- a/tests/files/packet_ubuntu18-flannel-ha-once.yml
+++ b/tests/files/packet_ubuntu18-flannel-ha-once.yml
@@ -13,8 +13,6 @@ krew_enabled: true
 kubernetes_audit: true
 etcd_events_cluster_enabled: true
 local_volume_provisioner_enabled: true
-deploy_netchecker: true
-dns_min_replicas: 1
 kube_encrypt_secret_data: true
 ingress_nginx_enabled: true
 cert_manager_enabled: true
diff --git a/tests/files/packet_ubuntu18-flannel-ha.yml b/tests/files/packet_ubuntu18-flannel-ha.yml
index 1326015f90a719fcf11ed5f5ddb990e15385f664..6ac229b0ceb5e1dfe3afeb84660915302c92d7b1 100644
--- a/tests/files/packet_ubuntu18-flannel-ha.yml
+++ b/tests/files/packet_ubuntu18-flannel-ha.yml
@@ -13,8 +13,6 @@ krew_enabled: true
 kubernetes_audit: true
 etcd_events_cluster_enabled: true
 local_volume_provisioner_enabled: true
-deploy_netchecker: true
-dns_min_replicas: 1
 kube_encrypt_secret_data: true
 ingress_nginx_enabled: true
 cert_manager_enabled: true
diff --git a/tests/files/packet_ubuntu18-ovn4nfv.yml b/tests/files/packet_ubuntu18-ovn4nfv.yml
index 85af6baa5140a584c120b3154c6140a9cc9b9b6b..b75ba04d33d0075dff68830704f1c3d41c28351d 100644
--- a/tests/files/packet_ubuntu18-ovn4nfv.yml
+++ b/tests/files/packet_ubuntu18-ovn4nfv.yml
@@ -5,5 +5,3 @@ mode: default
 
 # Kubespray settings
 kube_network_plugin: ovn4nfv
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/packet_ubuntu20-calico-aio.yml b/tests/files/packet_ubuntu20-calico-aio.yml
index 2e711dab348a16568e233065fc68b4b6159d858d..80be03207baa005a8a7924919fdc1a856e18f408 100644
--- a/tests/files/packet_ubuntu20-calico-aio.yml
+++ b/tests/files/packet_ubuntu20-calico-aio.yml
@@ -5,12 +5,8 @@ mode: aio
 vm_memory: 1600Mi
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-dns_min_replicas: 1
+auto_renew_certificates: true
 
 # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
 kube_proxy_mode: iptables
 enable_nodelocaldns: False
-
-auto_renew_certificates: true
diff --git a/tests/files/packet_ubuntu20-calico-ha-wireguard.yml b/tests/files/packet_ubuntu20-calico-ha-wireguard.yml
index 71fc6e7c3317da22ccb8bf80aee0e8506a3f75e7..5c3ab83e0fb416e810891f2d257be1d3f45ea8c5 100644
--- a/tests/files/packet_ubuntu20-calico-ha-wireguard.yml
+++ b/tests/files/packet_ubuntu20-calico-ha-wireguard.yml
@@ -5,14 +5,10 @@ mode: ha
 vm_memory: 1600Mi
 
 # Kubespray settings
-kube_network_plugin: calico
-deploy_netchecker: true
-
 calico_wireguard_enabled: true
+auto_renew_certificates: true
 
 # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
 kube_proxy_mode: iptables
 # KVM kernel used by packet instances is missing the dummy.ko kernel module so it cannot enable nodelocaldns
 enable_nodelocaldns: false
-
-auto_renew_certificates: true
diff --git a/tests/files/packet_ubuntu20-docker.yml b/tests/files/packet_ubuntu20-docker.yml
index 22af1c65d415b51c6c4c8d6ac4ef39001888ca86..ca7c3c7e712c7bfe7fcbe22d18ba00e8a4e08cc7 100644
--- a/tests/files/packet_ubuntu20-docker.yml
+++ b/tests/files/packet_ubuntu20-docker.yml
@@ -5,15 +5,12 @@ mode: aio
 vm_memory: 1600Mi
 
 # Kubespray settings
-deploy_netchecker: true
-dns_min_replicas: 1
+auto_renew_certificates: true
 
 # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
 kube_proxy_mode: iptables
 enable_nodelocaldns: False
 
-auto_renew_certificates: true
-
 # Use docker
 container_manager: docker
 etcd_deployment_type: docker
diff --git a/tests/files/tf-elastx_ubuntu18-calico.yml b/tests/files/tf-elastx_ubuntu18-calico.yml
index 43ef55aa34c7229fa96e31be409edd282b2d4f3e..b8dbaaa05d98f3438e1c520fe47a3e8e681c6340 100644
--- a/tests/files/tf-elastx_ubuntu18-calico.yml
+++ b/tests/files/tf-elastx_ubuntu18-calico.yml
@@ -1,6 +1,4 @@
 ---
-dns_min_replicas: 1
-deploy_netchecker: true
 sonobuoy_enabled: true
 
 # Ignore ping errors
diff --git a/tests/files/tf-ovh_ubuntu18-calico.yml b/tests/files/tf-ovh_ubuntu18-calico.yml
index f9e97ddcd5ed664f004f6275a87403f7b37b2c83..d6fb9de04dbda21c6f5e02592a889d044bf6ea35 100644
--- a/tests/files/tf-ovh_ubuntu18-calico.yml
+++ b/tests/files/tf-ovh_ubuntu18-calico.yml
@@ -1,6 +1,4 @@
 ---
-dns_min_replicas: 1
-deploy_netchecker: true
 sonobuoy_enabled: true
 pkg_install_retries: 25
 retry_stagger: 10
diff --git a/tests/files/vagrant_ubuntu18-calico-dual-stack.yml b/tests/files/vagrant_ubuntu18-calico-dual-stack.yml
index 533ebbbbabbad03c8ad74ddb92f972868238205c..3a45bdc8f2a13fbc2e3089651ce49656dea1eb77 100644
--- a/tests/files/vagrant_ubuntu18-calico-dual-stack.yml
+++ b/tests/files/vagrant_ubuntu18-calico-dual-stack.yml
@@ -1,8 +1,3 @@
 ---
 # Kubespray settings
-
-kube_network_plugin: calico
 enable_dual_stack_networks: true
-
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/vagrant_ubuntu18-flannel.yml b/tests/files/vagrant_ubuntu18-flannel.yml
index d4543a901f193c0477d0db969f29455c6efd7314..6f8916febcd0fa90dfc451bb41fe8d22dae0215f 100644
--- a/tests/files/vagrant_ubuntu18-flannel.yml
+++ b/tests/files/vagrant_ubuntu18-flannel.yml
@@ -1,7 +1,3 @@
 ---
 # Kubespray settings
-
 kube_network_plugin: flannel
-
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/vagrant_ubuntu18-weave-medium.yml b/tests/files/vagrant_ubuntu18-weave-medium.yml
index 3c3647837179e9da768c26ed00ef3b837b3c2bfc..bb5f97447617deeff2f81e5bc88d0b3271656a90 100644
--- a/tests/files/vagrant_ubuntu18-weave-medium.yml
+++ b/tests/files/vagrant_ubuntu18-weave-medium.yml
@@ -1,7 +1,3 @@
 ---
 # Kubespray settings
-
 kube_network_plugin: weave
-
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/files/vagrant_ubuntu20-flannel.yml b/tests/files/vagrant_ubuntu20-flannel.yml
index d4543a901f193c0477d0db969f29455c6efd7314..6f8916febcd0fa90dfc451bb41fe8d22dae0215f 100644
--- a/tests/files/vagrant_ubuntu20-flannel.yml
+++ b/tests/files/vagrant_ubuntu20-flannel.yml
@@ -1,7 +1,3 @@
 ---
 # Kubespray settings
-
 kube_network_plugin: flannel
-
-deploy_netchecker: true
-dns_min_replicas: 1
diff --git a/tests/scripts/testcases_run.sh b/tests/scripts/testcases_run.sh
index a6b595edb2df58fbec5da17ae0e100b197d7c5ad..2e02103a266da4a439c8ece8f3b854e3b1d5a0e9 100755
--- a/tests/scripts/testcases_run.sh
+++ b/tests/scripts/testcases_run.sh
@@ -49,22 +49,23 @@ test "${UPGRADE_TEST}" != "false" && git fetch --all && git checkout "$KUBESPRAY
 # Checkout the CI vars file so it is available
 test "${UPGRADE_TEST}" != "false" && git checkout "${CI_BUILD_REF}" tests/files/${CI_JOB_NAME}.yml
 test "${UPGRADE_TEST}" != "false" && git checkout "${CI_BUILD_REF}" ${CI_TEST_REGISTRY_MIRROR}
+test "${UPGRADE_TEST}" != "false" && git checkout "${CI_BUILD_REF}" ${CI_TEST_SETTING}
 
 # Create cluster
-ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
+ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
 
 # Repeat deployment if testing upgrade
 if [ "${UPGRADE_TEST}" != "false" ]; then
   test "${UPGRADE_TEST}" == "basic" && PLAYBOOK="cluster.yml"
   test "${UPGRADE_TEST}" == "graceful" && PLAYBOOK="upgrade-cluster.yml"
   git checkout "${CI_BUILD_REF}"
-  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" $PLAYBOOK
+  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" $PLAYBOOK
 fi
 
 # Test control plane recovery
 if [ "${RECOVER_CONTROL_PLANE_TEST}" != "false" ]; then
-  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "${RECOVER_CONTROL_PLANE_TEST_GROUPS}:!fake_hosts" -e reset_confirmation=yes reset.yml
-  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads -e etcd_retries=10 --limit etcd,kube_control_plane:!fake_hosts recover-control-plane.yml
+  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "${RECOVER_CONTROL_PLANE_TEST_GROUPS}:!fake_hosts" -e reset_confirmation=yes reset.yml
+  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads -e etcd_retries=10 --limit etcd,kube_control_plane:!fake_hosts recover-control-plane.yml
 fi
 
 # Tests Cases
@@ -88,24 +89,24 @@ ansible-playbook -i ${ANSIBLE_INVENTORY} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONA
 
 if [ "${IDEMPOT_CHECK}" = "true" ]; then
   ## Idempotency checks 1/5 (repeat deployment)
-  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} ${CI_TEST_ADDITIONAL_VARS} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
+  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} ${CI_TEST_ADDITIONAL_VARS} -e @${CI_TEST_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
 
   ## Idempotency checks 2/5 (Advanced DNS checks)
   ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} --limit "all:!fake_hosts" tests/testcases/040_check-network-adv.yml
 
   if [ "${RESET_CHECK}" = "true" ]; then
     ## Idempotency checks 3/5 (reset deployment)
-    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR}  -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e reset_confirmation=yes --limit "all:!fake_hosts" reset.yml
+    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR}  -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e reset_confirmation=yes --limit "all:!fake_hosts" reset.yml
 
     ## Idempotency checks 4/5 (redeploy after reset)
-    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
+    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e local_release_dir=${PWD}/downloads --limit "all:!fake_hosts" cluster.yml
 
     ## Idempotency checks 5/5 (Advanced DNS checks)
-    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} --limit "all:!fake_hosts" tests/testcases/040_check-network-adv.yml
+    ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR} -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} --limit "all:!fake_hosts" tests/testcases/040_check-network-adv.yml
   fi
 fi
 
 # Clean up at the end, this is to allow stage1 tests to include cleanup test
 if [ "${RESET_CHECK}" = "true" ]; then
-  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_REGISTRY_MIRROR}  -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e reset_confirmation=yes --limit "all:!fake_hosts" reset.yml
+  ansible-playbook ${ANSIBLE_LOG_LEVEL} -e @${CI_TEST_SETTING} -e @${CI_TEST_REGISTRY_MIRROR}  -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} -e reset_confirmation=yes --limit "all:!fake_hosts" reset.yml
 fi