From 5bda40e0db43efb9f57200cf3e416194733eb65e Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Jun 2024 21:44:59 +0100 Subject: [PATCH 1/6] Release version 0.1.0 of nonrtric-plt-participant-impl-dme maven artifacts (J-Release) Issue-ID: NONRTRIC-972 Change-Id: Ie175f1c293db0e25d4ac856c5f69b18c309d2a13 Signed-off-by: JohnKeeney --- .../maven-release--nonrtric-plt-participant-impl-dme.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .releases/maven-release--nonrtric-plt-participant-impl-dme.yaml diff --git a/.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml b/.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml new file mode 100644 index 0000000..0916c63 --- /dev/null +++ b/.releases/maven-release--nonrtric-plt-participant-impl-dme.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: 0.1.0 +project: nonrtric-plt-participant-impl-dme +log_dir: nonrtric-plt-participants-maven-stage-master/8/ From db5e6d14af21851d57b02a538882fc21bc8d0c09 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Jun 2024 21:47:07 +0100 Subject: [PATCH 2/6] Release version 0.1.0 of nonrtric-plt-rappmanager maven artifacts (J-Release) Issue-ID: NONRTRIC-972 Change-Id: Iaa07f29e275a802e541f8e1ebe1a8ad94cb8dc83 Signed-off-by: JohnKeeney --- .releases/maven-release-nonrtric-plt-rappmanager.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .releases/maven-release-nonrtric-plt-rappmanager.yaml diff --git a/.releases/maven-release-nonrtric-plt-rappmanager.yaml b/.releases/maven-release-nonrtric-plt-rappmanager.yaml new file mode 100644 index 0000000..0ce4889 --- /dev/null +++ b/.releases/maven-release-nonrtric-plt-rappmanager.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: 0.1.0 +project: nonrtric-plt-rappmanager +log_dir: nonrtric-plt-rappmanager-maven-stage-master/12/ From 1808e406fe5d5c75c925183609431e35cab6b392 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Jun 2024 16:17:32 +0100 Subject: [PATCH 3/6] Release version 0.1.0 of o-ran-sc/nonrtric-plt-rappmanager docker image (J-Release) Issue-ID: NONRTRIC-972 Change-Id: Ib180e96a24b16fc3e285cd1db109b10b5263690d Signed-off-by: JohnKeeney --- .releases/container-release-nonrtric-plt-rappmanager.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.releases/container-release-nonrtric-plt-rappmanager.yaml b/.releases/container-release-nonrtric-plt-rappmanager.yaml index 70cbf37..aea955a 100644 --- a/.releases/container-release-nonrtric-plt-rappmanager.yaml +++ b/.releases/container-release-nonrtric-plt-rappmanager.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 0.0.1 +container_release_tag: 0.1.0 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 +ref: 176e61f4c2210015324c61ac9722934d56a63f78 containers: - name: nonrtric-plt-rappmanager - version: 0.0.1 + version: 0.1.0 From 50ec85c746eecbabe449c5f2b6d643d44302f5d4 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Jun 2024 17:21:49 +0100 Subject: [PATCH 4/6] Release version 0.1.0 of o-ran-sc/nonrtric-plt-participant-impl-dme docker image (J-Release) Issue-ID: NONRTRIC-972 Change-Id: Ie7277ea60ec7d82e369ba7892c8940f51849cdce Signed-off-by: JohnKeeney --- ...ontainer-release-nonrtric-plt-participant-impl-dme.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml b/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml index a213162..3a28746 100644 --- a/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml +++ b/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml @@ -1,10 +1,11 @@ --- distribution_type: container -container_release_tag: 0.0.1 +container_release_tag: 0.1.0 +tag_release: false container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: nonrtric -ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84 +ref: 176e61f4c2210015324c61ac9722934d56a63f78 containers: - name: nonrtric-plt-participant-impl-dme - version: 0.0.1 + version: 0.1.0 From ee0758dbc8f920068e78a3024ee9235183c7f349 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 26 Jun 2024 17:33:34 +0100 Subject: [PATCH 5/6] Update release notes for version 0.1.0 (J-Release) Issue-ID: NONRTRIC-978 Change-Id: Ib1ea3d0bb968037867d1d122f51db28f2c0b6564 Signed-off-by: JohnKeeney --- docs/release-notes.rst | 22 ++++++++++++++++++++++ participants/docs/release-notes.rst | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ee48cc7..57f9bdf 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -19,6 +19,8 @@ Version history rApp Manager +------------+----------+------------------+--------------------+ | 2023-12-15 | 0.0.1 | John Keeney | I Release | +------------+----------+------------------+--------------------+ +| 2024-06-26 | 0.1.0 | John Keeney | J Release | ++------------+----------+------------------+--------------------+ Release Data @@ -42,4 +44,24 @@ I Release | **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.0.1 | | | First release | | | | ++-----------------------------+---------------------------------------------------+ + +J Release +--------- ++-----------------------------+---------------------------------------------------+ +| **Project** | Non-RT RIC | +| | | ++-----------------------------+---------------------------------------------------+ +| **Repo/commit-ID** | 176e61f4c2210015324c61ac9722934d56a63f78 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release designation** | J | +| | | ++-----------------------------+---------------------------------------------------+ +| **Release date** | 2024-06-26 | +| | | ++-----------------------------+---------------------------------------------------+ +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-rappmanager:0.1.0 | +| | Lots of functional improvements | +| | | +-----------------------------+---------------------------------------------------+ \ No newline at end of file diff --git a/participants/docs/release-notes.rst b/participants/docs/release-notes.rst index 84b3213..7934c0e 100644 --- a/participants/docs/release-notes.rst +++ b/participants/docs/release-notes.rst @@ -19,6 +19,8 @@ Version history DME participant for rApp Manager +------------+----------+------------------+--------------------+ | 2023-12-15 | 0.0.1 | John Keeney | I Release | +------------+----------+------------------+--------------------+ +| 2024-06-26 | 0.1.0 | John Keeney | J Release | ++------------+----------+------------------+--------------------+ Release Data for DME participant for rApp Manager @@ -42,4 +44,24 @@ I Release | **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.0.1 | | | First release | | | | ++-----------------------------+-----------------------------------------------------+ + +J Release +--------- ++-----------------------------+-----------------------------------------------------+ +| **Project** | Non-RT RIC | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Repo/commit-ID** | 176e61f4c2210015324c61ac9722934d56a63f78 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release designation** | J | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Release date** | 2024-06-26 | +| | | ++-----------------------------+-----------------------------------------------------+ +| **Purpose of the delivery** | o-ran-sc/nonrtric-plt-participant-impl-dme:0.1.0 | +| | Lots of functional Improvements | +| | | +-----------------------------+-----------------------------------------------------+ \ No newline at end of file From 4220dcd7009a8504a924af854fb7eda29cea1ba1 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Jun 2024 12:04:28 +0100 Subject: [PATCH 6/6] Roll versions, Trigger docs, Rebase j-release branch (J-Release) Issue-ID: 972 Change-Id: I65f66a42fe0863bf4cca511ea45944ed03edcefa Signed-off-by: JohnKeeney --- docs/conf.py | 6 +++--- docs/developer-guide.rst | 4 ++-- docs/overview.rst | 1 - participants/docs/conf.py | 2 +- participants/participant-impl-dme/pom.xml | 2 +- participants/pom.xml | 2 +- pom.xml | 2 +- rapp-manager-acm/pom.xml | 2 +- rapp-manager-application/pom.xml | 2 +- rapp-manager-dme/pom.xml | 2 +- rapp-manager-models/pom.xml | 2 +- rapp-manager-sme/pom.xml | 2 +- tox.ini | 16 ++++++++-------- 13 files changed, 22 insertions(+), 23 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ff4e306..0f0f5b3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,8 +18,8 @@ #branch configuration -branch = 'latest' -baseurl = 'https://docs.o-ran-sc.org/projects/' +branch = 'j-release' +baseurl = 'https://docs.o-ran-sc.org/projects' selfurl = '%s/o-ran-sc-nonrtric-plt-rappmanager/en/%s' %(baseurl, branch) linkcheck_ignore = [ @@ -46,5 +46,5 @@ intersphinx_mapping = {} intersphinx_mapping['nonrtric'] = ('%s/o-ran-sc-nonrtric/en/%s' %(baseurl, branch), None) -intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) +#intersphinx_mapping['participants'] = ('%s/participants' % selfurl, None) intersphinx_disabled_reftypes = ["*"] diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 0584ca1..0e2b826 100755 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -61,9 +61,9 @@ Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. +The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes `_. -For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. +For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. For more information see `Integration and Testing documentation in the O-RAN-SC `_. diff --git a/docs/overview.rst b/docs/overview.rst index 6bfb31f..486232b 100755 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -45,7 +45,6 @@ List of participants used by rApp manager sample rApp. * `A1PMS Participant `_ - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service. * `Kserve Participant `_ - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service. * `Kubernetes Participant `_ - It interacts with Helm/Kubernetes. It is capable of lifecycle managing Helm charts. It expects the helm charts to be available in the mentioned repository as it doesn't handle the helm chart creation in the chart repository. -* :doc:`DME Participant ` - It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities. ACM composition and instance details can be provided as part of the rApp package and the package structure can be found in `Sample rApp package structure`_. diff --git a/participants/docs/conf.py b/participants/docs/conf.py index fb77eb7..bf58054 100755 --- a/participants/docs/conf.py +++ b/participants/docs/conf.py @@ -18,7 +18,7 @@ #branch configuration -branch = 'latest' +branch = 'j-release' linkcheck_ignore = [ 'http://localhost.*', diff --git a/participants/participant-impl-dme/pom.xml b/participants/participant-impl-dme/pom.xml index 7f2d8e5..aff2d02 100755 --- a/participants/participant-impl-dme/pom.xml +++ b/participants/participant-impl-dme/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.participants diff --git a/participants/pom.xml b/participants/pom.xml index fbef851..08cb172 100755 --- a/participants/pom.xml +++ b/participants/pom.xml @@ -30,7 +30,7 @@ org.o-ran-sc.nonrtric.plt participants - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT pom NONRTRIC ACM Participants O-RAN SC ACM Participants. diff --git a/pom.xml b/pom.xml index b952d57..1297ef5 100755 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT pom NONRTRIC rAppmanager O-RAN SC rApp Management function. diff --git a/rapp-manager-acm/pom.xml b/rapp-manager-acm/pom.xml index f23d691..5770413 100755 --- a/rapp-manager-acm/pom.xml +++ b/rapp-manager-acm/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-application/pom.xml b/rapp-manager-application/pom.xml index 5d32df5..cf1cd8e 100755 --- a/rapp-manager-application/pom.xml +++ b/rapp-manager-application/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-dme/pom.xml b/rapp-manager-dme/pom.xml index 9a8a0af..32f58ce 100755 --- a/rapp-manager-dme/pom.xml +++ b/rapp-manager-dme/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-models/pom.xml b/rapp-manager-models/pom.xml index bc5c010..11cc942 100755 --- a/rapp-manager-models/pom.xml +++ b/rapp-manager-models/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/rapp-manager-sme/pom.xml b/rapp-manager-sme/pom.xml index dd877d2..9e84af8 100755 --- a/rapp-manager-sme/pom.xml +++ b/rapp-manager-sme/pom.xml @@ -26,7 +26,7 @@ org.o-ran-sc.nonrtric.plt rappmanager - 0.1.0-SNAPSHOT + 0.1.1-SNAPSHOT org.o-ran-sc.nonrtric.plt.rappmanager diff --git a/tox.ini b/tox.ini index 1b63bfc..b211725 100755 --- a/tox.ini +++ b/tox.ini @@ -36,11 +36,11 @@ commands = allowlist_externals = echo -[testenv:docs-linkcheck] -basepython = python3 -deps = - -r{toxinidir}/docs/requirements-docs.txt - -r{toxinidir}/participants/docs/requirements-docs.txt -commands = - sphinx-build -W -b linkcheck -d {envtmpdir}/participants/doctrees ./participants/docs/ {toxinidir}/docs/_build/linkcheck/participants - sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +#[testenv:docs-linkcheck] +#basepython = python3 +#deps = +# -r{toxinidir}/docs/requirements-docs.txt +# -r{toxinidir}/participants/docs/requirements-docs.txt +#commands = +# sphinx-build -W -b linkcheck -d {envtmpdir}/participants/doctrees ./participants/docs/ {toxinidir}/docs/_build/linkcheck/participants +# sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck