d8cbe601ea29936092a42f3d51866e581a214e69
[ovsnfv.git] / docs / userguide / quickstart.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (c) 2016 Open Platform for NFV Project, Inc. and its contributors
4
5 ============
6 Open vSwitch
7 ============
8
9 Open vSwtich (OVS) is a software switch commonly used in OpenStack deployments
10 to replace Linux bridges as it offers advantages in terms of mobility, hardware
11 integration and use by network controllers.
12
13 ================
14 OPNFV Installers
15 ================
16
17 Currently not all installers are supported.
18
19 Fuel Installer
20 --------------
21
22 OVSNFV project supplies a Fuel Plugin to upgrades Open vSwitch on an OPNFV
23 installation to use user-space datapath.
24
25 As part of the upgrade the following changes are also made:
26
27 * change libvirt on compute node to 1.2.12
28 * change qemu on compute node to 2.2.1
29 * installs DPDK 2.0.0
30 * installs OVS 2.1 (specifically git tag 1e77bbe)
31 * removes existing OVS neutron plugin
32 * installs new OVS plugin as part of networking_ovs_dpdk OpenStack plugin
33   version stable/kilo
34 * work around _set_device_mtu issue
35
36 Limitations
37 ~~~~~~~~~~~
38
39 This release should be considered experimental. In particular:
40
41 * performance will be addressed specifically in subsequent releases.
42 * OVS and other components are updated only on compute nodes.
43
44 Bugs
45 ~~~~
46
47 * There may be issues assigning floating and public ip address to VMs.
48