Configure networking to support OpenShift Virtualization.
It may help to view this diagram first.
The base will setup an OVS Bridge using br-vmdata and enable multinetwork policy support.
Instructions
-
Create VLAN definitions in components/ dir.
-
Create an overlay to enable the
br-vmdata
bridge and the appropriate network components. See example overlays/homelab -
Apply the overlay.
# tune output and place in vlan-1928/
oc process -f templates/template-nad-ovs-br-localnet-vlan.yaml -p VLAN=1928 -o yaml
# add components to overlay as relevant
# view the rendered resources
oc kustomize overlays/homelab
# create the rendered resources
oc apply -k overlays/homelab