On Mon, May 04, 2015 at 05:40:45PM -0400, Russell Bryant wrote: > This patch introduces ovn-ctl, which is similar to ovs-ctl. I opted > for a new script as everything in OVN so far is nicely isolated, so a > new script seemed to make the most sense. > > ovn-ctl supports a few different scenarios. If you'd like to run > ovn-controller on a host already running ovs: > > # ovn-ctl start_controller > > If you'd like to run ovn-northd and ovsdb-server on a management host > that won't be running ovs and ovn-controller: > > # ovn-ctl start_northd > > ovn-ctl also supports running everything on the same host. This would > be common in a test environment with a single host or small set of > hosts. In general, that would look like: > > # ovn-ctl create_ovn_dbs > # ovs-ctl start --extra-dbs="ovnnb.db ovnsb.db" > # ovn-ctl start_northd --no-ovsdb-server > # ovn-ctl start_controller > > This script is not strictly needed on systems using systemd, but is > still nice to provide as an option to enable running on other systems. > > Signed-off-by: Russell Bryant <rbry...@redhat.com> > ---
It seems reasonable to have the same scheme used by OVS in OVN. Looks good to me. Acked-by: Flavio Leitner <f...@redhat.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev