From: Zhang Rong(Jon) Date: Tue, 17 Jan 2023 08:11:14 +0000 (+0800) Subject: Docs: F release docs update X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Ff-release;p=pti%2Fo2.git Docs: F release docs update Signed-off-by: Zhang Rong(Jon) Change-Id: Ie4b9434adcd2667734fe33ecc0319798729f75a9 --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 68f7ed0..323bedf 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -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" diff --git a/docs/overview.rst b/docs/overview.rst index 00b9ea8..68b9e5e 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -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) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0f32172..8936916 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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