aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-12-14 13:11:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-14 13:11:05 +0000
commit57b1c0079db76a2a5e1f9aa91740b699d33be0d0 (patch)
treed2cf20a41d4a08a07ebd5eafcf83d824f560a222
parentf176326f3220aa5c91c3697c0f2b2a93b8a52956 (diff)
parent4934c66e4e39bc3cb231e5672e7ac8820ee1429a (diff)
Merge "Documentation for ONAP scenarios"
-rw-r--r--docs/release/scenarios/index.rst2
-rw-r--r--docs/release/scenarios/os-nosdn-onap-ha/index.rst14
-rw-r--r--docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst48
-rw-r--r--docs/release/scenarios/os-nosdn-onap-noha/index.rst14
-rw-r--r--docs/release/scenarios/os-nosdn-onap-noha/os-nosdn-ovs-noha.rst45
5 files changed, 123 insertions, 0 deletions
diff --git a/docs/release/scenarios/index.rst b/docs/release/scenarios/index.rst
index 48d78b5d3..46890292e 100644
--- a/docs/release/scenarios/index.rst
+++ b/docs/release/scenarios/index.rst
@@ -18,3 +18,5 @@ OPNFV Fuel Scenarios
os-nosdn-vpp-noha/index.rst
os-nosdn-vpp-ha/index.rst
os-odl-ovs-noha/index.rst
+ os-nosdn-onap-ha/index.rst
+ os-nosdn-onap-noha/index.rst
diff --git a/docs/release/scenarios/os-nosdn-onap-ha/index.rst b/docs/release/scenarios/os-nosdn-onap-ha/index.rst
new file mode 100644
index 000000000..bb2ae139c
--- /dev/null
+++ b/docs/release/scenarios/os-nosdn-onap-ha/index.rst
@@ -0,0 +1,14 @@
+.. _os-nosdn-onap-ha:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2018 Mirantis Inc., Enea Software AB, Tieto and others
+
+========================================
+os-nosdn-ovs-ha overview and description
+========================================
+
+.. toctree::
+ :maxdepth: 2
+
+.. include:: os-nosdn-onap-ha.rst
diff --git a/docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst b/docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst
new file mode 100644
index 000000000..23b1adc40
--- /dev/null
+++ b/docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst
@@ -0,0 +1,48 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2018 Mirantis Inc., Enea Software AB, Tieto and others
+
+This document provides scenario level details for Hunter
+deployment, with no SDN controller, with ONAP deployed on top of OPNFV.
+
+
+Introduction
+============
+
+This scenario is used primarily to deploy a Queens OpenStack deployment,
+without any NFV features or SDN controller enabled, with an ONAP deployment
+managed by the OPNFV Auto project. This scenario is a "specific" scenario
+created from the "generic" scenario os-nosdn-nofeature-ha.
+
+
+Scenario components and composition
+===================================
+
+This scenario is composed of common OpenStack services enabled by default,
+including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs
+an ONAP deployment, managed by the OPNFV Auto project.
+
+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.
+
+
+Scenario usage overview
+=======================
+
+Simply deploy this scenario by setting os-nosdn-onap-ha as scenario
+deploy parameter and refer to the Auto Project documentation for further
+setup instructions at https://wiki.opnfv.org/display/AUTO/Auto+Documentation .
+
+Limitations, Issues and Workarounds
+===================================
+
+None
+
+References
+==========
+
+For more information on the OPNFV Gambia release, please visit
+https://www.opnfv.org/software
+For setup instructions visit the Auto Project at,
+https://wiki.opnfv.org/display/AUTO/Auto+Documentation \ No newline at end of file
diff --git a/docs/release/scenarios/os-nosdn-onap-noha/index.rst b/docs/release/scenarios/os-nosdn-onap-noha/index.rst
new file mode 100644
index 000000000..7211f576d
--- /dev/null
+++ b/docs/release/scenarios/os-nosdn-onap-noha/index.rst
@@ -0,0 +1,14 @@
+.. _os-nosdn-onap-noha:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International Licence.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2018 Mirantis Inc., Enea Software AB and others
+
+==========================================
+os-nosdn-ovs-noha overview and description
+==========================================
+
+.. toctree::
+ :maxdepth: 2
+
+.. include:: os-nosdn-onap-noha.rst
diff --git a/docs/release/scenarios/os-nosdn-onap-noha/os-nosdn-ovs-noha.rst b/docs/release/scenarios/os-nosdn-onap-noha/os-nosdn-ovs-noha.rst
new file mode 100644
index 000000000..93c06749f
--- /dev/null
+++ b/docs/release/scenarios/os-nosdn-onap-noha/os-nosdn-ovs-noha.rst
@@ -0,0 +1,45 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2018 Mirantis Inc., Enea Software AB, Tieto and others
+
+This document provides scenario level details for Hunter
+deployment, with no SDN controller, with ONAP deployed on top of OPNFV.
+
+
+Introduction
+============
+
+This scenario is used primarily to deploy a Queens OpenStack deployment,
+without any NFV features or SDN controller enabled, with an ONAP deployment
+managed by the OPNFV Auto project. This scenario is a "specific" scenario
+created from the "generic" scenario os-nosdn-nofeature-noha.
+
+
+Scenario components and composition
+===================================
+
+This scenario is composed of common OpenStack services enabled by default,
+including Nova, Neutron, Glance, Cinder, Keystone, Horizon. It also installs
+an ONAP deployment, managed by the OPNFV Auto project.
+
+
+Scenario usage overview
+=======================
+
+Simply deploy this scenario by setting os-nosdn-onap-noha as scenario
+deploy parameter and refer to the Auto Project documentation for further
+setup instructions at https://wiki.opnfv.org/display/AUTO/Auto+Documentation .
+
+
+Limitations, Issues and Workarounds
+===================================
+
+Tested on virtual deployment only.
+
+References
+==========
+
+For more information on the OPNFV Gambia release, please visit
+https://www.opnfv.org/software
+For setup instructions visit the Auto Project at,
+https://wiki.opnfv.org/display/AUTO/Auto+Documentation