Lucas Alvares Gomes 74b52bb349 Add HA Chassis Group related commands
This patch is introducing new commands to ovsdbapp to work with the new
HA_Chassis_Group and HA_Chassis tables in OVN Northbound database.

These tables were introduced by the commit [0] in core OVN which created
a new type of port called "external" that can be used for various things
including but not limited to: SR-IOV and baremetal booting support.

[0]
b31c76000b

Change-Id: I77ad33223607bee63a96e548f308bbffc1c9de52
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2019-08-27 15:35:33 +01:00
2018-08-23 09:03:54 -05:00
2019-07-05 13:56:16 -04:00
2018-07-10 16:23:46 +07:00
2019-04-19 19:43:59 +00:00
2018-08-21 09:36:16 -04:00
2017-02-24 15:02:19 -05:00
2018-08-23 09:03:54 -05:00
2017-02-24 15:02:19 -05:00
2019-07-05 13:56:16 -04:00
2017-03-15 04:26:57 +00:00
2019-06-27 12:43:55 +00:00
2019-07-29 23:28:26 +00:00

ovsdbapp

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

Features

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication
Description
OVSDB application library
Readme 6.7 MiB
Languages
Python 99.2%
Shell 0.8%