summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/my-styles.css25
-rw-r--r--docs/_templates/layout.html2
-rw-r--r--docs/release/installation.introduction.rst6
-rw-r--r--docs/release/release-notes.rst4
-rw-r--r--docs/release/userguide.introduction.rst14
m---------docs/submodules/apex0
m---------docs/submodules/armband0
m---------docs/submodules/barometer0
m---------docs/submodules/bottlenecks0
m---------docs/submodules/compass4nfv0
m---------docs/submodules/daisy0
m---------docs/submodules/doctor0
m---------docs/submodules/dovetail0
m---------docs/submodules/fuel0
m---------docs/submodules/functest0
m---------docs/submodules/nfvbench0
m---------docs/submodules/orchestra0
m---------docs/submodules/parser0
m---------docs/submodules/promise0
m---------docs/submodules/releng0
m---------docs/submodules/releng-xci0
m---------docs/submodules/samplevnf0
m---------docs/submodules/sfc0
m---------docs/submodules/snaps0
m---------docs/submodules/storperf0
m---------docs/submodules/yardstick0
26 files changed, 28 insertions, 23 deletions
diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css
index 94e72cdb7..311306238 100644
--- a/docs/_static/my-styles.css
+++ b/docs/_static/my-styles.css
@@ -1,18 +1,23 @@
-body{
- font-family:"Arial", Helvetica, sans-serif;
+body {
+ font-family: Helvetica, sans-serif;
+ font-size: 18px;
}
-.navbar-brand img {
- height: 200%;
- margin-top: -5%;
+body a {
+ color: #27CCC0;
}
-.navbar, h1, h2, h3, h4, h5, h6 {
- font-family: "Arial",sans-serif;
+body a:hover {
+ color: #676767;
+}
+
+.navbar-brand img {
+ height: 200%;
+ margin-top: -5%;
}
-.navbar-fixed-top {
- top: 10px
+.navbar, h1, h2, h3, h4, h5, h6 {
+ font-family: Helvetica, sans-serif;
}
.navbar-text{
@@ -25,4 +30,4 @@ body{
.navbar-form .form-control{
width: 150px;
-} \ No newline at end of file
+}
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 08baa3ec5..975cd9813 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -2,4 +2,4 @@
{% extends "!layout.html" %}
{# Custom CSS overrides #}
-{% set bootswatch_css_custom = ['_static/my-styles.css'] %} \ No newline at end of file
+{% set css_files = css_files + ['_static/my-styles.css'] %}
diff --git a/docs/release/installation.introduction.rst b/docs/release/installation.introduction.rst
index c45866684..cdf1479b2 100644
--- a/docs/release/installation.introduction.rst
+++ b/docs/release/installation.introduction.rst
@@ -11,7 +11,7 @@ Installation
Abstract
========
-This document provides an overview of the installation of the Euphrates release of OPNFV.
+This an overview document for the installation of the Euphrates release of OPNFV.
The Euphrates release can be installed making use of any of the installer projects in OPNFV:
Apex, Compass4Nfv, Daisy4NFV, Fuel or JOID. Each installer provides the ability to install a common OPNFV
@@ -105,9 +105,9 @@ The instructions for each toolchain can be found in these links:
OPNFV Test Frameworks
=====================
-If you have elected to install the OPNFV platform using the deployment toolchain provided by OPNFV
+If you have elected to install the OPNFV platform using the deployment toolchain provided by OPNFV,
your system will have been validated once the installation is completed.
-The basic deployment validation only addresses a small part of capabilities provided in
+The basic deployment validation only addresses a small part of capabilities in
the platform and you may want to execute more exhaustive tests. Some investigation will be required to
select the right test suites to run on your platform.
diff --git a/docs/release/release-notes.rst b/docs/release/release-notes.rst
index 8039c53bd..9e6e5c301 100644
--- a/docs/release/release-notes.rst
+++ b/docs/release/release-notes.rst
@@ -7,8 +7,8 @@
Release Notes
=============
-Release notes as provided by the OPNFV participating projects are captured in this section.
-These include details of software versions used, known limitations and outstanding trouble
+Release notes as provided by participating projects in OPNFV are captured in this section.
+These include details of software versions used, known limitations, and outstanding trouble
reports.
Project release notes:
diff --git a/docs/release/userguide.introduction.rst b/docs/release/userguide.introduction.rst
index b7f42521b..ef48e590c 100644
--- a/docs/release/userguide.introduction.rst
+++ b/docs/release/userguide.introduction.rst
@@ -14,11 +14,11 @@ Abstract
OPNFV is a collaborative project aimed at providing a variety of virtualisation
deployments intended to host applications serving the networking and carrier
industries. This document provides guidance and instructions for using platform
-features designed to support these applications, made available in the OPNFV
+features designed to support these applications that are made available in the OPNFV
Euphrates release.
This document is not intended to replace or replicate documentation from other
-upstream open source projects such as KVM, OpenDaylight, or OpenStack, but to highlight the
+upstream open source projects such as KVM, OpenDaylight, OpenStack, etc., but to highlight the
features and capabilities delivered through the OPNFV project.
@@ -28,14 +28,14 @@ Introduction
OPNFV provides a suite of scenarios, infrastructure deployment options, which
are able to be installed to host virtualised network functions (VNFs).
This document intends to help users of the platform leverage the features and
-capabilities delivered by the OPNFV project.
+capabilities delivered by OPNFV.
OPNFVs' Continuous Integration builds, deploys and tests combinations of virtual
infrastructure components in what are defined as scenarios. A scenario may
include components such as KVM, OpenDaylight, OpenStack, OVS, etc., where each
scenario will include different source components or configurations. Scenarios
are designed to enable specific features and capabilities in the platform that
-can be leveraged by the OPNFV User community.
+can be leveraged by the OPNFV user community.
Feature Overview
@@ -44,15 +44,15 @@ Feature Overview
The following links outline the feature deliverables from participating OPNFV
projects in the Euphrates release. Each of the participating projects provides
detailed descriptions about the delivered features including use cases,
-implementation and configuration specifics.
+implementation, and configuration specifics.
The following Configuration Guides and User Guides assume that the reader already has some
-information about a given project's specifics and deliverables. These Guides
+knowledge about a given project's specifics and deliverables. These Guides
are intended to be used following the installation with an OPNFV installer
to allow users to deploy and implement feature delivered by OPNFV.
If you are unsure about the specifics of a given project, please refer to the
-OPNFV wiki page at http://wiki.opnfv.org, for more details.
+OPNFV wiki page at http://wiki.opnfv.org for more details.
Feature Configuration Guides
diff --git a/docs/submodules/apex b/docs/submodules/apex
-Subproject 01e35f7f336f5a95e85131671abe82a7f99946a
+Subproject cbac19523534a3ffe767c6e44015302222d88a0
diff --git a/docs/submodules/armband b/docs/submodules/armband
-Subproject 08392c03d6bb184bc61dea46eec33d20f2b9c1d
+Subproject 8ac5a461c90545aa06538f5376cc929b2297f19
diff --git a/docs/submodules/barometer b/docs/submodules/barometer
-Subproject 3078905c7a7ea7a1c6c3ef868af0afafd37e8da
+Subproject f5894ba7d8dae3928694419f74023fcba36a9db
diff --git a/docs/submodules/bottlenecks b/docs/submodules/bottlenecks
-Subproject ad12c5707ac1191063af5cd33d54dd30ff64978
+Subproject 011a217f71c27f9b908b20f9145f461ddc12084
diff --git a/docs/submodules/compass4nfv b/docs/submodules/compass4nfv
-Subproject 39d12c034ebc5622b2cd152901507216a6f3b08
+Subproject c5127c4efb723f080611b28307c713dd21d17d8
diff --git a/docs/submodules/daisy b/docs/submodules/daisy
-Subproject 5923e6dd685a9efd9e87b1e2fe4bd538e6fb0ac
+Subproject 7fb4a641b9fd176dcad36d881bf5e1103539202
diff --git a/docs/submodules/doctor b/docs/submodules/doctor
-Subproject 171f4b42c7d6e179a987b98b46d8c9ae6f2fc36
+Subproject ff43740199fc14ad01b05ed0d626f51f81eb82f
diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail
-Subproject 494e5cd6de10007826e8dd882a296d6ae0aca75
+Subproject 8b916429666565f5b7b1ffda7dc912addb30815
diff --git a/docs/submodules/fuel b/docs/submodules/fuel
-Subproject f69a28ea02cc6a53d3b3d289576b17fbb31a67c
+Subproject db2144a7f6ed8586bbab39fdb5ea15b171388e8
diff --git a/docs/submodules/functest b/docs/submodules/functest
-Subproject da2f6a0aabf3b5473e1d2d3f55a5f6c9bb6c855
+Subproject a6e9a6fa2da17f84de91d2d47cb8ccb7e66a883
diff --git a/docs/submodules/nfvbench b/docs/submodules/nfvbench
-Subproject 216233299e082d2f3a67a697be66bb894f23f01
+Subproject 5511522fce8d3d394f2d9b73fbd910032f75f53
diff --git a/docs/submodules/orchestra b/docs/submodules/orchestra
-Subproject dca493fb41c38de1618b64084565d5fc46c9c3c
+Subproject 2c7eea345e76a641b65b567f6ebb2bf8b4f3a07
diff --git a/docs/submodules/parser b/docs/submodules/parser
-Subproject b991369780f92cf7103881ce29cf589bd208269
+Subproject 79923230d9636c426493505868ba228ba593189
diff --git a/docs/submodules/promise b/docs/submodules/promise
-Subproject bd9acd199e55efc097443d8c99027cf0030b5e7
+Subproject 6dc47bec9e4e23b744c9d74c4fb4846604e7b80
diff --git a/docs/submodules/releng b/docs/submodules/releng
-Subproject 6ebcae56c76492c4cdf42141a7b60bae1991e6f
+Subproject 02ea0678f840da4f63821c2753079263c6fcde1
diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci
-Subproject a934224aed505efe524a9a4c2db3b917e5addfe
+Subproject a94f0eb1448e98ef2fed6677595d206cc8298bd
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf
-Subproject 58c7eb1100e51176c20e5d57250cb46ed7020fa
+Subproject 48413cdea74b0fedfde4dac00951100b7d32580
diff --git a/docs/submodules/sfc b/docs/submodules/sfc
-Subproject 90b3ef7c16d604e53cce22169822878438ced78
+Subproject fd707b3d268129d02e726523517dae837b2f055
diff --git a/docs/submodules/snaps b/docs/submodules/snaps
-Subproject 14b6578d2d40a3335d361ad234accb804245e3e
+Subproject 440acd77fbda4cf944cc915bef4183935527f65
diff --git a/docs/submodules/storperf b/docs/submodules/storperf
-Subproject aa2fb5acde380188b063131c5c3c48e637ca6b9
+Subproject d45e5a980fc4f75f0f9abed929705da32e9f2fc
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick
-Subproject 89e17d5f72ba5cf9441d26f52d8cf8710946ed4
+Subproject 25b1bb7046d079102f68081ce49e651e8466672