From 0bfe9cae1dfb4650527de48e93546c0bd90b1d94 Mon Sep 17 00:00:00 2001 From: bobzhou Date: Fri, 31 Mar 2017 15:41:39 +0800 Subject: update onosfw docs Change-Id: I2953c8114bc9a61f53a46483e50a49da4c78a8fc Signed-off-by: bobzhou --- docs/release/release-notes/releasenotes.rst | 99 +++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 docs/release/release-notes/releasenotes.rst (limited to 'docs/release/release-notes/releasenotes.rst') diff --git a/docs/release/release-notes/releasenotes.rst b/docs/release/release-notes/releasenotes.rst new file mode 100644 index 00000000..5277a2de --- /dev/null +++ b/docs/release/release-notes/releasenotes.rst @@ -0,0 +1,99 @@ +Abstract +======== + +This note describes the Danube 1.0 release status of the ONOSFW project and associated scenarios. + +License +======= + +ONOSFW release note for OPNFV Danube Release +(c) by Lucius (HUAWEI) + +ONOSFW Release note for OPNFV Danube Release document is licensed +under a Creative Commons Attribution 4.0 International License. +You should have received a copy of the license along with this. +If not, see . + +Version history +=============== + ++------------+----------+------------+------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------+------------------+ +| 2016-08-11 | 0.0.1 | Lucius | First draft | +| | | (HUAWEI) | | ++------------+----------+------------+------------------+ +| 2016-09-21 | 1.0.0 | Lucius | For Colorado 1.0 | +| | | (HUAWEI) | | ++------------+----------+------------+------------------+ +| 2017-02-15 | 1.0.1 | Bob | | +| | | (HUAWEI) | For Danube 1.0 | ++------------+----------+------------+------------------+ + +Overview +======== + +In Danube, ONOSFW project maintains the support of two scenarios for each of the four installers, Apex and Compass. +The first major scenario os-onos-nofeature-ha is to update the ONOS version from GlodenEye to Ibis, so that the new ONOS features can be integrated with OPNFV. + +Scenarios Release Status +======================== + +The scenarios are implemented and integrated with supported installers, and tested through OPNFV testing facilities. For Danube 1.0, the supported installer and scenario combinations are: + + compass-os-onos-nofeature-ha + +For Danube 2.0, the supported installer and scenario combinations are: + + apex-os-onos-nofeature-ha + +Limitations +=========== + + tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard + + tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops + + tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops + + tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern + + tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern + +Upstream Requirement _ONOS Release +================================== +_ONOS wiki of onosfw + + https://wiki.onosproject.org/display/ONOS/ONOS+Framework+%28ONOSFW%29+for+OPNFV + +_ONOS Ibis code + + https://github.com/opennetworkinglab/onos/tree/onos-1.8 + +ONOS Ibis Release Note + + https://wiki.onosproject.org/display/ONOS/Ibis+Release+Content + +The APIs docs exist as a submodule in docs/apis. +In order to retrieve them, you must change directories to "apis" and then do a "git pull origin master". +This will pull down all relevant API documents related to the source components in this release". +here is api link: https://github.com/onosfw/apis + +Upstream Requirement _OpenStack Release +======================================= + +_OpenStack Newton wiki page + + https://wiki.openstack.org/wiki/Main_Page + +_OpenStack Newton api page + + https://developer.openstack.org/api-ref/networking/v2/ + + +Revision: _sha1_ + +:Author: Lucius(lukai1@huawei.com) + +Build date: |today| -- cgit 1.2.3-korg