#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 = [
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 = ["*"]
hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the
OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory.
-The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappmanager/en/latest/installation-guide.html>`_.
+The scripts located in *rappmanager/scripts/install* can be used for an automatic installation in the Kubernetes Cluster, see `Automatic Installation in Kubernetes <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-rappmanager/en/j-release/installation-guide.html>`_.
-For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+I+-+Run+in+Kubernetes>`_.
+For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes <https://wiki.o-ran-sc.org/display/RICNR/Release+J+-+Run+in+Kubernetes>`_.
For more information see `Integration and Testing documentation in the O-RAN-SC <https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/index.html>`_.
* `A1PMS Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/a1pms-participant.html>`_ - It interacts with A1PMS of NONRTRIC. It is capable of lifecycle managing A1PMS service.
* `Kserve Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/kserve-participant.html>`_ - It interacts with Kserve. It is capable of lifecycle managing Kserve inference service.
* `Kubernetes Participant <https://docs.onap.org/projects/onap-policy-parent/en/latest/clamp/acm/design-impl/participants/k8s-participant.html>`_ - 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 <participants:index>` - 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`_.
#branch configuration
-branch = 'latest'
+branch = 'j-release'
linkcheck_ignore = [
'http://localhost.*',
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>participants</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.participants</groupId>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>participants</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NONRTRIC ACM Participants</name>
<description>O-RAN SC ACM Participants.</description>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>NONRTRIC rAppmanager</name>
<description>O-RAN SC rApp Management function.</description>
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
<parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
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