Masquerade uses OVN-K over eno2/br-ex — no bridge setup required
Create a VM from the catalog template. Masquerade mode: the VM receives a private IP (10.0.2.x); outbound traffic is translated via SNAT. This is the first real VM test and the basis for all subsequent VMs.
Confirm these before running steps:
8Create → observe VM status: Provisioning → Running
oc get vmi test-vm-rhel9 -n vmtest -w9Wait briefly until the key propagates (cloud-init must boot first and set the SELinux boolean)
10Log in via SSH (NOT via virtctl console/VNC — no password set in the Golden Image; only the key works)
virtctl ssh cloud-user@vm/test-vm-rhel9 -n vmtest -i ~/.ssh/ocp-vm-key11Verify network in the SSH session
ping -c 3 8.8.8.8