diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2018-09-11 17:55:12 +0300 |
---|---|---|
committer | Cristina Pauna <cristina.pauna@enea.com> | 2018-09-12 15:31:46 +0300 |
commit | 685b746abbc0d9ab0b9657ee21fba77c50a7bcd1 (patch) | |
tree | 95e405d38a451f6d7895a0b3213cbd8de01e735c /docs/release/scenarios/os-nosdn-vpp-ha | |
parent | d33f39782f945cae306ce44eead411ff9301a813 (diff) |
[docs] Update documentation on scenarios for MS6
Added/updated the scenario files for the scenarios we support in Gambia
Change-Id: Ib463e3122999e0cf554599fb8637c20cf77b825d
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Diffstat (limited to 'docs/release/scenarios/os-nosdn-vpp-ha')
-rw-r--r-- | docs/release/scenarios/os-nosdn-vpp-ha/index.rst | 16 | ||||
-rw-r--r-- | docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst | 42 |
2 files changed, 58 insertions, 0 deletions
diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/index.rst b/docs/release/scenarios/os-nosdn-vpp-ha/index.rst new file mode 100644 index 000000000..a17c272a8 --- /dev/null +++ b/docs/release/scenarios/os-nosdn-vpp-ha/index.rst @@ -0,0 +1,16 @@ +.. _os-nosdn-vpp-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 and others + +======================================== +os-nosdn-vpp-ha overview and description +======================================== + +.. toctree:: + :numbered: + :maxdepth: 2 + + os-nosdn-vpp-ha.rst + diff --git a/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst b/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst new file mode 100644 index 000000000..cdad3b44e --- /dev/null +++ b/docs/release/scenarios/os-nosdn-vpp-ha/os-nosdn-vpp-ha.rst @@ -0,0 +1,42 @@ +.. 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 and others + +This document provides scenario level details for Gambia 7.0 of +deployment with no SDN controller and VPP enabled as virtual switch. + +============ +Introduction +============ + +This scenario is used primarily to validate and deploy a Queens OpenStack +deployment with no SDN controller enabled and VPP as virtual switch. + +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 +VPP on the compute nodes as virtual switch. + +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-vpp-ha as scenario +deploy parameter. + +Limitations, Issues and Workarounds +=================================== + +None + +References +========== + +For more information on the OPNFV Gambia release, please visit +http://www.opnfv.org/software |