b2261100d4e32b51bfda25207cf0afb5cd4d8a11
[ovsnfv.git] / docs / userguides / quickstart.rst
1 ===========================
2 Getting Started with OVSNFV
3 ===========================
4
5 Fuel Plugin Overview
6 --------------------
7
8 OVSNFV Fuel plugin upgrades Open vSwitch on an OPNFV installation to use
9 user-space datapath.
10
11 As part of the upgrade the following changes are also made:
12
13 * change libvirt on compute node to 1.2.12
14 * change qemu on compute node to 2.2.1
15 * installs DPDK 2.0.0
16 * installs OVS 2.1 (specifically git tag 1e77bbe)
17 * removes existing OVS neutron plugin
18 * installs new OVS plugin as part of networking_ovs_dpdk OpenStack plugin
19   version stable/kilo
20 * work around _set_device_mtu issue
21
22 Requirements
23 ~~~~~~~~~~~~
24
25 Currently not all installers are supported.
26
27 Limitations
28 ~~~~~~~~~~~
29
30 Limitataions
31 ------------
32
33 This release should be considered experimental. In particular:
34
35 * performance will be addressed specifically in subsequent releases.
36 * OVS and other components are updated only on compute nodes.
37 * There may be issues assigning floating and public ip address to VMs.