[ovs-build] Errored: blp/ovs-reviews#782 (raft10 - 4f1ddbe)

Travis CI builds at travis-ci.org
Fri Dec 8 23:53:42 UTC 2017


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

Build: #782
Status: Errored

Duration: 50 minutes and 7 seconds
Commit: 4f1ddbe (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/c5bbfb1c910a...4f1ddbea885c

View the full build log and details: https://travis-ci.org/blp/ovs-reviews/builds/313732268?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/20171208/c9dbd283/attachment.html>


More information about the build mailing list