From 3a5197157c8a4ff70f26254c70ea0bbb2482423b Mon Sep 17 00:00:00 2001 From: barveankit Date: Thu, 13 Jan 2022 11:28:52 +0530 Subject: [PATCH] Release image for e-release maintenance(5.0.3) Signed-off-by: barveankit Change-Id: I3462d0d4762f5f89fdfe7b9034a867af095eb793 Signed-off-by: barveankit --- container-tag.yaml | 2 +- docs/installation-guide.rst | 2 +- docs/release-notes.rst | 7 +++++-- docs/user-guide.rst | 8 ++++---- releases/container-release-o-du-l2 | 6 +++--- releases/container-release-o-du-l2-cu-stub | 6 +++--- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index 923922c15..77334273a 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. --- -tag: 5.0.2 +tag: 5.0.3 diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 4a72ca64b..f7d6c6050 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -24,7 +24,7 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ -| 2021-12-15 | 3.0.0 | Radisys, | e-release | +| 2022-01-14 | 3.0.0 | Radisys, | e-release | | | | HCL Technologies | | | | | Ltd. | | +--------------------+--------------------+--------------------+--------------------+ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5fe1a5d76..e7f54d851 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -20,7 +20,7 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ -| 2021-12-15 | 5.0.0 | Radisys, | e-release | +| 2022-01-14 | 5.0.0 | Radisys, | e-release | | | | HCL Technologies | | | | | Ltd. | | +--------------------+--------------------+--------------------+--------------------+ @@ -167,7 +167,7 @@ e-release | **Release designation** | e-release | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | 2021-12-15 | +| **Release date** | 2022-01-14 | | | | +--------------------------------------+--------------------------------------+ | **Purpose of the delivery** | e-release | @@ -286,6 +286,9 @@ e-release | https://jira.o-ran-sc.org/browse/ODUHIGH-361 | Support for cell configuration over O1 | | | interface | +-----------------------------------------------+-----------------------------------------------+ +| https://jira.o-ran-sc.org/browse/ODUHIGH-395 | Optimization, scaling and rework | +| | | ++-----------------------------------------------+-----------------------------------------------+ D ^^^^^^^ diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 60bdf1cf6..e6971fd72 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -66,17 +66,17 @@ II. Execution - Using Docker Images The call flow between O-DU High and CU Stub can be achieved by executing docker containers. - Pull the last built docker images: - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.3 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.3 - Run CU Stub docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.3 - ./cu_stub - Run ODU docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.3 - ./odu diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index fba549897..d9133eb0b 100644 --- a/releases/container-release-o-du-l2 +++ b/releases/container-release-o-du-l2 @@ -1,11 +1,11 @@ --- distribution_type: container -container_release_tag: 5.0.2 +container_release_tag: 5.0.3 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: ce3e8c4b7bbfbcdf99c15f4d7932b5cdded77c44 +ref: 726a82abf1f485704459e2ce3777b8bac8cc16b6 containers: - name: o-du-l2 -version: 5.0.2 +version: 5.0.3 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index b3ecf6c08..c9b0f7e35 100644 --- a/releases/container-release-o-du-l2-cu-stub +++ b/releases/container-release-o-du-l2-cu-stub @@ -1,11 +1,11 @@ --- distribution_type: container -container_release_tag: 5.0.2 +container_release_tag: 5.0.3 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: ce3e8c4b7bbfbcdf99c15f4d7932b5cdded77c44 +ref: 726a82abf1f485704459e2ce3777b8bac8cc16b6 containers: - name: o-du-l2-cu-stub -version: 5.0.2 +version: 5.0.3 -- 2.16.6