[ovs-dev] [PATCH v2 0/3] ovn-sb: support for managing connections in db

Lance Richardson lrichard at redhat.com
Wed Nov 9 13:59:41 UTC 2016


- Add SSL configuration information to OVN_Southbound schema.
- Add commands to ovn-sbctl for managing remote connection configuration.
- Add commands to ovn-sbctl for managing SSL configuration.
- Add a test case to exercise the above.

Follow-on work will repeat the above for OVN_Northbound/ovn-nbctl,
and then enhance ovn-ctl and startup scripts to enable configurations
using SSL for all remote connections.

v2: Split into multiple patches to aid reviewers.

Lance Richardson (3):
  ovn-sb: add SSL configuration to southbound db schema
  ovn-sbctl: commands for managing connection configuration
  ovn-sb: add support for SSL configuration in database

 manpages.mk                  |  14 +++
 ovn/ovn-sb.ovsschema         |  21 ++++-
 ovn/ovn-sb.xml               |  48 +++++++++-
 ovn/utilities/ovn-sbctl.8.in |  83 ++++++++++++++++
 ovn/utilities/ovn-sbctl.c    | 219 ++++++++++++++++++++++++++++++++++++++++++-
 tests/ovn.at                 |  52 ++++++++++
 6 files changed, 432 insertions(+), 5 deletions(-)

-- 
2.5.5




More information about the dev mailing list