[ovs-git] [openvswitch/ovs] 681a4a: rhel: Use same rundir for ovs and ovn.

GitHub noreply at github.com
Fri Aug 28 18:31:22 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 681a4a21adc464f5aa3a7943fd2125a64b6bf6e6
      https://github.com/openvswitch/ovs/commit/681a4a21adc464f5aa3a7943fd2125a64b6bf6e6
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M rhel/openvswitch-fedora.spec.in
    M rhel/usr_lib_systemd_system_ovn-controller.service
    M rhel/usr_lib_systemd_system_ovn-northd.service

  Log Message:
  -----------
  rhel: Use same rundir for ovs and ovn.

The previous systemd units for OVN had systemd create a rundir for
each daemon (ovn-northd and ovn-controller).  This "worked", in that
the services did start successfully.  However, they didn't actually
work.  In practice, both services make use of files in the main ovs
rundir, so just run everything from there.  It keeps things simple and
makes the services actually work.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: ab4d55dc4aebbdb56d71ac607b99bd7727bcd889
      https://github.com/openvswitch/ovs/commit/ab4d55dc4aebbdb56d71ac607b99bd7727bcd889
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M rhel/automake.mk
    M rhel/openvswitch-fedora.spec.in
    A rhel/usr_lib_systemd_system_ovn-controller-vtep.service

  Log Message:
  -----------
  rhel: Add systemd suport for ovn-controller-vtep.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 8ab46714e1412a15547e7948f6961488b6fc755c
      https://github.com/openvswitch/ovs/commit/8ab46714e1412a15547e7948f6961488b6fc755c
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-08-28 (Fri, 28 Aug 2015)

  Changed paths:
    M rhel/usr_lib_systemd_system_ovn-controller-vtep.service
    M rhel/usr_lib_systemd_system_ovn-controller.service

  Log Message:
  -----------
  rhel: Add variables for OVN and VTEP db locations.

Most real deployments will need to customize the database locations
for ovn-controller and ovn-controller-vtep.  Instead of making them
override the entire command used to start the daemons, provide and
document some environment variables that can be overridden in a custom
config file.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/4fe04a7e6ded...8ab46714e141


More information about the git mailing list