diff options
author | Richard Elias <richard.elias@tieto.com> | 2018-12-13 11:56:37 +0100 |
---|---|---|
committer | Richard Elias <richard.elias@tieto.com> | 2018-12-13 13:37:03 +0000 |
commit | 4934c66e4e39bc3cb231e5672e7ac8820ee1429a (patch) | |
tree | ffa7a8866dd6c8ec3f009975f2a88be5f48a305b /docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst | |
parent | 77a990e3bf3585cdf4587ce9658bb50f9b50c7d2 (diff) |
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 <richard.elias@tieto.com>
Diffstat (limited to 'docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst')
-rw-r--r-- | docs/release/scenarios/os-nosdn-onap-ha/os-nosdn-ovs-ha.rst | 48 |
1 files changed, 48 insertions, 0 deletions
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 |