Open displague opened 3 months ago
I think this may be a result of creating two VRF IP Reservations rather than a single reservation. The clusters each believe their interface has access to the whole /21, but the VRF is limiting their ARP traffic to the /22 (matching their IP reservation).
The simplest remedy may be to have both clusters use the same VRF reservation (not implemented), seeing the /21 as their metal network (currently implemented), while they use /22 as their DHCP range (currently implemented).
The examples/cluster-migration example currently has the user run the following command and a similar one on the two clusters. This command is only run against CVIM.
Ideally, all VMs and nodes in both clusters would reach nodes and VMs without additional steps.