On Fri, Apr 24, 2015 at 01:06:06PM -0400, Russell Bryant wrote: > This patch creates a new subpackage for OVN, openvswitch-ovn. It also > installs systemd unit files for ovncontroller and ovnnorthd services. > Finally, it installs some template service configuration files into > /etc/sysconfig/. > > If you want to run ovn-controller on a host running ovs: > > # systemctl start ovncontroller > > If you want to run ovn-northd and ovsdb-server on a management host: > > # systemctl start ovnnorthd > > If you want to run all of ovs and ovn on the same host: > > # cat << EOF > /etc/sysconfig/openvswitch > OPTIONS="'--extra-dbs=ovnnb.db ovnsb.db'" > EOF > > # cat << EOF > /etc/sysconfig/ovnnorthd > OPTIONS="--no-ovsdb-server" > EOF > > # ovn-ctl create_ovn_dbs > # systemctl start openvswitch > # systemctl start ovnnorthd > # systemctl start ovncontroller > > Signed-off-by: Russell Bryant <rbry...@redhat.com>
This looks nice but it seems awkward to have to edit config files if you want to run both OVS and OVN on a host. Do you think there's a way to make it simply a matter of starting both services? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev