X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconfigguide%2Ffeatureconfig.rst;h=093f2361e900c9a8c1c9e9ae29f47b51588de2ce;hb=1f47771052455ffb19679cc213c76d8087bcc057;hp=1cbb56e790951cb336ca70cc3a3fe2af387f6911;hpb=e2a47bd00369ee30a4ffed6c446f0c76faf662e4;p=ovsnfv.git diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 1cbb56e..093f236 100755 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -6,9 +6,22 @@ Installing OVSNFV Fuel Plugin ============================= * On the Fuel UI, create a new environment. -* In Settings > Userspace OVS support, check "Userspace OVS support". +* Assign nodes as normal. +* In Settings > Compute, ensure KVM is selected which is required to enable DPDK on nodes' interfaces. +* On the compute nodes' interface settings enable DPDK on the interface running the + private network. +* *Do not enable DPDK on the control nodes.* +* In Settings > Other + * Enable "Install Openvswitch with NSH/DPDK" + * Enable "Install DPDK" + * Disable "Install NSH" +* In Nodes, for each compute node: + * Reserve some memory for DPDK hugepages - typically 128-512MB per NUMA node. + * Reserve some memory for Nova hugepages - typically 70-90% of total memory. + * Pin DPDK cores - typically 2. * Continue with environment configuration and deployment as normal. + Upgrading the plugin --------------------