Release notes & Roll version after i-release 0.0.1 -> 0.0.2 25/12325/4
authorJohnKeeney <john.keeney@est.tech>
Fri, 15 Dec 2023 17:13:40 +0000 (17:13 +0000)
committerJohn Keeney <John.Keeney@est.tech>
Fri, 15 Dec 2023 17:46:49 +0000 (17:46 +0000)
Change-Id: Ie70a2b1f92cd074ccdd3602128fc84091e777455
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-958

14 files changed:
docs/conf.py
docs/overview.rst
docs/release-notes.rst
participants/docs/conf.py
participants/docs/index.rst
participants/docs/release-notes.rst [new file with mode: 0644]
participants/participant-impl-dme/pom.xml
participants/pom.xml
pom.xml
rapp-manager-acm/pom.xml
rapp-manager-application/pom.xml
rapp-manager-dme/pom.xml
rapp-manager-models/pom.xml
rapp-manager-sme/pom.xml

index ff4e306..3fdecf9 100755 (executable)
@@ -18,7 +18,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'i-release'
 baseurl = 'https://docs.o-ran-sc.org/projects/'
 selfurl = '%s/o-ran-sc-nonrtric-plt-rappmanager/en/%s' %(baseurl, branch)
 
@@ -26,7 +26,8 @@ linkcheck_ignore = [
     'http://localhost.*',
     'http://127.0.0.1.*',
     'https://gerrit.o-ran-sc.org.*',
-    './rappmanager-api.html', #Generated file that doesn't exist at link check.
+    '.*participants.*',  # Participants site may not be built yet
+    './rappmanager-api.html', # Generated file that doesn't exist at link check.
 ]
 
 extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',]
@@ -46,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 1d8c5bc..885f3f3 100755 (executable)
@@ -45,7 +45,9 @@ 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.
-* :doc:`DME Participant <participants:index>` -  It interacts with DME(ICS) of NONRTRIC. It is capable of lifecycle managing DME entities.
+
+.. 
+   :: 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.
 
 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`_.
 
index 5843aff..ee48cc7 100755 (executable)
@@ -17,7 +17,7 @@ Version history rApp Manager
 | **Date**   | **Ver.** | **Author**       | **Comment**        |
 |            |          |                  |                    |
 +------------+----------+------------------+--------------------+
-|            |          |                  |                    |
+| 2023-12-15 |  0.0.1   |  John Keeney     | I Release          |
 +------------+----------+------------------+--------------------+
 
 
@@ -30,15 +30,16 @@ I Release
 | **Project**                 | Non-RT RIC                                        |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
-| **Repo/commit-ID**          |                                                   |
+| **Repo/commit-ID**          |  3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84         |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
-| **Release designation**     |                                                   |
+| **Release designation**     |  I                                                |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
-| **Release date**            |                                                   |
+| **Release date**            |  2023-12-15                                       |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
-| **Purpose of the delivery** |                                                   |
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-rappmanager:0.0.1          |
+|                             |       First release                               |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
\ No newline at end of file
index fb77eb7..4e7cdfb 100755 (executable)
@@ -18,7 +18,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'i-release'
 
 linkcheck_ignore = [
     'http://localhost.*',
index 1a958ad..13ff582 100755 (executable)
@@ -12,3 +12,4 @@ Non-RT RIC DME Participant
    ./overview.rst
    ./developer-guide.rst
    ./installation-guide.rst
+   ./release-notes.rst
\ No newline at end of file
diff --git a/participants/docs/release-notes.rst b/participants/docs/release-notes.rst
new file mode 100644 (file)
index 0000000..84b3213
--- /dev/null
@@ -0,0 +1,45 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+
+=============
+Release-Notes
+=============
+
+
+This document provides the release notes for the release of Participants for the Non-RT RIC rApp Manager.
+
+
+Version history DME participant for rApp Manager
+================================================
+
++------------+----------+------------------+--------------------+
+| **Date**   | **Ver.** | **Author**       | **Comment**        |
+|            |          |                  |                    |
++------------+----------+------------------+--------------------+
+| 2023-12-15 |  0.0.1   |  John Keeney     | I Release          |
++------------+----------+------------------+--------------------+
+
+
+Release Data for DME participant for rApp Manager
+=================================================
+
+I Release
+---------
++-----------------------------+-----------------------------------------------------+
+| **Project**                 | Non-RT RIC                                          |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Repo/commit-ID**          |  3b8a84a5cb9cb6ec5a3f4a8ca038431769bced84           |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release designation**     |  I                                                  |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Release date**            |  2023-12-15                                         |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
+| **Purpose of the delivery** |  o-ran-sc/nonrtric-plt-participant-impl-dme:0.0.1   |
+|                             |       First release                                 |
+|                             |                                                     |
++-----------------------------+-----------------------------------------------------+
\ No newline at end of file
index aac5fa5..caefaec 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>participants</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.participants</groupId>
index 483c0f3..d7eb59c 100755 (executable)
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>participants</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC ACM Participants</name>
     <description>O-RAN SC ACM Participants.</description>
diff --git a/pom.xml b/pom.xml
index 34521ba..9a5816f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>NONRTRIC rAppmanager</name>
     <description>O-RAN SC rApp Management function.</description>
index 8cb14c4..f17c9d9 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 5bd7dd1..c830e8c 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 097b21f..3e0ce9c 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 9586c73..5451bb7 100755 (executable)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>
index 7106857..ad505a0 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.o-ran-sc.nonrtric.plt</groupId>
         <artifactId>rappmanager</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.o-ran-sc.nonrtric.plt.rappmanager</groupId>