Masquerade uses OVN-K over eno2/br-ex — no bridge setup required
Test cases(24 of 50)
Complete prerequisites first ([PRE-01](PRE-01) → [PRE-08](PRE-08) minimum) before running these tests. Go to prerequisites
NOT POSSIBLE on SNO — live migration requires ≥2 nodes. Documented as an expected failure.
Test on local storage
Optimal for single-NIC — OVN-K over eno2/br-ex, no bridge setup required
✗ NOT TESTABLE ON HETZNER -- TOS violation! OVN-K localnet works technically (verified 30.06.2026: ping successful), but any VM MAC that reaches eno2/the physical switch via this interface is detected and reported by Hetzner as an unauthorised MAC (server suspension threatened). Only the registered server MAC is permitted.
✗ NOT TESTABLE — SR-IOV requires a dedicated second NIC (Intel X710, Mellanox ConnectX). The sole NIC eno2 is consumed by OVN-K and cannot be used for SR-IOV VFs.
Variant A uses pure software bridges br-net1/2/3 (port: []) — no VM MAC leaves eno2/the physical switch, no TOS risk. Variant B (on-premises, trunk port) is relevant only with your own switch.
purely internal software bridges br-net1/br-net2 (port: []) — no VM MAC leaves the node
UserDefinedNetwork with Layer2 topology is a pure overlay (encapsulated Geneve tunnel within OVN-K) — explicitly NOT localnet, so no VM MAC leaves the node.
⚠️ DEDICATED NAMESPACE REQUIRED: see NOTE below.
2 Pools: internal-pool binds to br-net1 — external-pool binds to eno2, requires a 2nd public IP
Verify MetalLB from PRE-09. Primary test runs via internal-pool (192.168.10.100-120, internal on br-net1) — immediately usable without waiting for an additional IP. Once a second Additional IP is available, additionally test Option 1 (external-pool, external).
Confirm these before running steps:
- PRE-09Install MetalLB Operator and configure IP pools (3 options)
- PRE-07Pull secret, import golden image, prepare SSH keys
- For the external part optionally: second Hetzner Additional IP delivered
1Verify MetalLB components are Running
oc get pods -n metallb-system2Verify IPAddressPool and L2Advertisement from PRE-09
oc get ipaddresspool -n metallb-systemoc get l2advertisement -n metallb-system4Wait until the pods are Running
oc get pods -n vmtest -l app=httpd-example -w5Watch EXTERNAL-IP of the service
oc get svc nginx-lb -n vmtest -woc get svc nginx-lb -n vmtestoc describe svc nginx-lb -n vmtest7Wait until the VM is Running
watch oc get vmi curl-test-vm -n vmtest8Wait for key propagation
sleep 309Log in via SSH, set IP on the second interface (no DHCP on br-net1), then test curl
virtctl ssh fedora@vm/curl-test-vm -n vmtest -i ~/.ssh/ocp-vm-keysudo ip addr add 192.168.10.50/24 dev enp2s0 && sudo ip link set enp2s0 upsleep 20curl http://<external-ip>102nd Test with public IP: once the second IP is available: repeat the same test with external-pool (Commands / YAML tab, section 'External variant') — then curl is also possible from your own laptop/internet
watch oc get svc nginx-lb-external -n vmtestcurl http://<external-ip>11Clean up (optional):
oc delete deployment httpd-example -n vmtestoc delete svc nginx-lb -n vmtestoc delete svc nginx-lb-external -n vmtestoc delete vm curl-test-vm -n vmtestexternal-pool uses a provider-registered additional IP (e.g. Hetzner Additional IP); MetalLB speaker announces with the node's own MAC.
⚠️ SHARED RESOURCE: external-pool currently has only ONE IP — Clean up after this test (delete vm-ssh-lb) before starting TC-HCP-002
⚠️ NOT usable by default on the current SNO cluster: there is no customer-controlled router in the path for peering. Left for documentation purposes and future tests.
L2Advertisement explicitly binds to br-net1/br-net2 — ARP announcements stay node-internal.
Single-NIC OK — HyperShift pods use the OVN-K pod network.
⚠️ Check Pod/Node Capacity before starting TC-HCP-002 — see steps below.
⚠️ SNO EXAMPLE INSTALLATION: --control-plane-availability-policy SingleReplica is mandatory on a single-node cluster.
⚠️ Be sure enough compute resources are available on the SNO node before starting this test.
Import over OVN-K — bandwidth is shared with OCP traffic on eno2/br-ex in this cluster