[ovs-build] Passed: blp/ovs-reviews#784 (raft10 - d844f37)

Travis CI builds at travis-ci.org
Wed Dec 13 19:33:47 UTC 2017


Build Update for blp/ovs-reviews
-------------------------------------

Build: #784
Status: Passed

Duration: 1 hour, 21 minutes, and 28 seconds
Commit: d844f37 (raft10)
Author: Ben Pfaff
Message: [RFC] ovsdb: Introduce support for clustered databases.

This commit adds support for OVSDB clustering via Raft.  Please read
ovsdb(7) for information on how to set up a clustered database.  It is
simple and boils down to running "ovsdb-tool create-cluster" on one server
and "ovsdb-tool join-cluster" on each of the others and then starting
ovsdb-server in the usual way on all of them.

One you have a clustered database, you configure ovn-controller and
ovn-northd to use it by pointing them to all of the servers, e.g. where
previously you might have said "tcp:1.2.3.4" was the database server,
now you say that it is "tcp:1.2.3.4,tcp:5.6.7.8,tcp:9.10.11.12".

Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/blp/ovs-reviews/compare/1cec62a01da4...d844f373fdab

View the full build log and details: https://travis-ci.org/blp/ovs-reviews/builds/316020300?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20171213/146b8c31/attachment.html>


More information about the build mailing list