> On Jun 16, 2017, at 6:19 PM, Bruce Hartpence <[email protected]> wrote: > > Hello all - I am working on a use case for ovs with multiple hypervisors. I > am using ODL Carbon for the controller and can get all OVS instances to > appear in DLUX but I am missing the boat on interconnecting the switches > themselves. So, VMs on the different hypervisors cannot communicate. The > documentation suggests that patch interfaces can be used to handle this but > it appears to be for bridge instances on the same OVS VM.
Yes, patch ports are just used to connect bridge instances on the same hypervisor. You'll want to use tunnels to connect between hypervisors. You should be able to find plenty of tutorials online. --Justin _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
