From 22a34c0d46217f7d9d002a0b8979fa2cdd47c1b5 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Mon, 19 Sep 2016 17:07:17 +0200 Subject: Final version Fixed trailing whitespaces Added StorPerf, this should prob the last link to add. Adding more document links. Added security notes Added numbering to the user guide Adding the feature configuration parts to the user guide. Change-Id: I2b1569c97507be18bd0ec17fab41eeb2554726e5 Signed-off-by: Sofia Wallin (cherry picked from commit e56ae5e33cfb724e05c34f4e0f9e558659b4d8bf) --- .../installation.introduction.rst | 25 ++++++++++++++-- docs/userguide/index.rst | 1 + docs/userguide/userguide.introduction.rst | 35 +++++++++++++++++++--- 3 files changed, 54 insertions(+), 7 deletions(-) diff --git a/docs/installationprocedure/installation.introduction.rst b/docs/installationprocedure/installation.introduction.rst index ae4a601ae..5b907bdae 100644 --- a/docs/installationprocedure/installation.introduction.rst +++ b/docs/installationprocedure/installation.introduction.rst @@ -43,12 +43,11 @@ To learn more about the scenarios supported in the Colorado release refer to the description documents provided: - Accelerated OVS `os-nosdn-ovs `_ -- FD.io based forwarding `os-nosdn-fdio-noha `_ -- Layer 3 overlay using opendaylight `os-odl-l2-bgpvpn `_ +- Layer 3 overlay using opendaylight `os-odl-l2-bgpvpn `_ - FD.io based forwarding using opendaylight SDN `os-odl-12-fdio-noha `_ - High availability service function chaining `os-odl-l2-sfc-ha `_ - Service function chaining `os-odl-l2-sfc-noha `_ -- `os-odl-l2-moon-ha `_ +- Accelerated KVM hypervisor `os-nosdn-kvm-ha `_ ====================== Installation Procedure @@ -82,3 +81,23 @@ Many of the OPNFV test project provide user-guide documentation and installation - `vSwitchPerf user guide `_ - `Software Fastpath Service Quality Metrics (SFQM) user guide `_ - `Bottlenecks user guide `_ +- `Storage Performance Benchmarking for NFVI (StorPerf) user guide `_ + +============== +Security Notes +============== + +The following patches were applied to fix security issues discovered in opnfv +projects, during the c-release cycle. + +- `Removal of private keys: `_ +- `Fix security issues of eval-s in testapi: `_ +- `Implements use of yaml.safe_load: `_ +- `Fix security issues reported by the security audit: `_ +- `Fix issues found in security review: `_ +- `Removing OpenSteak Project: `_ +- `Remove unsed files in open-contrail role: `_ +- `Get rid of private key in repo: `_ +- `Handling file loads and tmp dirs differently `_ +- `Remove `Debug = True when run Flask and add logger `_ + diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index baa4ae072..faa5dbd94 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -7,6 +7,7 @@ OPNFV User Guide **************** .. toctree:: + :numbered: :maxdepth: 2 ./userguide.introduction.rst diff --git a/docs/userguide/userguide.introduction.rst b/docs/userguide/userguide.introduction.rst index 1ab6b8442..9e8ae3ebb 100644 --- a/docs/userguide/userguide.introduction.rst +++ b/docs/userguide/userguide.introduction.rst @@ -41,7 +41,7 @@ projects in the Colorado release. Each of the participating projects provides detailed descriptions about the delivered features. Including use cases, implementation and configuration specifics on a per OPNFV project basis. -The following are User Guides and assume that the reader has already some +The following are Configuration Guides and User Guides and assume that the reader has already some information about a given projects specifics and deliverables. These guides are intended to be used following the installation of a given OPNFV installer to allow a user to deploy and implement feature delivered by OPNFV. @@ -51,8 +51,35 @@ OPNFV projects home page, found on http://wiki.opnfv.org, for specific details. You can find project specific usage and configuration information below: +Feature Configuration Guides +============================ + +- `Armband configuration guide `_ +- `Copper configuration guide `_ +- `Doctor configuration guide `_ +- `IPv6 configuration guide `_ +- `KVMforNFV configuration guide `_ +- `Moon configuration guide `_ +- `Multisite configuration guide `_ +- `ONOSFW configuration guide `_ +- `OVSNFV configuration guide `_ +- `Promise configuration guide `_ +- `SFC configuration guide `_ + + +Feature User Guides +=================== + +- `Copper user guide `_ +- `Doctor user guide `_ +- `Domino user guide `_ - `IPv6 user guide `_ -- `Multisite user guide `_ -- `Domino user guide `_ -- `Moon user guide `_ +- `KVMforNFV user guide `_ +- `Moon user guide `_ +- `Multisite user guide `_ +- `ONOSFW user guide `_ +- `OVSNFV user guide `_ +- `Parser user guide `_ +- `Promise user guide `_ - `SDNVPN user guide `_ +- `SFC user guide `_ -- cgit 1.2.3-korg