OVSDB application library
Go to file
Lucas Alvares Gomes 90dfca5dfc Add Port_Group commands
This patch is adding commands to manipulate the new Port_Group table
introduced in the OVN Northbound Database.

Four new commands are being added:

* pg_add() -> To add a new Port Group
* pg_del() -> To delete a Port Group
* pg_add_ports() -> To add a list of LSP to a Port Group
* pg_add_acls() -> To add a list of ACL to a Port Group
* pg_del_ports() -> To delete a list of LSP from a Port Group
* pg_del_acls() -> To delete a list of ACL from a Port Group

Change-Id: I9bae9a5681501d8e8a85c25ccb6d496d5b3f8681
2018-05-29 16:06:41 +01:00
doc/source Removes unnecessary utf-8 encoding 2017-07-20 16:35:33 +05:30
ovsdbapp Add Port_Group commands 2018-05-29 16:06:41 +01:00
releasenotes Update reno for stable/queens 2018-01-24 18:10:06 +00:00
tools Avoid tox_install.sh for constraints support 2017-12-20 21:25:28 +01:00
.gitignore Ignore .testrepository and editor(s) files 2017-04-21 10:09:30 +01:00
.gitreview Add .gitreview 2017-03-13 16:48:53 -05:00
.pylintrc pylint: Disable duplicate-code for check 2017-07-03 20:31:35 +00:00
.testr.conf Fix pep8/cookiecutter test running 2017-02-24 15:32:17 -05:00
.zuul.yaml add lower-constraints job 2018-04-12 06:47:49 +00:00
CONTRIBUTING.rst Add cookiecutter output 2017-02-24 15:02:19 -05:00
HACKING.rst Update the documentation link for doc migration 2017-07-21 14:13:21 +08:00
LICENSE Add cookiecutter output 2017-02-24 15:02:19 -05:00
README.rst There is no documentation for ovsdbapp 2017-07-20 16:18:21 +05:30
TESTING.rst Add ability to debug OVS virtual environments 2017-07-13 19:51:31 +00:00
babel.cfg Add cookiecutter output 2017-02-24 15:02:19 -05:00
bindep.txt Add OVN Northbound API for LS, LSP, and DHCP 2017-07-03 23:19:46 -05:00
lower-constraints.txt Add Port_Group commands 2018-05-29 16:06:41 +01:00
requirements.txt Add Port_Group commands 2018-05-29 16:06:41 +01:00
setup.cfg Enable warning-is-error in doc build 2017-07-08 17:30:45 +00:00
setup.py Updated from global requirements 2017-03-15 04:26:57 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:52:59 +00:00
tox.ini add lower-constraints job 2018-04-12 06:47:49 +00:00

README.rst

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