Re-enable participant links & checks after first build of i-release docs 26/12326/1 i-release
authorJohnKeeney <john.keeney@est.tech>
Fri, 15 Dec 2023 18:11:22 +0000 (18:11 +0000)
committerJohnKeeney <john.keeney@est.tech>
Fri, 15 Dec 2023 18:13:05 +0000 (18:13 +0000)
Change-Id: Ia02b758b4814b9a5914cfa81351142ee91de4d66
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-958

.releases/container-release-nonrtric-plt-participant-impl-dme.yaml [new file with mode: 0644]
.releases/container-release-nonrtric-plt-rappmanager.yaml [new file with mode: 0644]
docs/conf.py
docs/overview.rst

diff --git a/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml b/.releases/container-release-nonrtric-plt-participant-impl-dme.yaml
new file mode 100644 (file)
index 0000000..a213162
--- /dev/null
@@ -0,0 +1,10 @@
+---
+distribution_type: container
+container_release_tag: 0.0.1
+container_pull_registry: nexus3.o-ran-sc.org:10004
+container_push_registry: nexus3.o-ran-sc.org:10002
+project: nonrtric
+ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84
+containers:
+    - name: nonrtric-plt-participant-impl-dme
+      version: 0.0.1
diff --git a/.releases/container-release-nonrtric-plt-rappmanager.yaml b/.releases/container-release-nonrtric-plt-rappmanager.yaml
new file mode 100644 (file)
index 0000000..70cbf37
--- /dev/null
@@ -0,0 +1,10 @@
+---
+distribution_type: container
+container_release_tag: 0.0.1
+container_pull_registry: nexus3.o-ran-sc.org:10004
+container_push_registry: nexus3.o-ran-sc.org:10002
+project: nonrtric
+ref: 3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84
+containers:
+    - name: nonrtric-plt-rappmanager
+      version: 0.0.1
index 3fdecf9..15261ba 100755 (executable)
@@ -26,7 +26,7 @@ linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
-    '.*participants.*',  # Participants site may not be built yet
+    '.*participants.*',  # Participants site may not be built yet
     './rappmanager-api.html', # Generated file that doesn't exist at link check.
 ]
 
@@ -47,5 +47,5 @@ redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js
 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 = ["*"]
index 885f3f3..1d8c5bc 100755 (executable)
@@ -45,9 +45,7 @@ List of participants used by rApp manager sample rApp.
 * `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.
-
-.. 
-   :: commenting this out for now * :doc:`DME Participant <participants:index>` -  It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities.
+* :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`_.