Merge "[network] Improve note about minimum OVS version" into stable/liberty

This commit is contained in:
Jenkins 2016-01-21 00:33:44 +00:00 committed by Gerrit Code Review
commit 2ecaebe211
4 changed files with 44 additions and 7 deletions

View File

@ -72,9 +72,17 @@ because it only handles layer 2 connectivity.
project networks, the network infrastructure should support jumbo frames.
.. warning::
Proper operation of this scenario requires Open vSwitch 2.1 or newer. VXLAN
requires kernel 3.13 or newer. Also, the Kilo release increases stability
and reliability of DVR considerably over the Juno release.
Linux distributions often package older releases of Open vSwitch that can
introduce issues during operation with the Networking service. We recommend
using at least the latest long-term stable (LTS) release of Open vSwitch
for the best experience and support from Open vSwitch. See
`<http://www.openvswitch.org>`__ for available releases and the
`installation instructions
<https://github.com/openvswitch/ovs/blob/master/INSTALL.md>`__ for
building newer releases from source on various distributions.
Implementing VXLAN networks requires Linux kernel 3.13 or newer.
OpenStack services - controller node
------------------------------------

View File

@ -91,8 +91,17 @@ require an IP address range because it only handles layer-2 connectivity.
project networks, the network infrastructure should support jumbo frames.
.. warning::
Proper operation of this scenario requires Open vSwitch 2.1 or newer.
VXLAN also requires kernel 3.13 or newer.
Linux distributions often package older releases of Open vSwitch that can
introduce issues during operation with the Networking service. We recommend
using at least the latest long-term stable (LTS) release of Open vSwitch
for the best experience and support from Open vSwitch. See
`<http://www.openvswitch.org>`__ for available releases and the
`installation instructions
<https://github.com/openvswitch/ovs/blob/master/INSTALL.md>`__ for
building newer releases from source on various distributions.
Implementing VXLAN networks requires Linux kernel 3.13 or newer.
OpenStack services - controller node
------------------------------------

View File

@ -110,8 +110,17 @@ because it only handles layer-2 connectivity.
project networks, the network infrastructure should support jumbo frames.
.. warning::
Proper operation of this scenario requires Open vSwitch 2.1 or newer.
VXLAN also requires kernel 3.13 or newer.
Linux distributions often package older releases of Open vSwitch that can
introduce issues during operation with the Networking service. We recommend
using at least the latest long-term stable (LTS) release of Open vSwitch
for the best experience and support from Open vSwitch. See
`<http://www.openvswitch.org>`__ for available releases and the
`installation instructions
<https://github.com/openvswitch/ovs/blob/master/INSTALL.md>`__ for
building newer releases from source on various distributions.
Implementing VXLAN networks requires Linux kernel 3.13 or newer.
OpenStack services - controller node
------------------------------------

View File

@ -75,6 +75,17 @@ Infrastructure
.. image:: figures/scenario-provider-ovs-services.png
:alt: Service layout
.. warning::
Linux distributions often package older releases of Open vSwitch that can
introduce issues during operation with the Networking service. We recommend
using at least the latest long-term stable (LTS) release of Open vSwitch
for the best experience and support from Open vSwitch. See
`<http://www.openvswitch.org>`__ for available releases and the
`installation instructions
<https://github.com/openvswitch/ovs/blob/master/INSTALL.md>`__ for
building newer releases from source on various distributions.
OpenStack services - controller node
------------------------------------