Docs: F release docs update 80/10280/1 f-release
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Tue, 17 Jan 2023 08:11:14 +0000 (16:11 +0800)
committerZhang Rong(Jon) <rong.zhang@windriver.com>
Tue, 17 Jan 2023 08:11:14 +0000 (16:11 +0800)
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: Ie4b9434adcd2667734fe33ecc0319798729f75a9

docs/installation-guide.rst
docs/overview.rst
docs/release-notes.rst

index 68f7ed0..323bedf 100644 (file)
@@ -24,7 +24,7 @@ Preface
 Before starting the installation and deployment of O-RAN O2 service, you should have already deployed O-RAN INF platform, and you need to download the helm charts or build from source as described in developer-guide.
 
 
-INF O2 Service in E Release
+INF O2 Service in F Release
 ===========================
 
 1. Provision remote cli for kubernetes over INF platform
@@ -116,7 +116,7 @@ The following instruction should be done outside of INF platform controller host
 
 .. code:: shell
 
-  git clone -b e-release "https://gerrit.o-ran-sc.org/r/pti/o2"
+  git clone -b f-release "https://gerrit.o-ran-sc.org/r/pti/o2"
 
 
 
index 00b9ea8..68b9e5e 100644 (file)
@@ -7,7 +7,7 @@ INF O2 Service Overview
 
 This project implements a reference O-RAN O2 IMS and DMS service to expose the INF platform to SMO via the O-RAN O2 interface.
 
-In the E release, the following APIs are supported by the INF O2 service:
+In the F release, the following APIs are supported by the INF O2 service:
 
 1. INF O2 service Infrastructure Management Service (IMS)
 
index 0f32172..8936916 100644 (file)
@@ -1,39 +1,59 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2021 Wind River Systems, Inc.
+.. Copyright (C) 2021-2022 Wind River Systems, Inc.
 
 
 Release-notes
 =============
 
 
-This document provides the release notes for 1.0.0 of INF O2 service.
+This document provides the release notes for 1.0.1 of INF O2 service.
 
 .. contents::
    :depth: 3
    :local:
 
 
-Version history
+Version History
 ---------------
 
-+--------------------+--------------------+--------------------+--------------------+
-| **Date**           | **Ver.**           | **Author**         | **Comment**        |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2021-12-15         | 1.0.0              | Bin Yang           | E Release          |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
++------------+----------+---------------------+-------------+
+| **Date**   | **Ver.** | **Author**          | **Comment** |
++------------+----------+---------------------+-------------+
+| 2022-06-15 | 1.0.1    | Bin Yang, Jon Zhang | F Release   |
++------------+----------+---------------------+-------------+
+| 2021-12-15 | 1.0.0    | Bin Yang, Jon Zhang | E Release   |
++------------+----------+---------------------+-------------+
+
+Version 1.0.1, 2022-06-15
+-------------------------
+
+-  Add Distributed Cloud(DC) supported
+
+   -  Enable multiple ResourcePool support in DC mode
+   -  Enable multiple DeploymentManager support in DC mode
+
+-  Add O2 DMS profiles
+
+   -  Support native_k8sapi profile that can get native Kubernetes API information
+   -  Support SOL018 specification, it includes native Kubernetes API profile and Helm CLI profile, "sol018", and "sol018_helmcli"
 
 Version 1.0.0, 2021-12-15
 -------------------------
-- Initial version (E release)
-- Add O2 IMS for INF platform
-  - Enable INF platform registration to SMO
-  - Enable O2 infrastructure inventory service API
-  - Enable O2 Subscription service API
-  - Enable O2 Notification service to notify SMO about the resource changes
-- ADD O2 DMS for INF platform
-  - A PoC which enables Lifecycle management of NfDeployment represents CNF described with helm chart
-  - Add Lifecycle Management API for NfDeploymentDescriptor which represents a helm chart for NfDeployment
-  - Add Lifecycle Management API for NfDeployment
+
+-  Initial version (E release)
+-  Add O2 IMS for INF platform
+
+   -  Enable INF platform registration to SMO
+   -  Enable O2 infrastructure inventory service API
+   -  Enable O2 Subscription service API
+   -  Enable O2 Notification service to notify SMO about the resource
+      changes
+
+-  ADD O2 DMS for INF platform
+
+   -  A PoC which enables Lifecycle management of NfDeployment
+      represents CNF described with helm chart
+   -  Add Lifecycle Management API for NfDeploymentDescriptor which
+      represents a helm chart for NfDeployment
+   -  Add Lifecycle Management API for NfDeployment