On Mon, Apr 4, 2016 at 3:22 PM, Petr Horacek <phora...@redhat.com> wrote:

> Hello,
>
> we handle following networking (example) scenario with Linux bridges:
>
> (eth0+eth1=bond1)--bridge--VMs
> (eth2+eth3=bond2)
>
> We want to do the same with OVS. What is the best way to do that?
>
> a) We can create multiple OVS bridges, but that would increase complexity
> of our code.
> b) We can use one OVS bridge and define OpenFlow rules (how?) to hide the
> traffic.
>
> Thanks for advice in advance,
> Petr
>

Hi Peter...

Let me generalize this a bit to make it more interesting :)
We need to support multi-tenant networks using OVS.

I think that option (a) is more extendible with less risks.
Nevertheless it does present a challenge, on how to name each ovs instance
and sync them across all hosts.

Thanks,
Edy.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to