From 8ebb9ec5ac83b0e68545523d2b9e708adc3b5881 Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Thu, 14 Dec 2023 18:23:36 +0530 Subject: [PATCH] [Task-ID: ODUHIGH-550] build.tools fix in I-release documentation Change-Id: Ibbe192879fce4b4c2c5994fbba5de73aa8a4168b Signed-off-by: lal.harshita --- .readthedocs.yaml | 2 ++ 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, 13 insertions(+), 11 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 30fad8cc9..d1e0c052d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,8 @@ formats: build: os : ubuntu-20.04 + tools: + python: "3.7" image: latest python: diff --git a/container-tag.yaml b/container-tag.yaml index b1964ec5b..185d3a90d 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.2 +tag: 9.0.3 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6c7d56363..614c5c4b5 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -241,7 +241,7 @@ I release | | | +--------------------------------------+------------------------------------------+ | **Repo/commit-ID** | o-du/l2/ | -| | I2f818b08e67d858bee144888315bf3f9fa482446| +| | Ibbe192879fce4b4c2c5994fbba5de73aa8a4168b| +--------------------------------------+------------------------------------------+ | **Release designation** | I release | | | | diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 85660d03c..41b8d143c 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.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.3 - 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.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.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:9.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.3 - ./odu diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2 index 7f0f0a898..05eef3843 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.2 +container_release_tag: 9.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: 8777534a247c799b778d57b5b1dfffdbbcd482ef +ref: ec03dc4c30e7407b819f25b8af06d9bfa9db4a4e containers: - name: o-du-l2 -version: 9.0.2 +version: 9.0.3 diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub index fbda57ebc..d4754a0d6 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.1 +container_release_tag: 9.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: 8777534a247c799b778d57b5b1dfffdbbcd482ef +ref: ec03dc4c30e7407b819f25b8af06d9bfa9db4a4e containers: - name: o-du-l2-cu-stub -version: 9.0.2 +version: 9.0.3 -- 2.16.6