From ff5f78e7e6b14e37b3ac1620e38c8e6bf5a191b8 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 8 Dec 2020 12:59:19 +0100 Subject: [PATCH] Update documentation Change-Id: I162eaf6ee1af6b5b9c0c3f7daceb013acb9596d2 Issue-ID: NONRTRIC-352 Signed-off-by: elinuxhenrik --- docs/api-docs.rst | 8 ++-- docs/developer-guide.rst | 4 +- docs/release-notes.rst | 95 ++++++++++++++++++++++++++++++------------------ 3 files changed, 65 insertions(+), 42 deletions(-) diff --git a/docs/api-docs.rst b/docs/api-docs.rst index ed0cc79a..5d0e1b10 100644 --- a/docs/api-docs.rst +++ b/docs/api-docs.rst @@ -18,15 +18,15 @@ API-Docs This is the API-docs of Non-RT RIC. The Non-RT RIC consists of three parts, described in the sections below: - * The Policy Agent + * The A1 Policy Management Service * The Enrichment Coordinator Service * The rAPP Catalogue -Policy Agent -============ +A1 Policy Management Service +============================ -For information about the The Policy Agent that is implemented in ONAP, see `readthedocs`_ and `wiki`_. +For information about the A1 Policy Management Service that is implemented in ONAP, see `readthedocs`_ and `wiki`_. .. _readthedocs: https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html .. _wiki: https://wiki.onap.org/pages/viewpage.action?pageId=84644984 diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 576cf2de..5358fe3c 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -7,8 +7,8 @@ Developer Guide This document provides a quickstart for developers of the Non-RT RIC. -Policy Agent ------------- +A1 Policy Management Service +---------------------------- The Policy Management is implemented in ONAP. For documentation see `readthedocs`_ and `wiki`_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1970ffad..b09dcfb5 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,51 +14,54 @@ This document provides the release notes for the release of the different parts :local: -Version history Policy Agent -============================ - -+------------+----------+------------------+-------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+------------+----------+------------------+-------------------+ -| 2020-02-03 | 1.0.0 | Henrik Andersson | First version | -| | | | Amber Maintenance | -| | | | Release | -+------------+----------+------------------+-------------------+ -| 2020-06-18 | 2.0.0 | Henrik Andersson | Bronze Release | -| | | | | -+------------+----------+------------------+-------------------+ -| 2020-07-29 | 2.0.1 | Henrik Andersson | Bronze Maintenance| -| | | | Release | -| | | | | -+------------+----------+------------------+-------------------+ +Version history A1 Policy Management Service +============================================ + ++------------+----------+------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------------+--------------------+ +| 2020-02-03 | 1.0.0 | Henrik Andersson | First version | +| | | | Amber Maintenance | +| | | | Release | ++------------+----------+------------------+--------------------+ +| 2020-06-18 | 2.0.0 | Henrik Andersson | Bronze Release | +| | | | | ++------------+----------+------------------+--------------------+ +| 2020-07-29 | 2.0.1 | Henrik Andersson | Bronze Maintenance | +| | | | Release | +| | | | | ++------------+----------+------------------+--------------------+ +| 2020-12-03 | 2.1.0 | Henrik Andersson | Cherry Release | +| | | | | ++------------+----------+------------------+--------------------+ Summary ------- -Improved stability. +Introduction of Enrichment Service Coordinator and rAPP Catalogue. Version history SDNC A1 Controller ================================== -+------------+----------+------------------+-------------------+ -| **Date** | **Ver.** | **Author** | **Comment** | -| | | | | -+------------+----------+------------------+-------------------+ -| 2019-11-12 | 1.7.3 | Maxime Bonneau | | -| | | | | -+------------+----------+------------------+-------------------+ -| 2020-02-04 | 1.7.4 | Henrik Andersson | Amber Maintenance | -| | | | Release | -+------------+----------+------------------+-------------------+ -| 2020-06-18 | 2.0.0 | Henrik Andersson | Bronze Release | -| | | | | -+------------+----------+------------------+-------------------+ -| 2020-07-29 | 2.0.1 | Henrik Andersson | Bronze Maintenance| -| | | | Release | -| | | | | -+------------+----------+------------------+-------------------+ ++------------+----------+------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------------+--------------------+ +| 2019-11-12 | 1.7.3 | Maxime Bonneau | | +| | | | | ++------------+----------+------------------+--------------------+ +| 2020-02-04 | 1.7.4 | Henrik Andersson | Amber Maintenance | +| | | | Release | ++------------+----------+------------------+--------------------+ +| 2020-06-18 | 2.0.0 | Henrik Andersson | Bronze Release | +| | | | | ++------------+----------+------------------+--------------------+ +| 2020-07-29 | 2.0.1 | Henrik Andersson | Bronze Maintenance | +| | | | Release | +| | | | | ++------------+----------+------------------+--------------------+ Release Data @@ -139,3 +142,23 @@ Bronze Maintenance | **Purpose of the delivery** | Introduce configuration of certificates | | | | +-----------------------------+---------------------------------------------------+ + +Cherry +------ ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | nonrtric/90ce16238dd6970153e1c0fbddb15e32c68c504f | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | Cherry | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2020-12-03 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | Introduction of Enrichment Service Coordinator | +| | and rAPP Catalogue | +| | | ++-----------------------------+---------------------------------------------------+ -- 2.16.6