From eea7dc896a25f025c3fc4f21d0adb21fec86f9dc Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 30 Mar 2017 16:20:16 -0400 Subject: Adds apex owned scenario release notes Change-Id: Ia7b50b99b82a01d347ba673e354d80cbb65e608f Signed-off-by: Tim Rozet (cherry picked from commit e6f86a1b3f8dcdd0adf3edf3b0d3bf824e39313b) --- .../scenarios/os-odl_l3-nofeature-noha/index.rst | 15 ++++++ .../os-odl_l3-nofeature-noha.rst | 55 ++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 docs/release/scenarios/os-odl_l3-nofeature-noha/index.rst create mode 100644 docs/release/scenarios/os-odl_l3-nofeature-noha/os-odl_l3-nofeature-noha.rst (limited to 'docs/release/scenarios/os-odl_l3-nofeature-noha') diff --git a/docs/release/scenarios/os-odl_l3-nofeature-noha/index.rst b/docs/release/scenarios/os-odl_l3-nofeature-noha/index.rst new file mode 100644 index 00000000..182174e3 --- /dev/null +++ b/docs/release/scenarios/os-odl_l3-nofeature-noha/index.rst @@ -0,0 +1,15 @@ +.. _os-odl_l3-nofeature-noha: + +.. This work is licensed under a Creative Commons Attribution 4.0 International Licence. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + +================================================= +os-odl_l3-nofeature-noha overview and description +================================================= + +.. toctree:: + :numbered: + :maxdepth: 4 + + os-odl_l3-nofeature-noha.rst diff --git a/docs/release/scenarios/os-odl_l3-nofeature-noha/os-odl_l3-nofeature-noha.rst b/docs/release/scenarios/os-odl_l3-nofeature-noha/os-odl_l3-nofeature-noha.rst new file mode 100644 index 00000000..7b4ebbee --- /dev/null +++ b/docs/release/scenarios/os-odl_l3-nofeature-noha/os-odl_l3-nofeature-noha.rst @@ -0,0 +1,55 @@ +.. 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 Danube 1.0 of +deployment with the OpenDaylight SDN controller and no extra features enabled. + +.. contents:: + :depth: 3 + :local: + +============ +Introduction +============ + +This scenario is used primarily to validate and deploy a Newton OpenStack +deployment with OpenDaylight, and without any NFV features enabled. + +Scenario components and composition +=================================== + +This scenario is composed of common OpenStack services enabled by default, +including Nova, Neutron, Glance, Cinder, Keystone, Horizon. Optionally and +by default, Tacker and Congress services are also enabled. Ceph is used as +the backend storage to Cinder on all deployed nodes. + +Only a single controller is deployed in this scenario, which also includes +the OpenDaylight service on it. + +Scenario usage overview +======================= + +Simply deploy this scenario by using the os-odl_l3-nofeature-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 Danube release, please visit +http://www.opnfv.org/danube + -- cgit 1.2.3-korg