From a840f8c6d0647238b30dea8a504eee6bdba64946 Mon Sep 17 00:00:00 2001
From: Frank Brockners <fbrockne@cisco.com>
Date: Tue, 6 Sep 2016 06:14:58 -0700
Subject: Updated scenario documentation

Updated scenario documentation for os-odl_l2-fdio-noha
to reflect the required APEX installer configuration
settings (i.e. number of hugepages etc.).

Change-Id: I08ece03f3bc4e738eb77eef3f8e39eed0bb88405
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
---
 .../os-odl_l2-fdio-noha/scenario.description.rst   | 26 +++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

diff --git a/docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst b/docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst
index 2bbbe4d..076e37c 100755
--- a/docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst
+++ b/docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst
@@ -231,7 +231,10 @@ settings in the APEX configuration files. Those are typically found in
 /etc/opnfv-apex.
 
 File "deploy_settings.yaml" choose opendaylight as controller with version
-"boron" and enable vpp as forwarder::
+"boron" and enable vpp as forwarder. "hugepages" need to set to a
+sufficiently large value for VPP to work. The default value for VPP is
+1024, but this only allows for a few VMs to be started. If feasible,
+choose a significantly larger number on the compute nodes::
 
   global_params:
     ha_enabled: false
@@ -240,11 +243,28 @@ File "deploy_settings.yaml" choose opendaylight as controller with version
     sdn_controller: opendaylight
     sdn_l3: false
     odl_version: boron
-    tacker: false
-    congress: false
+    tacker: true
+    congress: true
     sfc: false
     vpn: false
     vpp: true
+    dataplane: fdio
+    performance:
+      Controller:
+        kernel:
+          hugepages: 1024
+          hugepagesz: 2M
+          intel_iommu: 'on'
+          iommu: pt
+      Compute:
+        nova:
+          libvirtpin: 1
+        kernel:
+          hugepagesz: 2M
+          hugepages: 2048
+          intel_iommu: 'on'
+          iommu: pt
+
 
 Validated deployment environments
 =================================
-- 
cgit