mbox series

[ovs-dev,0/4] Add support for OVSDB Relay in OVN SB DB

Message ID 20230105233344.3271729-1-odivlad@gmail.com
Headers show
Series Add support for OVSDB Relay in OVN SB DB | expand

Message

Vladislav Odintsov Jan. 5, 2023, 11:33 p.m. UTC
This patch series adds support to run utilize OVSDB Relay functionality in OVN:
- add new commands to ovn-ctl script
- add new systemd-unit ovn-db@.service to manage ovsdb-servers
- add support to run against non-leader to ovn-controller-vtep
- add documentation about OVSDB Relay usage in OVN

Vladislav Odintsov (4):
  rhel,ovn-ctl: add support to run OVN SB relay
  rhel: add ovn-db@.service systemd-unit
  vtep: set SB DB ovsdb_idl to no_leader_only mode
  docs: add tutorial for ovsdb relay usage

 Documentation/automake.mk                     |   4 +
 .../tutorials/images/ovsdb-relay-1.png        | Bin 0 -> 68086 bytes
 .../tutorials/images/ovsdb-relay-2.png        | Bin 0 -> 84019 bytes
 .../tutorials/images/ovsdb-relay-3.png        | Bin 0 -> 116547 bytes
 Documentation/tutorials/index.rst             |   1 +
 Documentation/tutorials/ovn-ovsdb-relay.rst   | 265 ++++++++++++++++++
 Documentation/tutorials/ovn-rbac.rst          |   2 +
 NEWS                                          |   3 +
 controller-vtep/ovn-controller-vtep.c         |   1 +
 rhel/automake.mk                              |   1 +
 rhel/ovn-fedora.spec.in                       |   3 +-
 rhel/usr_lib_systemd_system_ovn-db@.service   |  39 +++
 utilities/ovn-ctl                             |  56 +++-
 13 files changed, 373 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/tutorials/images/ovsdb-relay-1.png
 create mode 100644 Documentation/tutorials/images/ovsdb-relay-2.png
 create mode 100644 Documentation/tutorials/images/ovsdb-relay-3.png
 create mode 100644 Documentation/tutorials/ovn-ovsdb-relay.rst
 create mode 100644 rhel/usr_lib_systemd_system_ovn-db@.service

Comments

Vladislav Odintsov Jan. 14, 2023, 9:33 a.m. UTC | #1
This series was superseded by a new v2:
https://patchwork.ozlabs.org/project/ovn/cover/20230114092808.3538014-1-odivlad@gmail.com/

Regards,
Vladislav Odintsov

> On 6 Jan 2023, at 02:33, Vladislav Odintsov <odivlad@gmail.com> wrote:
> 
> This patch series adds support to run utilize OVSDB Relay functionality in OVN:
> - add new commands to ovn-ctl script
> - add new systemd-unit ovn-db@.service to manage ovsdb-servers
> - add support to run against non-leader to ovn-controller-vtep
> - add documentation about OVSDB Relay usage in OVN
> 
> Vladislav Odintsov (4):
>  rhel,ovn-ctl: add support to run OVN SB relay
>  rhel: add ovn-db@.service systemd-unit
>  vtep: set SB DB ovsdb_idl to no_leader_only mode
>  docs: add tutorial for ovsdb relay usage
> 
> Documentation/automake.mk                     |   4 +
> .../tutorials/images/ovsdb-relay-1.png        | Bin 0 -> 68086 bytes
> .../tutorials/images/ovsdb-relay-2.png        | Bin 0 -> 84019 bytes
> .../tutorials/images/ovsdb-relay-3.png        | Bin 0 -> 116547 bytes
> Documentation/tutorials/index.rst             |   1 +
> Documentation/tutorials/ovn-ovsdb-relay.rst   | 265 ++++++++++++++++++
> Documentation/tutorials/ovn-rbac.rst          |   2 +
> NEWS                                          |   3 +
> controller-vtep/ovn-controller-vtep.c         |   1 +
> rhel/automake.mk                              |   1 +
> rhel/ovn-fedora.spec.in                       |   3 +-
> rhel/usr_lib_systemd_system_ovn-db@.service   |  39 +++
> utilities/ovn-ctl                             |  56 +++-
> 13 files changed, 373 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/tutorials/images/ovsdb-relay-1.png
> create mode 100644 Documentation/tutorials/images/ovsdb-relay-2.png
> create mode 100644 Documentation/tutorials/images/ovsdb-relay-3.png
> create mode 100644 Documentation/tutorials/ovn-ovsdb-relay.rst
> create mode 100644 rhel/usr_lib_systemd_system_ovn-db@.service
> 
> -- 
> 2.36.1
>