Clarify network topology — I.e. software bridges (variant A)
Prerequisites & cluster preparation(15 of 26)
Verified on SNO (single NIC). Some related tests may be marked not runnable.
Install and verify NMState Operator
Configure Linux bridges via NMState (Hetzner: variant A — software bridges)
A NodeNetworkConfigurationPolicy (NNCP) is a Kubernetes resource that tells the NMState Operator how the node network should be configured — persistently, including after reboot. On this (Hetzner) server, variant A is used: three pure software bridges without a physical uplink. eno2 is controlled by OVN-K/OVS and must not be used directly as a bridge port.
1✅ Current variant: A — software bridges (
br-net1, br-net2, br-net3)2What do the three bridges do? → Three isolated virtual switches on the node
br-net1 = network 1 (e.g. application VMs)br-net2 = network 2 (e.g. database VMs)br-net3 = network 3 (e.g. storage/backup VMs)3VMs on the same bridge can communicate — VMs on different bridges are isolated
4No traffic leaves the node — external access only via MetalLB/masquerade on
eno2/br-ex5Apply NNCP:
oc apply -f sno-software-bridges.yaml6Track status:
watch oc get nnce (wait until Available)7Verify bridges on the node using the commands in the Commands / YAML tab
8Critical:
br-ex / eno2 node IP must be unchanged after apply!Install OpenShift Virtualization Operator
Set up LVM Storage Operator — storage for VMs
Pull secret, import golden image, prepare SSH keys
Create namespace vmtest and NetworkAttachmentDefinitions
Install MetalLB Operator and configure IP pools (3 options)
MCE + HyperShift for hosted control planes
Deploy MinIO (S3 object storage)
Install MTV (Migration Toolkit for Virtualization) Operator
Install OADP Operator and configure with MinIO (S3)
Install Advanced Cluster Management (ACM) v2.17
Install Kasten K10 (Veeam) Operator and configure with MinIO