From 42fb04545173f39d112c3d754bc0e6a4b0ced779 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 28 Aug 2017 12:56:19 -0400 Subject: Updates preliminary docs for Euphrates Change-Id: I4e3e78e60756824c1294ab067a325311bc2ac8f2 Signed-off-by: Tim Rozet --- docs/release/scenarios/os-odl-csit-noha/index.rst | 15 ++++++ .../os-odl-csit-noha/os-odl-csit-noha.rst | 58 ++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 docs/release/scenarios/os-odl-csit-noha/index.rst create mode 100644 docs/release/scenarios/os-odl-csit-noha/os-odl-csit-noha.rst (limited to 'docs/release/scenarios/os-odl-csit-noha') diff --git a/docs/release/scenarios/os-odl-csit-noha/index.rst b/docs/release/scenarios/os-odl-csit-noha/index.rst new file mode 100644 index 00000000..51cf903f --- /dev/null +++ b/docs/release/scenarios/os-odl-csit-noha/index.rst @@ -0,0 +1,15 @@ +.. _os-odl-csit-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +========================================= +os-odl-csit-noha overview and description +========================================= + +.. toctree:: + :numbered: + :maxdepth: 4 + + os-odl-csit-noha.rst diff --git a/docs/release/scenarios/os-odl-csit-noha/os-odl-csit-noha.rst b/docs/release/scenarios/os-odl-csit-noha/os-odl-csit-noha.rst new file mode 100644 index 00000000..331d3b11 --- /dev/null +++ b/docs/release/scenarios/os-odl-csit-noha/os-odl-csit-noha.rst @@ -0,0 +1,58 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +This document provides scenario level details for Euphrates 1.0 of +deployment with the OpenDaylight SDN controller and only CSIT relevant +features enabled. + +.. contents:: + :depth: 3 + :local: + +============ +Introduction +============ + +This scenario is used primarily to validate and deploy a minimum Newton +OpenStack + OpenDaylight deployment with only required OpenStack services. + +Scenario components and composition +=================================== + +This scenario is composed of only required OpenStack services enabled by +default, including Nova, Neutron, Glance, and Keystone. OpenDaylight is also +enabled. File storage is used as the backend to Glance. + +The purpose of this file is to deploy a minimum OpenStack setup that will +still be able to exercise OpenDaylight. The use case for this scenario is +to be able to test OpenDaylight quickly in an environment with low +CPU/Memory requirements. + + +Scenario usage overview +======================= + +Simply deploy this scenario by using the os-odl-csit-noha.yaml deploy +settings file. + +Limitations, Issues and Workarounds +=================================== + +* `APEX-112 `_: + ODL routes local subnet traffic to GW +* `APEX-149 `_: + OpenFlow rules are populated very slowly +* `APEX-268 `_: + VMs with multiple floating IPs can only access via first NIC +* `APEX-384 `_: + Not including odl_version in deploy settings causes error +* `APEX-422 `_: + First nova instance DHCP request fails + +References +========== + +For more information on the OPNFV Euphrates release, please visit +http://www.opnfv.org/euphrates + -- cgit 1.2.3-korg