diff options
author | Frank Brockners <fbrockne@cisco.com> | 2016-09-06 06:14:58 -0700 |
---|---|---|
committer | Frank Brockners <fbrockne@cisco.com> | 2016-09-06 06:14:58 -0700 |
commit | a840f8c6d0647238b30dea8a504eee6bdba64946 (patch) | |
tree | f42bd82298341a8112b8e394422faf24ab0165a3 /docs/scenarios/os-odl_l2-fdio-noha | |
parent | b84c5cc4ca609c699394c0a5d74fc13618d76f23 (diff) |
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>
Diffstat (limited to 'docs/scenarios/os-odl_l2-fdio-noha')
-rwxr-xr-x | docs/scenarios/os-odl_l2-fdio-noha/scenario.description.rst | 26 |
1 files 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 ================================= |