On Mon, May 13, 2013 at 9:24 PM, Nick <chic...@2thebatcave.com> wrote:
> 5.  Start ovsdb-server on one node (on a floating IP which would be an alias
> on eth0.mgmt), with a persistent storage data directory.  If this server
> dies it will be automatically master elected (using our internal automation
> framework) on another node and the floating IP moved to the new node.
> 6.  Start ovs-vswitchd on all nodes, pointing them to the single
> ovsdb-server IP.

This part isn't right: you can't have a single database server for the
entire network, you need one per host.

By default, when OVS comes up it will allow untagged traffic to pass.
This should allow you to bootstrap and then you can have it connect
outwards to retrieve its configuration.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to