From 324bffe05ee2a2a3754150dea9c17dc5cb06565b Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Thu, 14 Dec 2023 19:21:36 +0530 Subject: [PATCH 1/1] [Task-ID: ODUHIGH-550] python.version fix in I-release documentation Change-Id: Iaeb1276534505c23ef29bdb61ea48bd050ca09a8 Signed-off-by: lal.harshita --- .readthedocs.yaml | 1 - container-tag.yaml | 2 +- docs/release-notes.rst | 2 +- docs/user-guide.rst | 6 +++--- releases/container-release-o-du-l2 | 6 +++--- releases/container-release-o-du-l2-cu-stub | 6 +++--- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0ff05b889..9d90c6cdc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,6 @@ build: python: "3.7" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt diff --git a/container-tag.yaml b/container-tag.yaml index 9bcf08a22..661647399 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: 9.0.4 +tag: 9.0.5 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2b2f7e8ab..b9e0dde35 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -241,7 +241,7 @@ I release | | | +--------------------------------------+------------------------------------------+ | **Repo/commit-ID** | o-du/l2/ | -| | I019355b65ddf1d00ddd3e918a3bfdb83971968cf| +| | Iaeb1276534505c23ef29bdb61ea48bd050ca09a8| +--------------------------------------+------------------------------------------+ | **Release designation** | I release | | | | diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 01d1729bc..1948e9963 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:9.0.4 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5 - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub: - 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:9.0.4 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.0.5 - ./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:9.0.4 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5 - ./odu diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index ed2bac6ed..4ba13a22f 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: 9.0.4 +container_release_tag: 9.0.5 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: 082c85bb13972d525e059d53546ce0eb7a481ccd +ref: 6e44ef6bdb6ece8e5a19a662016c3cec5b346c91 containers: - name: o-du-l2 -version: 9.0.4 +version: 9.0.5 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index 8792b828d..ce519f237 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: 9.0.4 +container_release_tag: 9.0.5 container_pull_registry: nexus.o-ran-sc.org:10004 container_push_registry: nexus.o-ran-sc.org:10002 project: o-du-l2 -ref: 082c85bb13972d525e059d53546ce0eb7a481ccd +ref: 6e44ef6bdb6ece8e5a19a662016c3cec5b346c91 containers: - name: o-du-l2-cu-stub -version: 9.0.4 +version: 9.0.5 -- 2.16.6