From 7d093a98f25318ae1de92b6bc2a13e73eda60d85 Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Wed, 4 Jan 2023 12:15:23 +0530 Subject: [PATCH] [Issue-ID: ODUHIGH-485] G-release document version update Signed-off-by: lal.harshita Change-Id: I504547fae3bb9f137dbcc192ef4360f47ce483f8 Signed-off-by: lal.harshita --- container-tag.yaml | 2 +- docs/installation-guide.rst | 2 +- docs/release-notes.rst | 6 +++--- docs/user-guide.rst | 8 ++++---- releases/container-release-o-du-l2 | 6 +++--- releases/container-release-o-du-l2-cu-stub | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index ef4304fc0..d047f0a8a 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: 7.0.1 +tag: 7.0.2 diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 43f8cc2da..0d8723556 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -18,7 +18,7 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ -| 2022-12-15 | 5.0.0 | Radisys, | G release | +| 2022-12-15 | 5.0.1 | Radisys, | G release | | | | HCL Technologies | | | | | Ltd. | | +--------------------+--------------------+--------------------+--------------------+ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b2e2eccc6..c1103f2d4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,7 +19,7 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------+--------------------+ -|2022-12-15 | 7.0.0 | Radisys, | G release | +|2022-12-15 | 7.0.1 | Radisys, | G release | | | | HCL Technologies | | | | | Ltd. | | +--------------------+--------------------+--------------------+--------------------+ @@ -200,8 +200,8 @@ G release | | | +--------------------------------------+--------------------------------------+ | **Repo/commit-ID** |o-du/l2/ | -| |I05aa5e6890842c41ebed3f7bd07b07708bbaa| -| |f34 | +| |I504547fae3bb9f137dbcc192ef4360f47ce48| +| |3f8 | | | | +--------------------------------------+--------------------------------------+ | **Release designation** | G release | diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 041c435fa..681d78386 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:7.0.1 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:7.0.1 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:7.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:7.0.2 - 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:7.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:7.0.2 - ./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:7.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:7.0.2 - ./odu diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index ada028e96..89aa5362f 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: 7.0.1 +container_release_tag: 7.0.2 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: 61e1df96fd95b40357d5bf592ca8520a25859ff3 +ref: 48daa5d120883c690b1b80848d23c0be2886b475 containers: - name: o-du-l2 -version: 7.0.1 +version: 7.0.2 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index 9f6d5d071..e73afb497 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: 7.0.1 +container_release_tag: 7.0.2 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: 61e1df96fd95b40357d5bf592ca8520a25859ff3 +ref: 48daa5d120883c690b1b80848d23c0be2886b475 containers: - name: o-du-l2-cu-stub -version: 7.0.1 +version: 7.0.2 -- 2.16.6