diff options
author | Rich Bennett <rb2745@att.com> | 2017-11-03 15:27:24 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-11-03 15:49:05 -0400 |
commit | 6dd9b673e71a47ce43acfa8303e7b1156613021e (patch) | |
tree | 0e1085b1c19fad7d9720e8a14c9c7d6c517a8a1c /docs/release/index.rst | |
parent | 8a6e66741b67cd3579ebbfc864cff5c67ea2911a (diff) |
Multiple editorial improvements
Release notes expanded outline and content
Release notes for doc projet
Remove aai/sparky-fe submodule combined with spark-be
Remove Module & Renamed Index and Search
Change-Id: I4eeabee3604f1ffc4bb02dd4125a1770a77812d1
Issue-ID: DOC-147
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/release/index.rst')
-rw-r--r-- | docs/release/index.rst | 88 |
1 files changed, 67 insertions, 21 deletions
diff --git a/docs/release/index.rst b/docs/release/index.rst index aad7d757e..c7dd5bb0c 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -1,32 +1,78 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. - +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 Releases ======== -ONAP is developed and released around 6 month cycles. After an initial major release, additional -stable point releases may be created. +ONAP is developed and released around 6 month cycles. After an initial +major release, additional stable point releases may be created. The first +release is Amsterdam and subsequent major release will be named using city +names. + + +Amsterdam Release +----------------- + +Summary ++++++++ + +Functionality ++++++++++++++ + + +Project Specific Release Notes +++++++++++++++++++++++++++++++ +Major and stable point releases are specified by a list of project artifact +versions in a :ref:`manifest here<doc-release-manifest>`. +Each project provides detailed :ref:`release notes here <doc-releaserepos>` +and prepends to these if/when any updated versions, the project team believes +are compatible with major release, are made available. + + +Supported Platforms ++++++++++++++++++++ + + +Documentation ++++++++++++++ +Release controlled documentation is available :ref:`here <master_index>`. +For Amsterdam this includes: + +* A high level architecture view of how components delivered by all projects + relate to each other are :ref:`available here <doc-architecture>`. + +* A collection of documentation provided by each project and for some projects + several components / repositories within the project + are :ref:`available here <doc-repolist>`. + +* Application Programming Interface Reference :ref:`available here <doc-apiref>` + +* The `developer wiki <http://wiki.onap.org>`_ remains a good source of + information on meeting plans and notes from committees, project teams, + community events and general, release independent information about + ONAP. Release dependent information is being migrated from the wiki to + gerrit source control. See the doc + project :ref:`release notes <doc-release-notes>` for current status. + + +Known Issues and Limitations +++++++++++++++++++++++++++++ +TBP overall / general statement +See :ref:`release notes <doc-releaserepos>` for each project. + +License ++++++++ -Named Releases --------------- -.. csv-table:: - :align: left - :header-rows: 0 - :header: "Release", "Status", "Initial Release Date", "Next Phase", "EOL Date" - :widths: 15, 10, 10, 15, 10 +How to Report a Bug ++++++++++++++++++++ - "Amsterdam", "Under Development", "TBD", "", "" - "OpenECOMP R1.0.0 Seed Code", "EOL", "2017-04-XX", "", "" -Amsterdam Projects ------------------- -The following projects repositories have been approved by the TSC to be part of -the Amsterdam Release and provide detailed release notes at the links below. +Download and Use +++++++++++++++++ -.. include:: releaserepos.rst +* Source Code in Gerrit https://gerrit.onap.org +* Artifacts in Nexus / Docker Hub -========================== +* Platform :ref:`Demo <demo-installing-running-onap>`. -The complete list of projects providing documentation for current and future releases -has been moved to the onap-developer guide :ref:`doc_onap-developer_guide_projects`. |