summaryrefslogtreecommitdiffstats
path: root/docs/scenario
diff options
context:
space:
mode:
authorChristopherPrice <christopher.price@ericsson.com>2016-02-23 12:42:23 +0100
committerChristopherPrice <christopher.price@ericsson.com>2016-02-24 22:10:59 +0100
commitd4134280f9acbf523454673931155ab4af9b42a0 (patch)
tree824f849400c4a5344f4d00bde5514139408753cc /docs/scenario
parentb3b1197b82cab346fd39a5e309897705472b3cd4 (diff)
please review, updates for release.
Updated scenario matrix for the user guide. Updated config guide Change-Id: Ic1e55cacab47521c2428748e00458425c32a11af Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Diffstat (limited to 'docs/scenario')
-rw-r--r--docs/scenario/featurematrix.rst17
-rw-r--r--docs/scenario/scenariomatrix.rst38
2 files changed, 39 insertions, 16 deletions
diff --git a/docs/scenario/featurematrix.rst b/docs/scenario/featurematrix.rst
index 5b79028d8..ce8c24b6c 100644
--- a/docs/scenario/featurematrix.rst
+++ b/docs/scenario/featurematrix.rst
@@ -2,6 +2,15 @@ Each scenario provides a set of platform capabilities and features that it suppo
possible to identify which features are provided by reviewing the scenario name, however
not all features and capabilities are discernible from the name itself.
+Brahmaputra feature support matrix
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following table provides an overview of the available scenarios and supported features
+in the Brahmaputra release of OPNFV.
+
+.. image:: ../images/brahmaputrafeaturematrix.jpg
+ :alt: OPNFV Brahmaputra Feature Matrix
+
Scenario Naming
^^^^^^^^^^^^^^^
@@ -17,11 +26,3 @@ The [feature] tag in the scenario name describes the main feature provided by th
This scenario may also provide support for advanced fault management features which is not apparent
in the scenario name. The following section describes the features available in each scenario.
-Brahmaputra feature support matrix
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The following table provides an overview of the available scenarios and supported features
-in the Brahmaputra release of OPNFV.
-
-.. image:: ../images/brahmaputrafeaturematrix.jpg
- :alt: OPNFV Brahmaputra Feature Matrix
diff --git a/docs/scenario/scenariomatrix.rst b/docs/scenario/scenariomatrix.rst
index 1b42e764f..64e115015 100644
--- a/docs/scenario/scenariomatrix.rst
+++ b/docs/scenario/scenariomatrix.rst
@@ -1,6 +1,6 @@
Scenarios are implemented as deployable compositions through integration with an installation tool.
OPNFV supports multiple installation tools and for any given release not all tools will support all
-scenarios. While our target is to establish parity across the installation tools to ensure they
+scenarios. While our target is to establish parity across the installation tools to ensure they
can provide all scenarios, the practical challenge of achieving that goal for any given feature and
release results in some disparity.
@@ -13,12 +13,34 @@ in the Brahmaputra release of OPNFV.
.. image:: ../images/brahmaputrascenariomatrix.jpg
:alt: OPNFV Brahmaputra Scenario Matrix
+Scenario status is indicated by a weather pattern icon. All scenarios listed with
+a weather pattern are possible to deploy and run in your environment or a Pharos lab,
+however they may have known limitations or issues as indicated by the icon.
+
+Weather pattern icon legend:
+
++---------------------------------------------+----------------------------------------------------------+
+| Weather Icon | Scenario Status |
++=============================================+==========================================================+
+| .. image:: ../images/weather-clear.jpg | Stable, no known issues |
++---------------------------------------------+----------------------------------------------------------+
+| .. image:: ../images/weather-few-clouds.jpg | Stable, documented limitations |
++---------------------------------------------+----------------------------------------------------------+
+| .. image:: ../images/weather-overcast.jpg | Deployable, stability or feature limitations |
++---------------------------------------------+----------------------------------------------------------+
+| .. image:: ../images/weather-dash.jpg | Not deployed with this installer |
++---------------------------------------------+----------------------------------------------------------+
+
+Scenarios that are not yet in a state of "Stable, no known issues" will continue to be stabilised
+and updates will be made on the stable/brahmaputra branch. While we intend that all Brahmaputra
+scenarios should be stable it is worth checking regularly to see the current status. Due to
+our dependency on upstream communities and code some issues may not be resolved prior to the C release.
Scenario Naming
^^^^^^^^^^^^^^^
In OPNFV scenarios are identified by short scenario names, these names follow a scheme that
-identifies the key components and behaviours of the scenario. The rules for scenario naming are as follows:
+identifies the key components and behaviours of the scenario. The rules for scenario naming are as follows:
os-[controller]-[feature]-[mode]-[option]
@@ -36,7 +58,7 @@ Details of the fields are
* [feature]: mandatory
* Refers to the feature projects supported by the scenario
- * example values: nofeature, kvm, ovs
+ * example values: nofeature, kvm, ovs, sfc
* [mode]: mandatory
@@ -54,13 +76,13 @@ Some examples of supported scenario names are:
* This is an OpenStack based deployment using neutron including the OPNFV enhanced KVM hypervisor
- * os-odl_l2-nofeature-ha
+ * os-onos-nofeature-ha
- * This is an OpenStack deployment in high availability mode including OpenDaylight layer2 networking
+ * This is an OpenStack deployment in high availability mode including ONOS as the SDN controller
- * os-onos-kvm_ovs-noha
+ * os-odl_l2-sfc
- * This is an OpenStack deployment using ONOS including OPNFV enhanced KVM and OVS versions
+ * This is an OpenStack deployment using OpenDaylight and OVS enabled with SFC features
Installing your scenario
^^^^^^^^^^^^^^^^^^^^^^^^
@@ -70,7 +92,7 @@ walk you through the process of deploying to your hardware using scripts or ISO
to set up a Jenkins slave and connect your infrastructure to the OPNFV Jenkins master.
For the purposes of evaluation and development a number of Brahmaputra scenarios are able to be deployed
-virtually to mitigate the requirements on physical infrastructure. Details and instructions on performing
+virtually to mitigate the requirements on physical infrastructure. Details and instructions on performing
virtual deployments can be found in the installer specific installation instructions.
To set up a Jenkins slave for automated deployment to your lab, refer to the `Jenkins slave connect guide.