From 4934c66e4e39bc3cb231e5672e7ac8820ee1429a Mon Sep 17 00:00:00 2001 From: Richard Elias Date: Thu, 13 Dec 2018 11:56:37 +0100 Subject: Documentation for ONAP scenarios Patch adds a short description for the two ONAP scenarios added by JIRA: AUTO-71(os-nosdn-onap-*ha). JIRA: AUTO-90 Change-Id: I0a25b1877090a16d365e06dc41705239ada9d0b0 Signed-off-by: Richard Elias --- docs/release/scenarios/index.rst | 2 + docs/release/scenarios/os-nosdn-onap-ha/index.rst | 14 +++++++ .../scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst | 48 ++++++++++++++++++++++ .../release/scenarios/os-nosdn-onap-noha/index.rst | 14 +++++++ .../os-nosdn-onap-noha/os-nosdn-ovs-noha.rst | 45 ++++++++++++++++++++ 5 files changed, 123 insertions(+) create mode 100644 docs/release/scenarios/os-nosdn-onap-ha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst create mode 100644 docs/release/scenarios/os-nosdn-onap-noha/index.rst create mode 100644 docs/release/scenarios/os-nosdn-onap-noha/os-nosdn-ovs-noha.rst 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 -- cgit 1.2.3-korg