nonrtric/plt/rappmanager.git
11 days agoChore: Update repository scan parameters 14/15314/1
Matthew Watkins [Wed, 26 Nov 2025 06:08:50 +0000 (06:08 +0000)]
Chore: Update repository scan parameters

We need to update the updated scan definition file:
- sonar-project.properties

Issue: CIMAN-33
Change-Id: I671a2a743b4f935512c83a814bc55f2ca44099cb
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
12 days agoMerge "CI: Update security-scans.yaml workflow"
John Keeney [Tue, 25 Nov 2025 10:19:43 +0000 (10:19 +0000)]
Merge "CI: Update security-scans.yaml workflow"

12 days agoMerge "Add Helm chart to deploy RAN NSSMF Simulator RAPP"
John Keeney [Tue, 25 Nov 2025 10:01:05 +0000 (10:01 +0000)]
Merge "Add Helm chart to deploy RAN NSSMF Simulator RAPP"

13 days agoCI: Update security-scans.yaml workflow 09/15309/1
Matthew Watkins [Mon, 24 Nov 2025 16:48:26 +0000 (16:48 +0000)]
CI: Update security-scans.yaml workflow

Updated a number of the supporting actions, and update the workflow
calls. Implemented 1Password credential retrieval. Tested in my fork
of the O-RAN-SC repository.

Change-Id: Ia833f2946f01cce24e2ea6d8f97c980f044b0d3c
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
2 weeks agoImplement connect api in data.py - to connect influxdb, fetch NSSI performance report... 03/15303/1
sunil.n [Fri, 21 Nov 2025 05:34:34 +0000 (11:04 +0530)]
Implement connect api in data.py - to connect influxdb, fetch NSSI performance reports for predictions

Change-Id: I9f3eaf636aa41318582bda00e23d8a93c819eaac
Signed-off-by: sunil.n <sunil.n@samsung.com>
2 weeks agoAdd Helm chart to deploy RAN NSSMF Simulator RAPP 23/15223/3
sunil.n [Thu, 13 Nov 2025 05:31:47 +0000 (11:01 +0530)]
Add Helm chart to deploy RAN NSSMF Simulator RAPP

- Add comprehensive Helm chart for Kubernetes deployment
- Include deployment, service, serviceaccount templates
- Add configurable values.yaml with environment variables
- Update README.md with complete Kubernetes deployment guide
- Document both Spring Boot app and Helm chart components
- Add step-by-step deployment instructions and troubleshooting

Change-Id: I893ee4b82a3bd48eb4dc335e93e43879151b079b
Signed-off-by: sunil.n <sunil.n@samsung.com>
2 weeks agoImplement data.py - for InfluxDB configuration management, query from NSSI performanc... 01/15301/1
sunil.n [Thu, 20 Nov 2025 05:47:14 +0000 (11:17 +0530)]
Implement data.py - for InfluxDB configuration management, query from NSSI performance reports bucket

Change-Id: I7395fe6f1588e1c2be8ee0cf0d31590d0816baac
Signed-off-by: sunil.n <sunil.n@samsung.com>
2 weeks agoImplement function to modify NSSI based on ID. This function will be called from... 96/15296/2
sunil.n [Wed, 19 Nov 2025 07:27:07 +0000 (12:57 +0530)]
Implement function to modify NSSI based on ID. This function will be called from main function based on predictions

Change-Id: I6670b003f6ae8e07e981e5669cf4a8126f4dfad9
Signed-off-by: sunil.n <sunil.n@samsung.com>
2 weeks agoMerge "Migrate java base image to amazoncorretto:17.0.17"
John Keeney [Tue, 18 Nov 2025 10:12:14 +0000 (10:12 +0000)]
Merge "Migrate java base image to amazoncorretto:17.0.17"

2 weeks agoFix: Scan parameters in sonar-project.properties 86/15286/1
Matthew Watkins [Mon, 17 Nov 2025 15:52:35 +0000 (15:52 +0000)]
Fix: Scan parameters in sonar-project.properties

The Maven build command (`mvn clean verify`) compiles the code but doesn't copy
dependencies to the `target/dependency` directory. This requires the
`maven-dependency-plugin` with the `copy-dependencies` goal, which is not
configured in the `pom.xml`.

Change-Id: I7e271b25affe5ec599f4b7edb0950b1f4ddc4c53
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
2 weeks agoMigrate java base image to amazoncorretto:17.0.17 78/15278/1
aravind.est [Mon, 17 Nov 2025 10:55:12 +0000 (10:55 +0000)]
Migrate java base image to amazoncorretto:17.0.17

base image replaced with amazoncorretto:17.0.17

Issue-ID: NONRTRIC-1096
Change-Id: I44617a8cb768b2025a8d8f7992e42f2ead9a6294
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 weeks agoMigrate java base image to amazoncorretto:17.0.17 76/15276/1
aravind.est [Mon, 17 Nov 2025 10:20:41 +0000 (10:20 +0000)]
Migrate java base image to amazoncorretto:17.0.17

base image replaced with amazoncorretto:17.0.17

Issue-ID: NONRTRIC-1096
Change-Id: Idadc8b35ae4bd2e66797c285a60dcae778019114
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoMerge "CI: Update sonarqube-cloud-scan-action and maven-build-action"
John Keeney [Fri, 14 Nov 2025 16:02:09 +0000 (16:02 +0000)]
Merge "CI: Update sonarqube-cloud-scan-action and maven-build-action"

3 weeks agoCI: Update sonarqube-cloud-scan-action and maven-build-action 28/15228/2
Matthew Watkins [Fri, 14 Nov 2025 13:33:48 +0000 (13:33 +0000)]
CI: Update sonarqube-cloud-scan-action and maven-build-action

Also updates the reuse-sonatype-lifecycle.yaml reusable workflow.

Issue-ID: CIMAN-33
Change-Id: I0df81bdab91fca5cc9c5996c67848e5a9c5a30b4
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 weeks agoImplement function to get NSSI based on ID 24/15224/1
sunil.n [Thu, 13 Nov 2025 06:06:48 +0000 (11:36 +0530)]
Implement function to get NSSI based on ID

Change-Id: I4aa38ee79a5fef446b9613cf42eee40f6eb826d2
Signed-off-by: sunil.n <sunil.n@samsung.com>
3 weeks agoMerge "Fix SME components cache after deployment"
John Keeney [Wed, 12 Nov 2025 13:49:03 +0000 (13:49 +0000)]
Merge "Fix SME components cache after deployment"

3 weeks agoMerge "CI: Add Maven library/dependencies for more precise analysis"
John Keeney [Wed, 12 Nov 2025 13:48:02 +0000 (13:48 +0000)]
Merge "CI: Add Maven library/dependencies for more precise analysis"

3 weeks agoMerge "CI: Update sonarqube-cloud-scan-action to v0.1.4"
John Keeney [Wed, 12 Nov 2025 13:47:46 +0000 (13:47 +0000)]
Merge "CI: Update sonarqube-cloud-scan-action to v0.1.4"

3 weeks agoMerge "Implement function to subscribe to RAN NSSMF for NSSI LCM, PM notifications"
John Keeney [Wed, 12 Nov 2025 13:47:31 +0000 (13:47 +0000)]
Merge "Implement function to subscribe to RAN NSSMF for NSSI LCM, PM notifications"

3 weeks agoFix SME components cache after deployment 20/15220/1
aravind.est [Wed, 12 Nov 2025 11:42:02 +0000 (11:42 +0000)]
Fix SME components cache after deployment

After deployment SME components generated id's updated.

Issue-ID: NONRTRIC-1082
Change-Id: I03473b598b143228d79627860b9d22e13233b640
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoCI: Add Maven library/dependencies for more precise analysis 07/15207/2
Matthew Watkins [Sat, 8 Nov 2025 07:21:28 +0000 (07:21 +0000)]
CI: Add Maven library/dependencies for more precise analysis

Change-Id: Ia79496af3c41a8e124968dda04d8c0f98f150e88
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 weeks agoCI: Update sonarqube-cloud-scan-action to v0.1.4 17/15217/2
Matthew Watkins [Mon, 10 Nov 2025 16:18:36 +0000 (16:18 +0000)]
CI: Update sonarqube-cloud-scan-action to v0.1.4

Issue-ID: CIMAN-33
Change-Id: I8d034fa70667f79ef6be83e1c8a3499163616ecf
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
3 weeks agoImplement 3GPP 28.532 Modify NetworkSliceSubnet API. It's implemented for demo purpos... 12/15212/2
sunil.n [Mon, 10 Nov 2025 12:47:55 +0000 (18:17 +0530)]
Implement 3GPP 28.532 Modify NetworkSliceSubnet API. It's implemented for demo purpose only. Function logs request and sends OK response

Change-Id: I5d5d003f8bba938639cd7e48f8dcee4e5528496b
Signed-off-by: sunil.n <sunil.n@samsung.com>
3 weeks agoImplement function to subscribe to RAN NSSMF for NSSI LCM, PM notifications 11/15211/2
sunil.n [Mon, 10 Nov 2025 11:59:26 +0000 (17:29 +0530)]
Implement function to subscribe to RAN NSSMF for NSSI LCM, PM notifications

Change-Id: I244226f4d84f4f814dbb80894cb48a311b8a154e
Signed-off-by: sunil.n <sunil.n@samsung.com>
3 weeks agoReplace openjdk docker base images 19/15219/1
aravind.est [Wed, 12 Nov 2025 11:05:24 +0000 (11:05 +0000)]
Replace openjdk docker base images

openjdk docker base image replcaed with eclipse-temurin image

Issue-ID: NONRTRIC-1082
Change-Id: I753c2ed40f4b4ff291f59e35f0cca032c3a12b8f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 weeks agoMerge "Implement RAN NSSMF Client. To interface with RAN NSSMF for subscriptions...
John Keeney [Mon, 10 Nov 2025 09:36:01 +0000 (09:36 +0000)]
Merge "Implement RAN NSSMF Client. To interface with RAN NSSMF for subscriptions, NSSI LCM. RAN NSSMF Client is implemented according to 3GPP 28.532"

3 weeks agoMerge "Implement 3GPP 28.532 Get NetworkSliceSubnet API. It always returns pre-config...
John Keeney [Mon, 10 Nov 2025 09:35:43 +0000 (09:35 +0000)]
Merge "Implement 3GPP 28.532 Get NetworkSliceSubnet API. It always returns pre-configured 6 NSSIs only. It's for demo purpose only"

4 weeks agoImplement RAN NSSMF Client. To interface with RAN NSSMF for subscriptions, NSSI LCM... 98/15198/1
sunil.n [Fri, 7 Nov 2025 04:04:14 +0000 (09:34 +0530)]
Implement RAN NSSMF Client. To interface with RAN NSSMF for subscriptions, NSSI LCM. RAN NSSMF Client is implemented according to 3GPP 28.532

Change-Id: Iaa80b34202edb0f2a3839627be35de07b4b923e7
Signed-off-by: sunil.n <sunil.n@samsung.com>
4 weeks agoCI: SonarQube ignores build artefact locations by default 97/15197/1
Matthew Watkins [Thu, 6 Nov 2025 15:18:23 +0000 (15:18 +0000)]
CI: SonarQube ignores build artefact locations by default

The .gitignore file contains configuration to ignore the compiled
Java class files, which the SonarQube scan respects by default.
Without providing an additional flag, the scanner cannot find the
compiled class files, so is failing for the same reason as before.

Change-Id: I803b5d3ea43e60f17a5e22969b531d7314059cc9
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 weeks agoMerge "Add SME Client to 5G Slice PRB Prediction Rapp"
John Keeney [Thu, 6 Nov 2025 13:20:58 +0000 (13:20 +0000)]
Merge "Add SME Client to 5G Slice PRB Prediction Rapp"

4 weeks agoImplement 3GPP 28.532 Get NetworkSliceSubnet API. It always returns pre-configured... 96/15196/1
sunil.n [Thu, 6 Nov 2025 12:22:54 +0000 (17:52 +0530)]
Implement 3GPP 28.532 Get NetworkSliceSubnet API. It always returns pre-configured 6 NSSIs only. It's for demo purpose only

Change-Id: I90f5d61b41fda5854edf8e380e75e76fe52e283a
Signed-off-by: sunil.n <sunil.n@samsung.com>
4 weeks agoMerge "Implement scheduler function to send FileReadyNotifications to all subscribers...
John Keeney [Thu, 6 Nov 2025 09:34:25 +0000 (09:34 +0000)]
Merge "Implement scheduler function to send FileReadyNotifications to all subscribers every 15 mins"

4 weeks agoFix: Pass new build action required Maven options 90/15190/1
Matthew Watkins [Wed, 5 Nov 2025 12:09:04 +0000 (12:09 +0000)]
Fix: Pass new build action required Maven options

Issue-ID: CIMAN-33
Change-Id: I765e32765dc1f33aeb94555479960c36fa556d39
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 weeks agoFix: Restructure checkout for code build 86/15186/1
Matthew Watkins [Wed, 5 Nov 2025 09:52:17 +0000 (09:52 +0000)]
Fix: Restructure checkout for code build

Change-Id: I2d9ac41b42b46b616da49c24dc127df9fb5ce31c
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 weeks agoImplement scheduler function to send FileReadyNotifications to all subscribers every... 80/15180/3
sunil.n [Mon, 3 Nov 2025 06:44:19 +0000 (12:14 +0530)]
Implement scheduler function to send FileReadyNotifications to all subscribers every 15 mins

Change-Id: I1e363a020bea383a2ad269e8a042ea8c478eb8a3
Signed-off-by: sunil.n <sunil.n@samsung.com>
4 weeks agoMerge "CI: Add maven-build-action call before SonarQube scan"
John Keeney [Mon, 3 Nov 2025 15:13:40 +0000 (15:13 +0000)]
Merge "CI: Add maven-build-action call before SonarQube scan"

4 weeks agoCI: Add maven-build-action call before SonarQube scan 81/15181/1
Matthew Watkins [Mon, 3 Nov 2025 13:41:24 +0000 (13:41 +0000)]
CI: Add maven-build-action call before SonarQube scan

Issue-ID: CIMAN-33
Change-Id: I6e76c2d078ab3db2c4f6967d3410a66a9a70217b
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
5 weeks ago3GPP 28.532 RAN NSSMF subscribe API Implementation 77/15177/1
sunil.n [Fri, 31 Oct 2025 08:27:12 +0000 (13:57 +0530)]
3GPP 28.532 RAN NSSMF subscribe API Implementation

Change-Id: I16a94207165803abfa0b3cd385c0d62b957daf80
Signed-off-by: sunil.n <sunil.n@samsung.com>
5 weeks agoAdd SME Client to 5G Slice PRB Prediction Rapp 74/15174/2
sunil.n [Fri, 24 Oct 2025 06:28:52 +0000 (11:58 +0530)]
Add SME Client to 5G Slice PRB Prediction Rapp

Change-Id: I2ffd236189351d3a536b242852ea2364e602ef79
Signed-off-by: sunil.n <sunil.n@samsung.com>
Change-Id: Iabd2d60f902b9a00cf99e586db789bff0692d1e8
Signed-off-by: sunil.n <sunil.n@samsung.com>
Update README.md - sme_client.py information

Change-Id: I72747badaf185b7d2fe3bd57b1d8211ad795cc32
Signed-off-by: sunil.n <sunil.n@samsung.com>
5 weeks ago5G RAN NSSMF Simpluator implementing 3GPP 28.552 interfaces for subscriptions, slice... 76/15176/1
sunil.n [Mon, 27 Oct 2025 10:45:38 +0000 (16:15 +0530)]
5G RAN NSSMF Simpluator implementing 3GPP 28.552 interfaces for subscriptions, slice management apis

Change-Id: If898f8ae2cc68663b9f3f69cb8aff1f2d79157db
Signed-off-by: sunil.n <sunil.n@samsung.com>
6 weeks agoPython to generate5G NSSI Performance Data in Influxdb, which can be used for ML... 68/15168/1
sunil.n [Tue, 21 Oct 2025 12:33:53 +0000 (18:03 +0530)]
Python to generate5G NSSI Performance Data in Influxdb, which can be used for ML model generation and rapp testing

Change-Id: I1806c558770f1d94811da0f4e8a03905baec3bf0
Signed-off-by: sunil.n <sunil.n@samsung.com>
6 weeks agoJupyter notebook to generate LSTM model artifacts to be used in rapp 66/15166/1
sunil.n [Tue, 21 Oct 2025 06:54:58 +0000 (12:24 +0530)]
Jupyter notebook to generate LSTM model artifacts to be used in rapp

Change-Id: Ie46c97ba865336467aad0d9b3fcf85d6107a08b8
Signed-off-by: sunil.n <sunil.n@samsung.com>
6 weeks agoJupyter notebook to generate LSTM model artifacts to be used in rapp 65/15165/1
sunil.n [Tue, 21 Oct 2025 06:32:44 +0000 (12:02 +0530)]
Jupyter notebook to generate LSTM model artifacts to be used in rapp

Change-Id: Iae9c97ce54b5ce97d7bbf7c76804b187529fdd46
Signed-off-by: sunil.n <sunil.n@samsung.com>
7 weeks agoFirst PR for 5G RAN NSSMF Simulator Rapp 60/15160/1
sunil.n [Fri, 17 Oct 2025 06:18:40 +0000 (11:48 +0530)]
First PR for 5G RAN NSSMF Simulator Rapp

Change-Id: I84b0a72b993a0e87efbf33e73fce8170ffa36d04
Signed-off-by: sunil.n <sunil.n@samsung.com>
7 weeks agoFirst PR for 5G RAN Slice PRB Prediction Rapp 59/15159/1
sunil.n [Fri, 17 Oct 2025 05:41:51 +0000 (11:11 +0530)]
First PR for 5G RAN Slice PRB Prediction Rapp

Change-Id: Icbafff012a23956072893b5e836fb34aada97775
Signed-off-by: sunil.n <sunil.n@samsung.com>
7 weeks agoAdd local chartmuseum installation instructions 36/15136/2
aravind.est [Thu, 9 Oct 2025 16:02:02 +0000 (17:02 +0100)]
Add local chartmuseum installation instructions

Chartmuseum installation instructions referred as part of es-demo-rapp

Issue-ID: NONRTRIC-1082
Change-Id: I15ef14bc847edf0bc758bf6bb70b8e1b069ddee1
Signed-off-by: aravind.est <aravindhan.a@est.tech>
7 weeks agoSpring boot and dependencies upgrade 51/15151/2
aravind.est [Tue, 14 Oct 2025 09:17:08 +0000 (10:17 +0100)]
Spring boot and dependencies upgrade

Spring Boot and dependencies upgraded.

Issue-ID: NONRTRIC-1007
Change-Id: I84631a32c8530ffc1243435701cc55a9c3bbc506
Signed-off-by: aravind.est <aravindhan.a@est.tech>
2 months agoCI: Add .github/dependabot.yml configuration 18/15018/2
ModeSevenIndustrialSolutions [Thu, 25 Sep 2025 10:53:39 +0000 (11:53 +0100)]
CI: Add .github/dependabot.yml configuration

Add dependabot configuration for automatic GitHub Actions updates
with weekly schedule and 'Chore' commit prefix.

Issue-ID: CIMAN-33
Change-Id: I5a4efecc496ee5401046c08fd28d82003be006fb
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
2 months agoEnable REST logs for dme participant 00/14900/1
aravind.est [Wed, 10 Sep 2025 10:59:24 +0000 (11:59 +0100)]
Enable REST logs for dme participant

REST logs enabled for DME Participant

Issue-ID: INT-193
Change-Id: I289ba1ff6bbf6ec9de5c22bf78f7c08d0a9a6270
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoUpgrade Spring Boot version to 3.5.5 63/14863/1
aravind.est [Fri, 29 Aug 2025 18:16:54 +0000 (19:16 +0100)]
Upgrade Spring Boot version to 3.5.5

Spring boot version upgraded

Issue-ID: NONRTRIC-1087
Change-Id: I08c698e25a6acd0e1a9f9f85ddf3c41a42626f6e
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agorApp instance status sync on all rApp GET request 55/14855/1
aravind.est [Thu, 28 Aug 2025 12:57:32 +0000 (13:57 +0100)]
rApp instance status sync on all rApp GET request

rApp instance status is synchronized on all the rApp/rApp instance get requests

Issue-ID: NONRTRIC-1087
Change-Id: Ib538666f428f876b14bf0f5092e8872c7308bdab
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoMerge "Chore: Implement Sonatype and Sonarcloud scans in GitHub"
John Keeney [Thu, 21 Aug 2025 13:26:22 +0000 (13:26 +0000)]
Merge "Chore: Implement Sonatype and Sonarcloud scans in GitHub"

3 months agoMerge "Add LICENSE.txt file"
John Keeney [Thu, 21 Aug 2025 13:13:48 +0000 (13:13 +0000)]
Merge "Add LICENSE.txt file"

3 months agoAdd LICENSE.txt file 39/14839/1
aravind.est [Thu, 21 Aug 2025 10:13:24 +0000 (11:13 +0100)]
Add LICENSE.txt file

License file added to clarify the terms under which the code can be used.

Issue-ID: NONRTRIC-1086
Change-Id: I4e6f9796b41ede679f65ac3bf677b1bdedadc873
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoMerge "Updated ES Rapp version"
Aravindhan Ayyanathan [Thu, 21 Aug 2025 07:42:50 +0000 (07:42 +0000)]
Merge "Updated ES Rapp version"

3 months agoUpdated ES Rapp version 36/14836/1
saul.gill [Wed, 20 Aug 2025 12:44:03 +0000 (13:44 +0100)]
Updated ES Rapp version

Updated app and chart to 0.2.16
Added ncmp-sdnc query functionality
Added teiv query functionality
Updated README with smo install flafour info
Altered NRCellDU name parsing
Added retrieval of influx token from environment

Issue-ID: NONRTRIC-1083
Change-Id: I714ca70b6a11a497876ca45e4ff364930fb3dc1a
Signed-off-by: saul.gill <saul.gill@est.tech>
3 months agorAppmanager: CVE tags added 26/14826/2
aravind.est [Tue, 19 Aug 2025 19:48:04 +0000 (20:48 +0100)]
rAppmanager: CVE tags added

CVE tags added with reference to the format in https://gerrit.o-ran-sc.org/r/c/oam/+/14745.

Issue-ID: NONRTRIC-1086
Change-Id: I6d51c867a6b441755504472acb188f4acd3f14eb
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoUpgrade Spring Boot Version to 3.5.4 23/14823/2
aravind.est [Tue, 19 Aug 2025 11:14:33 +0000 (12:14 +0100)]
Upgrade Spring Boot Version to 3.5.4

Spring Boot version upgraded to 3.5.4

Issue-ID: NONRTRIC-1082
Change-Id: I9a568de56bb844c9bb3524d7980e009bd4392f26
Signed-off-by: aravind.est <aravindhan.a@est.tech>
3 months agoUpdate deploy/undeploy response status code 15/14815/1
aravind.est [Wed, 13 Aug 2025 12:13:28 +0000 (13:13 +0100)]
Update deploy/undeploy response status code

deploy/undeploy response code modified to 202 from 200.

Issue-ID: NONRTRIC-1082
Change-Id: I332f1b8c63555e8027b7cde288362313e6b3087d
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoAdd deprecation notice to rAppmanager installation scripts 90/14790/1
aravind.est [Tue, 5 Aug 2025 14:07:13 +0000 (15:07 +0100)]
Add deprecation notice to rAppmanager installation scripts

it/dep SMO-Install offers separate flavour for rAppmanager installation. Hence this is deprecated.

Issue-ID: NONRTRIC-1082
Change-Id: Iff2cd182a99f1c1982c361e83afbd1fb039d9708
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoUpdates for version 0.2.5 of es-rapp 49/14749/1
saul.gill [Tue, 29 Jul 2025 13:41:14 +0000 (14:41 +0100)]
Updates for version 0.2.5 of es-rapp

Makes changes to allow ranpm use case flow
Update version of docker and helm
Alter generated data to match simulator data structure
Use threading to prevent overlapping execution
Expose more config options

Issue-ID: NONRTRIC-1083
Change-Id: Ib05d0d92763d5ec038282823755f5ec38facbd2e
Signed-off-by: saul.gill <saul.gill@est.tech>
4 months agoAdding credit/citation to ES Rapp README 39/14739/2
saul.gill [Wed, 23 Jul 2025 09:29:01 +0000 (10:29 +0100)]
Adding credit/citation to ES Rapp README

Issue-ID: NONRTRIC-1081
Change-Id: I551c09e7e2bb247547d452e49e4ed74f10f0584d
Signed-off-by: saul.gill <saul.gill@est.tech>
4 months agoCSAR validation return type removed 21/14721/1
aravind.est [Tue, 15 Jul 2025 11:55:26 +0000 (12:55 +0100)]
CSAR validation return type removed

CSAR validation errors are thrown as part of exception, so the return type has been removed

Issue-ID: NONRTRIC-1080
Change-Id: Ie4f95451f32ae3af485554aa8b600e302d566931
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoInstance creation validation added 19/14719/1
aravind.est [Mon, 14 Jul 2025 17:43:11 +0000 (18:43 +0100)]
Instance creation validation added

rApp instance creation payload values compared with the rApp package for validation

Issue-ID: NONRTRIC-1080
Change-Id: Ic4cde14eddf4b3ad0294e1adb2a944b204027f89
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoChore: Implement Sonatype and Sonarcloud scans in GitHub 16/14716/1
Matthew Watkins [Mon, 14 Jul 2025 12:56:06 +0000 (13:56 +0100)]
Chore: Implement Sonatype and Sonarcloud scans in GitHub

Change-Id: I4980a3cee246c3a23f626449b6cbfb0b94562bf3
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
4 months agoMerge "Revert "CI: INFO.yaml trigger temporary fix""
Aravindhan Ayyanathan [Mon, 14 Jul 2025 08:11:17 +0000 (08:11 +0000)]
Merge "Revert "CI: INFO.yaml trigger temporary fix""

4 months agoRevert "CI: INFO.yaml trigger temporary fix" 11/14711/1
aravind.est [Fri, 11 Jul 2025 10:52:18 +0000 (11:52 +0100)]
Revert "CI: INFO.yaml trigger temporary fix"

This reverts commit d56bad9ebd3826b54f790f10556c802053f38c8d.

Change-Id: I08cb8fecc2770e7e487b351cf59815a438678a19
Signed-off-by: aravind.est <aravindhan.a@est.tech>
4 months agoRequest validation added 10/14710/1
aravind.est [Thu, 10 Jul 2025 17:37:03 +0000 (18:37 +0100)]
Request validation added

Request parameters and payload validation added.

Issue-ID: NONRTRIC-1080
Change-Id: I646eee69d18fb74f2806610d1e123a13dbc2cd0e
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoDepedency upgrades 05/14705/1
aravind.est [Tue, 8 Jul 2025 17:20:07 +0000 (18:20 +0100)]
Depedency upgrades

Latest dependency versions upgraded.

Issue-ID: NONRTRIC-1080
Change-Id: I423e7e32464dd815ba7591debb296603cdc6e587
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoRoll version after L-Release (0.3.0->0.4.0) 97/14697/1
JohnKeeney [Fri, 4 Jul 2025 14:21:23 +0000 (15:21 +0100)]
Roll version after L-Release (0.3.0->0.4.0)

Issue-ID: NONRTRIC-1072
Change-Id: I4b950082a649d21ef3a9de83388915d7ae05bdcf
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRelease L Release notes 57/14657/4
JohnKeeney [Thu, 3 Jul 2025 12:57:59 +0000 (13:57 +0100)]
Release L Release notes

Issue-ID: NONRTRIC-1072
Change-Id: I67d2b5313c36b5f9cee242b1c8dcc3d6c88dd467
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRelease L - Docker - nonrtric-plt-participant-impl-dme:0.3.0 56/14656/3
JohnKeeney [Thu, 3 Jul 2025 12:47:51 +0000 (13:47 +0100)]
Release L - Docker - nonrtric-plt-participant-impl-dme:0.3.0

Issue-ID: NONRTRIC-1072
Change-Id: I330fd66921379a7336cf1207534271dff6bea41d
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRelease L - Maven - nonrtric-plt-participant-impl-dme:0.3.0 55/14655/3
JohnKeeney [Thu, 3 Jul 2025 12:46:28 +0000 (13:46 +0100)]
Release L - Maven - nonrtric-plt-participant-impl-dme:0.3.0

Issue-ID: NONRTRIC-1072
Change-Id: I2753f3fe420159a5dce8aea075819af08dd244c9
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRelease L - Docker - nonrtric-plt-rappmanager:0.3.0 54/14654/3
JohnKeeney [Thu, 3 Jul 2025 12:43:28 +0000 (13:43 +0100)]
Release L - Docker - nonrtric-plt-rappmanager:0.3.0

Issue-ID: NONRTRIC-1072
Change-Id: I91b60ea4a3c5a0bff8cb59bb036ca8e186392a31
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRelease L - Maven - nonrtric-plt-rappmanager:0.3.0 53/14653/3
JohnKeeney [Thu, 3 Jul 2025 12:41:00 +0000 (13:41 +0100)]
Release L - Maven - nonrtric-plt-rappmanager:0.3.0

Issue-ID: NONRTRIC-1072
Change-Id: Iacd25fea049218d77cb3509458935b6f270893a4
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoDME participant reset correct version before L-Release 52/14652/1
JohnKeeney [Thu, 3 Jul 2025 12:16:25 +0000 (13:16 +0100)]
DME participant reset correct version before L-Release

Issue-ID: NONRTRIC-1072
Change-Id: I97c2c1fd829a11a199eb7fd36d0e8d0e82a93248
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoDME participant Temp rollback version before L-Release 2 51/14651/1
JohnKeeney [Thu, 3 Jul 2025 12:12:11 +0000 (13:12 +0100)]
DME participant Temp rollback version before L-Release 2

Issue-ID: NONRTRIC-1072
Change-Id: Ib1417fda8e3b3befc612ff446f8aabf916063611
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoDME participant Temp rollback version before L-Release 50/14650/1
JohnKeeney [Thu, 3 Jul 2025 12:03:47 +0000 (13:03 +0100)]
DME participant Temp rollback version before L-Release

Issue-ID: NONRTRIC-1072
Change-Id: I113796b7c2aff794b0692136e77b23aff46ddb3b
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoRoll version before L-Release 46/14646/2
JohnKeeney [Thu, 3 Jul 2025 11:13:40 +0000 (12:13 +0100)]
Roll version before L-Release

Issue-ID: NONRTRIC-1072
Change-Id: Ib6a5890dd3583a69dadbc984dcdfffc8fd65f4f5
Signed-off-by: JohnKeeney <john.keeney@est.tech>
5 months agoCI: INFO.yaml trigger temporary fix 18/14618/1
aravind.est [Fri, 27 Jun 2025 08:57:24 +0000 (09:57 +0100)]
CI: INFO.yaml trigger temporary fix

INFO.yaml updates doesn't triggers the committer configurations. This fix is to test the fix.

Issue-ID: IT-28290
Change-Id: Icfa2e50869978c5b91164a6ba063ce7b0540ac3d
Signed-off-by: aravind.est <aravindhan.a@est.tech>
5 months agoFix rAppmanager installation to work with latest policy helm charts 71/14571/2
aravind.est [Wed, 18 Jun 2025 15:30:08 +0000 (16:30 +0100)]
Fix rAppmanager installation to work with latest policy helm charts

Installation scripts updated to work with latest policy helm charts.

Issue-ID: INT-170
Change-Id: I619f2543de80fd3a5aeff538e5aba00837234b67
Signed-off-by: aravind.est <aravindhan.a@est.tech>
6 months agoMerge "Update committers"
John Keeney [Fri, 6 Jun 2025 10:57:30 +0000 (10:57 +0000)]
Merge "Update committers"

6 months agoAdded demo energy saving rapp 20/14520/4
saul.gill [Fri, 30 May 2025 14:26:39 +0000 (15:26 +0100)]
Added demo energy saving rapp

Added all rapp artifacts
Altered generate.sh to work when executed from anywhere
Altered patch-sample-rapps.sh to add chartmuseum url
Added README instructions

Issue-ID: NONRTRIC-1078
Change-Id: Ic3b393b94457e476b707f8c80f639a4647b8ece8
Signed-off-by: saul.gill <saul.gill@est.tech>
6 months agoUpdate committers 22/14522/1
JohnKeeney [Fri, 30 May 2025 15:52:08 +0000 (16:52 +0100)]
Update committers

Issue-ID: NONRTRIC-911
Change-Id: I79a714a3e3d8f4f91b714fa1c468a2343545a913
Signed-off-by: JohnKeeney <john.keeney@est.tech>
7 months agoAdd kong pv option and fix acm readiness 34/14334/1
saul.gill [Wed, 23 Apr 2025 10:54:59 +0000 (11:54 +0100)]
Add kong pv option and fix acm readiness

Issue-ID: NONRTRIC-1070
Change-Id: Id453ed20f35bbb0f0140dd7e2d84dbf7dcf7f733
Signed-off-by: saul.gill <saul.gill@est.tech>
8 months agoFix sonar security and maintainability issues 53/14253/1
aravind.est [Wed, 12 Mar 2025 15:17:54 +0000 (15:17 +0000)]
Fix sonar security and maintainability issues

One sonar security and 4 maintainability issues are fixed.

Issue-ID: NONRTRIC-1057
Change-Id: Ifbd7b4463a5e005fd5e481e24d7c6bee5c9cd740
Signed-off-by: aravind.est <aravindhan.a@est.tech>
8 months agoFix chartmuseum segmentation fault error 52/14252/1
aravind.est [Wed, 12 Mar 2025 14:51:43 +0000 (14:51 +0000)]
Fix chartmuseum segmentation fault error

CM version 0.16.1 causing segmentation fault.
Upgrading to CM version 0.16.2 fixes this issue.

Issue-ID: NONRTRIC-1056
Change-Id: Ic043d204031556bed2b46fa1638c569bfd8edf4f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
10 months agoUpdate links and release references 87/14087/4
saul.gill [Thu, 16 Jan 2025 15:49:10 +0000 (15:49 +0000)]
Update links and release references

Issue-ID: NONRTRIC-1042
Change-Id: I9ff1e0b319dd22ab049b4a822770bed521292989
Signed-off-by: saul.gill <saul.gill@est.tech>
10 months agoMerge "Release K - Update release notes"
John Keeney [Mon, 13 Jan 2025 15:55:25 +0000 (15:55 +0000)]
Merge "Release K - Update release notes"

10 months agoRelease K - Update release notes 43/13943/4
JohnKeeney [Thu, 19 Dec 2024 15:57:02 +0000 (15:57 +0000)]
Release K - Update release notes

Issue-ID: NONRTRIC-1041
Change-Id: If48eda9359c9403b331e23a8955a17f18aeb5fda
Signed-off-by: JohnKeeney <john.keeney@est.tech>
11 months agoRelease K - Maven - nonrtric-plt-rappmanager:0.2.0 42/13942/2
JohnKeeney [Thu, 19 Dec 2024 15:02:31 +0000 (15:02 +0000)]
Release K - Maven - nonrtric-plt-rappmanager:0.2.0

Issue-ID: NONRTRIC-1041
Change-Id: Ib77ed2050c552a07fbebd9c5e91c9c18d6bec890
Signed-off-by: JohnKeeney <john.keeney@est.tech>
11 months agoRelease K - Maven - nonrtric-plt-participant-impl-dme:0.2.0 41/13941/2
JohnKeeney [Thu, 19 Dec 2024 15:00:51 +0000 (15:00 +0000)]
Release K - Maven - nonrtric-plt-participant-impl-dme:0.2.0

Issue-ID: NONRTRIC-1041
Change-Id: I2d8cf95ddfc0fb03405bb2fac83e3bef68b59c42
Signed-off-by: JohnKeeney <john.keeney@est.tech>
11 months agoRelease K - Docker - nonrtric-plt-rappmanager:0.2.0 40/13940/1
JohnKeeney [Thu, 19 Dec 2024 14:58:36 +0000 (14:58 +0000)]
Release K - Docker - nonrtric-plt-rappmanager:0.2.0

Issue-ID: NONRTRIC-1041
Change-Id: I143dbead8e67c44bb02b450d0ffa34747670dd63
Signed-off-by: JohnKeeney <john.keeney@est.tech>
11 months agoRelease K - Docker - nonrtric-plt-participant-impl-dme:0.2.0 39/13939/1
JohnKeeney [Thu, 19 Dec 2024 14:57:04 +0000 (14:57 +0000)]
Release K - Docker - nonrtric-plt-participant-impl-dme:0.2.0

Issue-ID: NONRTRIC-1041
Change-Id: If21d1ec62e0e65da2f289f68bdb41a9ba76540e1
Signed-off-by: JohnKeeney <john.keeney@est.tech>
12 months agoDependency Updates for rappManager 83/13783/1 0.2.0
raviteja.karumuri [Mon, 25 Nov 2024 17:32:39 +0000 (17:32 +0000)]
Dependency Updates for rappManager

Issue-ID: CCSDK-4026
Change-Id: I7504fd909e38e74a7efbde1323f86b04de715050
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
13 months agoMerge "Adding new Simple consumer producer rapp packages"
John Keeney [Tue, 22 Oct 2024 09:45:14 +0000 (09:45 +0000)]
Merge "Adding new Simple consumer producer rapp packages"

13 months agoAdding new Simple consumer producer rapp packages 12/13612/2
lapentafd [Mon, 30 Sep 2024 13:01:20 +0000 (14:01 +0100)]
Adding new Simple consumer producer rapp packages

Issue-ID: NONRTRIC-1009
Change-Id: I7d7268ead6b236a476e39622916133544c9f0187
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
13 months agoMerge "Adding a recursive clone if ranpm is enabled"
John Keeney [Thu, 10 Oct 2024 09:42:01 +0000 (09:42 +0000)]
Merge "Adding a recursive clone if ranpm is enabled"

13 months agoAdding a recursive clone if ranpm is enabled 61/13561/1
lapentafd [Tue, 8 Oct 2024 14:45:12 +0000 (15:45 +0100)]
Adding a recursive clone if ranpm is enabled

The recursive clone will download ranpm directory and it can be deployed via rappmanager installation script

Issue-ID: NONRTRIC-1007
Change-Id: I30ebe35ed711dade3e6a3697308c7f54d03f9ef4
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
13 months agoACM Participants: Upgrade ACM and Spring Boot version 22/13522/1
aravind.est [Tue, 8 Oct 2024 11:18:26 +0000 (12:18 +0100)]
ACM Participants: Upgrade ACM and Spring Boot version

Spring boot and ACM version upgraded.
ACM version upgraded to 8.1.0-SNAPSHOT. This needs to be replaced once release images are available (NONRTRIC-1035).
ACM version 8.0.0 is not compatible with the latest version of Spring Boot
Spring boot upgraded to 3.3.4

Issue-ID: NONRTRIC-1030
Change-Id: Ib8eee96ab5b367d50e30c65b9358f937fea30459
Signed-off-by: aravind.est <aravindhan.a@est.tech>