[ovs-build] Still Failing: blp/ovs-reviews#816 (raft10 - 280b92a)

Travis CI builds at travis-ci.org
Thu Feb 8 00:27:18 UTC 2018


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

Build: #816
Status: Still Failing

Duration: 22 minutes and 31 seconds
Commit: 280b92a (raft10)
Author: Ben Pfaff
Message: ovsdb: Introduce experimental 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".

This adds support for database clustering to ovs-sandbox and ovn-ctl also.
Numan Siddique contributed the clustering support for ovn-ctl.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Co-authored-by: Numan Siddique <nusiddiq at redhat.com>
Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/blp/ovs-reviews/compare/54ffc3abe2de...280b92a2435e

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


More information about the build mailing list