[ovs-git] [openvswitch/ovs] c758b1: ovn-controller: Make integration bridge config par...

GitHub noreply at github.com
Fri May 1 06:09:24 UTC 2015


  Branch: refs/heads/ovn
  Home:   https://github.com/openvswitch/ovs
  Commit: c758b1095fb50051a743c5265e4224abecbeeb32
      https://github.com/openvswitch/ovs/commit/c758b1095fb50051a743c5265e4224abecbeeb32
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/controller/bindings.c
    M ovn/controller/ovn-controller.c
    M ovn/controller/ovn-controller.h

  Log Message:
  -----------
  ovn-controller: Make integration bridge config part of general context.

The integration bridge will be needed by other components soon, so make
it part of the general ovn-controller context.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: ba88f959cb666b828309ac72acd90d3a4902c7db
      https://github.com/openvswitch/ovs/commit/ba88f959cb666b828309ac72acd90d3a4902c7db
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/controller/ovn-controller.8.xml
    M ovn/controller/ovn-controller.c

  Log Message:
  -----------
  ovn-controller: Clarify that some config changes require a restart.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: 1f8317f93b6d047d70f91b516801508809e513b2
      https://github.com/openvswitch/ovs/commit/1f8317f93b6d047d70f91b516801508809e513b2
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/controller/bindings.c

  Log Message:
  -----------
  ovn-controller: Don't log every interface missing "iface-id".

Tunnels create a lot of interfaces without an "external-id:iface-id", so
logging each interface missing one (even at debug) seems unnecessary.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: 3442ca9b0be012d352fdeb0c710bd154217c68e8
      https://github.com/openvswitch/ovs/commit/3442ca9b0be012d352fdeb0c710bd154217c68e8
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/controller/bindings.c
    M ovn/controller/chassis.c
    M ovn/controller/ovn-controller.c
    M ovn/controller/ovn-controller.h

  Log Message:
  -----------
  ovn-controller: Rename "chassis_name" to "chassis_id".

This makes it more consistent with other IDs in the system.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: b705f9ea602d5bd807cc9471245280091c2acda0
      https://github.com/openvswitch/ovs/commit/b705f9ea602d5bd807cc9471245280091c2acda0
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/TODO
    M ovn/controller/ovn-controller.8.xml
    M ovn/ovn-architecture.7.xml
    M ovn/ovn-sb.ovsschema
    M ovn/ovn-sb.xml
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  ovn: Constrain supported tunnel types.

Limit the supported tunnel types to Geneve and STT on hypervisors, and
VXLAN, Geneve, and STT on gateways.  This commit adds "DESIGN.md" that
describes the reasoning.

Wes Felter provided suggestions for improving the wording in the
architecture document.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: e4901fe0672422ae575d5d5fbac618c6cd25a862
      https://github.com/openvswitch/ovs/commit/e4901fe0672422ae575d5d5fbac618c6cd25a862
  Author: Justin Pettit <jpettit at nicira.com>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M ovn/TODO
    M ovn/controller/chassis.c

  Log Message:
  -----------
  ovn-controller: Create tunnels based on Chassis configuration.

This creates a tunnel to each Chassis's specified Encaps.  In the
future, we may want to limit this to only Chassis that share a logical
datapath on the local system.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/40e07b2abc59...e4901fe06724


More information about the git mailing list