You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci-operator/step-registry/hypershift/kubevirt/baremetalds/metallb/hypershift-kubevirt-baremetalds-metallb-commands.sh
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ set -o errexit
5
5
set -o pipefail
6
6
set -x
7
7
8
+
POOL_RANGE="192.168.111.30-192.168.111.50"
9
+
10
+
# Pin L2 announcements to the baremetal network interface only.
11
+
# Without this, extra network interfaces (e.g. from nmstate) can cause
12
+
# MetalLB speakers to announce VIPs on the wrong interface, making
13
+
# LoadBalancer IPs unreachable from the infra cluster.
14
+
# In OVN environments, the baremetal network (192.168.111.0/24) is on
15
+
# br-ex (OVS external bridge), not on the raw NIC. enp1s0 is the
16
+
# provisioning network (172.22.0.0/24), enp2s0 is consumed by OVS.
0 commit comments