[ovs-dev] [PATCH v2 0/3] ovn: support ssl connections to nb/sb dbs

Lance Richardson lrichard at redhat.com
Thu Dec 8 18:12:22 UTC 2016


This series adds support for SSL connections to the northbound
and southbound OVN database servers and removes the previous
default TCP connection type.


v2: - Changed DB_NB_DEFAULT_REMOTE to DB_NB_CREATE_REMOTE.
    - Changed DB_SB_DEFAULT_REMOTE to DB_SB_CREATE_REMOTE.
    - Create default remote configuration in db instead of
      via command-line options.

Lance Richardson (3):
  ovn-nb: remote connection management in nb db
  ovn-sb: remote connection management in sb db
  ovn-ctl: add support for SSL nb/sb db connections

 NEWS                          |   7 +
 manpages.mk                   |  10 ++
 ovn/ovn-nb.ovsschema          |  53 +++++++-
 ovn/ovn-nb.xml                | 288 ++++++++++++++++++++++++++++++++++++++++++
 ovn/ovn-sb.ovsschema          |  21 ++-
 ovn/ovn-sb.xml                |  48 ++++++-
 ovn/utilities/ovn-ctl         | 106 +++++++++++++---
 ovn/utilities/ovn-ctl.8.xml   |   7 +
 ovn/utilities/ovn-nbctl.8.xml |  36 ++++++
 ovn/utilities/ovn-nbctl.c     | 208 ++++++++++++++++++++++++++++++
 ovn/utilities/ovn-sbctl.8.in  |  85 ++++++++++++-
 ovn/utilities/ovn-sbctl.c     | 221 +++++++++++++++++++++++++++++++-
 tests/ovn.at                  | 104 +++++++++++++++
 13 files changed, 1161 insertions(+), 33 deletions(-)

-- 
2.5.5



More information about the dev mailing list