v1->v2:
 - Change systemd units to run ovn-northd and ovn-controller directly
   instead of using ovn-ctl.  I kept ovn-ctl around anyway as it
   seemed useful to provide as an option for integrating with systems
   without systemd, similar to how ovs-ctl is used today.

[PATCH 1/2] Add ovn-ctl to assist with OVN daemon lifecycle.
[PATCH 2/2] fedora.spec: Create openvswitch-ovn package.

 ovn/automake.mk                                   |    1 
 ovn/utilities/.gitignore                          |    1 
 ovn/utilities/automake.mk                         |    9 
 ovn/utilities/ovn-ctl                             |  277 ++++++++++++++++++++++
 ovn/utilities/ovn-ctl.8.xml                       |   54 ++++
 rhel/automake.mk                                  |    4 
 rhel/openvswitch-fedora.spec.in                   |   43 ++-
 rhel/usr_lib_systemd_system_ovncontroller.service |   14 +
 rhel/usr_lib_systemd_system_ovnnorthd.service     |   13 +
 9 files changed, 409 insertions(+), 7 deletions(-)

-- 
Russell Bryant
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to