[ovs-git] [openvswitch/ovs] 817db7: ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl ...

Ben Pfaff noreply at github.com
Mon Sep 30 20:20:49 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 817db730190e19df7f1519b384fefab6d90b52fa
      https://github.com/openvswitch/ovs/commit/817db730190e19df7f1519b384fefab6d90b52fa
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M tests/ovsdb-cluster.at
    M utilities/ovs-vsctl.c

  Log Message:
  -----------
  ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and ovn-sbctl.

This removes a dependency on OVN from the tests.

This adds some options to ovs-vsctl to allow it to be used for testing
the clustering feature.  The new options are undocumented because
they're really just useful for testing clustering.

Acked-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 05bf1dbb98b0635a51f75e268ef8aed27601401d
      https://github.com/openvswitch/ovs/commit/05bf1dbb98b0635a51f75e268ef8aed27601401d
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M Documentation/ref/index.rst
    M Documentation/ref/ovsdb.7.rst
    M Documentation/topics/testing.rst
    M Documentation/topics/tracing.rst
    M Documentation/tutorials/faucet.rst
    M Makefile.am
    M configure.ac
    R ovn/.gitignore
    R ovn/automake.mk
    R ovn/lib/.gitignore
    R ovn/lib/acl-log.c
    R ovn/lib/acl-log.h
    R ovn/lib/automake.mk
    R ovn/lib/libovn.sym.in
    R ovn/lib/ovn-nb-idl.ann
    R ovn/lib/ovn-sb-idl.ann
    R ovn/lib/ovn-util.c
    R ovn/lib/ovn-util.h
    R ovn/ovn-nb.ovsschema
    R ovn/ovn-nb.xml
    R ovn/ovn-sb.ovsschema
    R ovn/ovn-sb.xml
    R ovn/utilities/.gitignore
    R ovn/utilities/automake.mk
    R ovn/utilities/ovn-nbctl.8.xml
    R ovn/utilities/ovn-nbctl.c
    R ovn/utilities/ovn-sbctl.8.in
    R ovn/utilities/ovn-sbctl.c
    M rhel/.gitignore
    M rhel/openvswitch-fedora.spec.in
    M rhel/openvswitch.spec.in
    M tests/automake.mk

  Log Message:
  -----------
  ovn: Remove remaining pieces.

A preceding commit removed the last remaining dependencies on OVN code,
so remove the OVN code.

Acked-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 62e73f9ca1e666e0cb8dd77bbfeb973a1a34407f
      https://github.com/openvswitch/ovs/commit/62e73f9ca1e666e0cb8dd77bbfeb973a1a34407f
  Author: Liu Chang <liuchang at cmss.chinamobile.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M Documentation/howto/userspace-tunneling.rst

  Log Message:
  -----------
  userspace-tunnelling.rst: Fix a typo in the userspace tunnel guide

This commit fixes potential unintended mistake in userspace-tunneling guide: for the example in userspace-tunneling guide, there is no bridge named "br-eth1", but only a bridge name "br-phy" which has a port named "eth1"

Signed-off-by: Liu Chang <liuchang at cmss.chinamobile.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/47d76e9f0318...62e73f9ca1e6


More information about the git mailing list