On Thu, Mar 24, 2016 at 9:55 AM, Flavio Leitner <f...@sysclose.org> wrote:
> On Thu, 24 Mar 2016 11:37:29 +0530 > bscha...@redhat.com wrote: > > > rhel packaging for OVN is split to host(controller), central(northd), > > common(command line utilities) and docker(docker network plugin). This is > > similar to OVN packaging for Debian. > > I think this should update INSTALL.Fedora.md too. > Good point. > We haven't enabled OVN in Fedora yet, so not sure how much we should > care about legacy stuff. If we do, then 'openvswitch-ovn' needs to > exist in some form (virtual or not) to provide an upgrade path. > Since OVN is still marked experimental and we haven't actually shipped the package anywhere, I think we're still safe to make breaking changes to the packaging. I made the following changes and applied this to master. I didn't go into a lot of detail in INSTALL.Fedora.md, as installation and configuration of OVN needs a lot more detail to be useful. That's covered elsewhere, like: http://docs.openstack.org/developer/networking-ovn/refarch.html http://docs.openstack.org/developer/networking-ovn/install.html diff --git a/INSTALL.Fedora.md b/INSTALL.Fedora.md index 588760a..12d9a72 100644 --- a/INSTALL.Fedora.md +++ b/INSTALL.Fedora.md @@ -64,8 +64,9 @@ make rpm-fedora ``` This will create the RPMs `openvswitch`, `python-openvswitch`, -`openvswitch-test`, `openvswitch-devel`, `openvswitch-ovn`, -and `openvswitch-debuginfo`. +`openvswitch-test`, `openvswitch-devel`, `openvswitch-ovn-common`, +`openvswitch-ovn-central`, `openvswitch-ovn-host`, `openvswitch-ovn-vtep`, +`openvswitch-ovn-docker`, and `openvswitch-debuginfo`. To enable DPDK support in the openvswitch package, the `--with dpdk` option can be added: @@ -110,9 +111,12 @@ module is to be used. The openvswitch-kmod RPM should not be installed if only the in-tree Linux datapath or user-space datapath is needed. See [FAQ.md] for more information about the various Open vSwitch datapath options. -In most cases only the `openvswitch` and (when using OVN) `openvswitch-ovn` RPMs -will need to be installed. The `python-openvswitch`, `openvswitch-test`, `openvswitch-devel`, -and `openvswitch-debuginfo` RPMs are optional unless required for a specific purpose. +In most cases only the `openvswitch` RPM will need to be installed. The +`python-openvswitch`, `openvswitch-test`, `openvswitch-devel`, and +`openvswitch-debuginfo` RPMs are optional unless required for a specific +purpose. + +The `openvswitch-ovn-*` packages are only needed when using OVN. See [rhel/README.RHEL] for additional usage and configuration information. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev