diff options
author | Tim Rozet <trozet@redhat.com> | 2018-11-09 11:17:28 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-11-09 17:08:35 +0000 |
commit | de387870dfc45fa9a9b066bbfe1c96c731cb086b (patch) | |
tree | 645cfa660ff6f352f10ab569949d48331d9bad49 /docs/release/scenarios/os-nosdn-performance-ha | |
parent | 3317286a3b39b125fb8895b1e2bfa2f0d230de78 (diff) |
Updates documentation for Gambiaopnfv-7.0.0
Changes-Include:
- Remove references to Apex ISO and disk image RPMs
- Update supported scenarios
- Update using upstream documentation
Change-Id: If2b66d1d5a861bd1f90b0e8829de37d84e656619
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit b188263699077102e956929970cc20191dafd312)
Diffstat (limited to 'docs/release/scenarios/os-nosdn-performance-ha')
-rw-r--r-- | docs/release/scenarios/os-nosdn-performance-ha/index.rst | 15 | ||||
-rw-r--r-- | docs/release/scenarios/os-nosdn-performance-ha/os-nosdn-performance-ha.rst | 54 |
2 files changed, 0 insertions, 69 deletions
diff --git a/docs/release/scenarios/os-nosdn-performance-ha/index.rst b/docs/release/scenarios/os-nosdn-performance-ha/index.rst deleted file mode 100644 index e0dbca7f..00000000 --- a/docs/release/scenarios/os-nosdn-performance-ha/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. _os-nosdn-performance-ha: - -.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> - -================================================ -os-nosdn-performance-ha overview and description -================================================ - -.. toctree:: - :numbered: - :maxdepth: 4 - - os-nosdn-performance-ha.rst diff --git a/docs/release/scenarios/os-nosdn-performance-ha/os-nosdn-performance-ha.rst b/docs/release/scenarios/os-nosdn-performance-ha/os-nosdn-performance-ha.rst deleted file mode 100644 index beed894e..00000000 --- a/docs/release/scenarios/os-nosdn-performance-ha/os-nosdn-performance-ha.rst +++ /dev/null @@ -1,54 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 -.. (c) <optionally add copywriters name> - -This document provides scenario level details for Fraser 1.0 of -deployment with no SDN controller and performance options enabled. - -============ -Introduction -============ - -This scenario is used primarily to demonstrate the performance settings and -capabilities in Apex. This scenario will deploy a Pike OpenStack -deployment without any NFV features or SDN controller enabled. - -Scenario components and composition -=================================== - -This scenario is composed of common OpenStack services enabled by default, -including Nova, Neutron, Glance, Cinder, Keystone, Horizon. Optionally and -by default, Tacker and Congress services are also enabled. Ceph is used as -the backend storage to Cinder on all deployed nodes. - -All services are in HA, meaning that there are multiple cloned instances of -each service, and they are balanced by HA Proxy using a Virtual IP Address -per service. - -The main purpose of this scenario is to serve as an example to show how to -set optional performance settings in an Apex deploy settings file. - -Scenario usage overview -======================= - -The performance options listed in os-nosdn-performance-ha.yaml give an example -of the different options a user can set in any deploy settings file. Some -of these performance options are actually required for other scenarios which -rely on DPDK. Options under the nova section like 'libvirtpin' allow a -user to choose which core to pin nova instances to on the overcloud compute -node. Options under 'kernel' allow a user to set kernel specific arguments -at boot, which include options like hugepages, isolcpus, enabling iommu, etc. - - -Limitations, Issues and Workarounds -=================================== - -* `APEX-389 <https://jira.opnfv.org/browse/APEX-389>`_: - Compute kernel parameters are applied to all nodes - -References -========== - -For more information on the OPNFV Fraser release, please visit -http://www.opnfv.org/fraser - |