[ovs-build] Still Failing: ovn-org/ovn#207 (master - 5af304e)

Travis CI builds at travis-ci.org
Thu May 7 15:57:06 UTC 2020


Build Update for ovn-org/ovn
-------------------------------------

Build: #207
Status: Still Failing

Duration: 16 mins and 35 secs
Commit: 5af304e (master)
Author: Numan Siddique
Message: Support selection fields in load balancer.

This patch add a new column 'selection_fields' in Load_Balancer
table in NB DB. CMS can define a set of packet headers to use
while selecting a backend. If this column is set, OVN will add the
flow in group table with selection method as 'hash' with the set fields.
Otherwise it will use the default 'dp_hash' selection method.

If a load balancer is configured with the selection_fields as
selection_fields    : [ip_dst, ip_src, tp_dst, tp_src]

then with this patch, the modified ct_lb action will look like
 - ct_lb(backends=IP1:P1,IP2:P1; hash_fields="ip_dst,ip_src,tp_dst,tp_src");

And the OF flow will look like
 - group_id=2,type=select,selection_method=hash,
   fields(ip_src,ip_dst,tcp_src,tcp_dst),bucket=bucket_id:0,weight:100,actions=ct(....

Tested-by: Maciej Józefczyk <mjozefcz at redhat.com>
Acked-by: Maciej Józefczyk <mjozefcz at redhat.com>
Acked-by: Han Zhou <hzhou at ovn.org>
Acked-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>

View the changeset: https://github.com/ovn-org/ovn/compare/f792b1a00b43...5af304e7478a

View the full build log and details: https://travis-ci.org/github/ovn-org/ovn/builds/684327712?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovn-org/ovn repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=24187664&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20200507/5bd3a1ff/attachment.html>


More information about the build mailing list