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/ 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/ 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