vmhost-x86-copr01/02/03: stop removing nftables

These hosts are rhel10 now and removing nftables takes out the entire
libvirt stack as it doesn't support iptables anymore.

This results in base removing libvirt and the hypervisor role
re-installing it every playbook run. It also means the network doesn't
work on guests at all.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2026-02-09 15:08:28 -08:00
parent faff0d9e0f
commit 24ea94601d
3 changed files with 0 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ mac8: f4:02:70:d3:15:95
libvirt_pool: copr_hv_x86_64_01 libvirt_pool: copr_hv_x86_64_01
libvirt_pool_order_id: 7 libvirt_pool_order_id: 7
libvirt_arch: x86_64 libvirt_arch: x86_64
nftables: false
network_connections: network_connections:
# Bridge profile # Bridge profile
- name: br0 - name: br0

View File

@@ -21,7 +21,6 @@ mac7: b4:96:91:63:3b:9f
libvirt_pool: copr_hv_x86_64_02 libvirt_pool: copr_hv_x86_64_02
libvirt_pool_order_id: 8 libvirt_pool_order_id: 8
libvirt_arch: x86_64 libvirt_arch: x86_64
nftables: false
network_connections: network_connections:
# Bridge profile # Bridge profile
- name: br0 - name: br0

View File

@@ -21,7 +21,6 @@ mac7: "b4:96:91:63:3b:53"
libvirt_pool: copr_hv_x86_64_03 libvirt_pool: copr_hv_x86_64_03
libvirt_pool_order_id: 9 libvirt_pool_order_id: 9
libvirt_arch: x86_64 libvirt_arch: x86_64
nftables: false
network_connections: network_connections:
# Bridge profile # Bridge profile
- name: br0 - name: br0