sunil.n [Thu, 27 Nov 2025 10:36:24 +0000 (16:06 +0530)]
Implement query api in data.py - to connect influxdb, fetch NSSI performance reports periodically
Change-Id: Id449267a2379f261e595d7463ff212bea9c9aea8
Signed-off-by: sunil.n <sunil.n@samsung.com>
John Keeney [Thu, 27 Nov 2025 09:57:47 +0000 (09:57 +0000)]
Merge "Add RAN NSSMF Simulator CSAR Package"
John Keeney [Thu, 27 Nov 2025 09:57:12 +0000 (09:57 +0000)]
Merge "Implement read api in data.py - to connect influxdb, fetch NSSI performance reports for predictions"
sunil.n [Wed, 26 Nov 2025 08:47:34 +0000 (14:17 +0530)]
Add RAN NSSMF Simulator CSAR Package
Change-Id: Ib18dcdd227ce7b3db01229133b47466da001f2f0
Signed-off-by: sunil.n <sunil.n@samsung.com>
sunil.n [Wed, 26 Nov 2025 08:10:37 +0000 (13:40 +0530)]
Implement read api in data.py - to connect influxdb, fetch NSSI performance reports for predictions
Change-Id: Iadb5f359695d9809b68fee392e2868800112ac20
Signed-off-by: sunil.n <sunil.n@samsung.com>
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>
John Keeney [Tue, 25 Nov 2025 10:19:43 +0000 (10:19 +0000)]
Merge "CI: Update security-scans.yaml workflow"
John Keeney [Tue, 25 Nov 2025 10:01:05 +0000 (10:01 +0000)]
Merge "Add Helm chart to deploy RAN NSSMF Simulator RAPP"
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>
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>
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>
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>
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>
John Keeney [Tue, 18 Nov 2025 10:12:14 +0000 (10:12 +0000)]
Merge "Migrate java base image to amazoncorretto:17.0.17"
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>
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>
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>
John Keeney [Fri, 14 Nov 2025 16:02:09 +0000 (16:02 +0000)]
Merge "CI: Update sonarqube-cloud-scan-action and maven-build-action"
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>
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>
John Keeney [Wed, 12 Nov 2025 13:49:03 +0000 (13:49 +0000)]
Merge "Fix SME components cache after deployment"
John Keeney [Wed, 12 Nov 2025 13:48:02 +0000 (13:48 +0000)]
Merge "CI: Add Maven library/dependencies for more precise analysis"
John Keeney [Wed, 12 Nov 2025 13:47:46 +0000 (13:47 +0000)]
Merge "CI: Update sonarqube-cloud-scan-action to v0.1.4"
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"
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>
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>
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>
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>
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>
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>
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"
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"
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>
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>
John Keeney [Thu, 6 Nov 2025 13:20:58 +0000 (13:20 +0000)]
Merge "Add SME Client to 5G Slice PRB Prediction Rapp"
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>
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"
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>
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>
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>
John Keeney [Mon, 3 Nov 2025 15:13:40 +0000 (15:13 +0000)]
Merge "CI: Add maven-build-action call before SonarQube scan"
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
John Keeney [Thu, 21 Aug 2025 13:26:22 +0000 (13:26 +0000)]
Merge "Chore: Implement Sonatype and Sonarcloud scans in GitHub"
John Keeney [Thu, 21 Aug 2025 13:13:48 +0000 (13:13 +0000)]
Merge "Add LICENSE.txt file"
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>
Aravindhan Ayyanathan [Thu, 21 Aug 2025 07:42:50 +0000 (07:42 +0000)]
Merge "Updated ES Rapp version"
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Aravindhan Ayyanathan [Mon, 14 Jul 2025 08:11:17 +0000 (08:11 +0000)]
Merge "Revert "CI: INFO.yaml trigger temporary fix""
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
John Keeney [Fri, 6 Jun 2025 10:57:30 +0000 (10:57 +0000)]
Merge "Update committers"
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>
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>
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>
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>
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>
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>
John Keeney [Mon, 13 Jan 2025 15:55:25 +0000 (15:55 +0000)]
Merge "Release K - Update release notes"
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>
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>
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>
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>
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>
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>