On Mon, Jun 15, 2015 at 02:31:45PM -0700, Ben Pfaff wrote:
> On Fri, Jun 12, 2015 at 12:51:24PM -0400, Russell Bryant wrote:
> > This patch creates a new subpackage for OVN, openvswitch-ovn.  It also
> > installs systemd unit files for ovn-controller and ovn-northd.
> > 
> > If you want to run ovn-controller:
> > 
> >     # systemctl start ovn-controller
> > 
> > If you want to run ovn-northd:
> > 
> >     # systemctl start ovn-northd
> > 
> > Both systemd units are currently set to depend on openvswitch.  If
> > further ovsdb initialization is required for the OVN databases before
> > ovn-northd can start, that will be handled automatically by ovn-ctl
> > when you start the ovn-northd service.
> > 
> > This currently assumes that ovn-northd runs on the same host as
> > ovsdb-server that is hosting the OVN databases.  That seems like a
> > reasonable assumption in the current architecture and can be evolved
> > later when needed.
> > 
> > Signed-off-by: Russell Bryant <rbry...@redhat.com>
> > CC: Flavio Leitner <f...@redhat.com>
> > CC: Ben Pfaff <b...@nicira.com>
> 
> Applied to 'ovn', thanks!

Nice!

> (I only skimmed this, on the basis that you know RPM packaging better
> than me.)

It LGTM as well.
Thanks folks,
fbl

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

Reply via email to