cps.git
3 weeks agoAdd prometheus metrics for searches and id-searches 07/140407/7
mpriyank [Mon, 24 Feb 2025 15:23:09 +0000 (15:23 +0000)]
Add prometheus metrics for searches and id-searches

- Added counter to record the number of invocations for id-searches and
  searches endpoint for cm handle ids
- introducing a cps-interface tag to differentiate between inventory
  id-search and traditional id-search endpoints
- used AOP to have minimal code in the controller layers

Issue-ID: CPS-2611
Change-Id: Ib7db2a25f5f71d11872b779a23d38c1f7931410f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
6 weeks agoretry before stopping in docker-compose 81/140281/1
mpriyank [Fri, 21 Feb 2025 09:48:36 +0000 (09:48 +0000)]
retry before stopping in docker-compose

- configure restart policy as on-failure and set it to restart atmost 3
  times and then give up.
- prevents infinite restart
- gives an opportunity to the app to heal on its own

Issue-ID: CPS-2647
Change-Id: I6cd0c8601060ec518df1f10bcd0dac1b97f622d8
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
6 weeks agoMerge "Handle duplicated yang resource exception when creating schema set"
Priyank Maheshwari [Thu, 20 Feb 2025 17:13:33 +0000 (17:13 +0000)]
Merge "Handle duplicated yang resource exception when creating schema set"

6 weeks agoHandle duplicated yang resource exception when creating schema set 42/140242/5
halil.cakal [Tue, 18 Feb 2025 10:24:54 +0000 (10:24 +0000)]
Handle duplicated yang resource exception when creating schema set

- catch and log duplicated yang resource during schema set creation
- there may be other exception when the app started however there will
  be a tech. dept ticket for them thus please review this commit for
   only duplicated yang resource exception

Issue-ID: CPS-2647

Change-Id: Idf6063cb8328efc667516f09d25ad6c4c6fd8186
Signed-off-by: halil.cakal <halil.cakal@est.tech>
6 weeks agoMerge "Update packaged postman collection to include all rest endpoints"
Daniel Hanrahan [Tue, 18 Feb 2025 13:32:19 +0000 (13:32 +0000)]
Merge "Update packaged postman collection to include all rest endpoints"

6 weeks agoMerge "Fix CpsSessionFactory for it to be used in prod code"
Daniel Hanrahan [Mon, 17 Feb 2025 18:32:32 +0000 (18:32 +0000)]
Merge "Fix CpsSessionFactory for it to be used in prod code"

6 weeks agoMerge "Add actuator port based on testProfile provided"
Daniel Hanrahan [Mon, 17 Feb 2025 18:30:59 +0000 (18:30 +0000)]
Merge "Add actuator port based on testProfile provided"

6 weeks agoEnable the container logs and disable the container restart for 37/140237/3
halil.cakal [Mon, 17 Feb 2025 10:15:59 +0000 (10:15 +0000)]
Enable the container logs and disable the container restart for
cps-and-ncmp

Issue-ID: CPS-2643

Change-Id: I57ba18dcaa71f4c2c5d985e9c870569e40d26880
Signed-off-by: halil.cakal <halil.cakal@est.tech>
6 weeks agoUpdate packaged postman collection to include all rest endpoints 83/140183/4
seanbeirne [Tue, 11 Feb 2025 10:46:56 +0000 (10:46 +0000)]
Update packaged postman collection to include all rest endpoints

- Bumped dmi version used by docker

Issue-ID: CPS-2504
Change-Id: I7b61aa692432ae79fc26b1c93f7f8a9981d9bcdd
Signed-off-by: seanbeirne <sean.beirne@est.tech>
6 weeks agoAdd actuator port based on testProfile provided 27/140227/3
mpriyank [Fri, 14 Feb 2025 16:08:41 +0000 (16:08 +0000)]
Add actuator port based on testProfile provided

- kpi uses 8883 port for healthcheck and endurance profile uses 8884
  port.

Issue-ID: CPS-2642
Change-Id: I0ee63f14e30141d894eb0e8b9a646a3e4112dac8
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
6 weeks agoFix CpsSessionFactory for it to be used in prod code 18/140218/4
mpriyank [Thu, 13 Feb 2025 11:16:44 +0000 (11:16 +0000)]
Fix CpsSessionFactory for it to be used in prod code

- Injecting SessionFactory bean from the spring container instead of
  manually creating it.
- Removing explicit addition of Annotated class as anyways the classes
  are Entity classes and added to the metadata. So no need to add it
  explicitly
- also removing the unused hibernate config file

Issue-ID: CPS-2629
Change-Id: Ife2ae3828d009893de70d9c755d6a07cef2f8d07
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
7 weeks agoMerge "Realistic Examples: NCMP Open API and Doc"
Daniel Hanrahan [Fri, 14 Feb 2025 13:06:01 +0000 (13:06 +0000)]
Merge "Realistic Examples: NCMP Open API and Doc"

7 weeks agoMerge "Add healthchecks for docker-compose for k6 and CSIT"
Sourabh Sourabh [Fri, 14 Feb 2025 11:55:26 +0000 (11:55 +0000)]
Merge "Add healthchecks for docker-compose for k6 and CSIT"

7 weeks agoMerge "Fix WriteSubJobSpec test to support Windows"
Priyank Maheshwari [Fri, 14 Feb 2025 10:55:20 +0000 (10:55 +0000)]
Merge "Fix WriteSubJobSpec test to support Windows"

7 weeks agoRealistic Examples: NCMP Open API and Doc 24/140124/5
sourabh_sourabh [Fri, 31 Jan 2025 18:04:17 +0000 (18:04 +0000)]
Realistic Examples: NCMP Open API and Doc

- Updated resourceIdentifier query parameter to align with GNBDUFunctionConfig structure.
- Added examples for querying all GNBDUFunctions, specific gNB IDs, and sub-resources like RIM-RS reporting configurations.

Issue-ID: CPS-2483
Change-Id: Ibdd93f51debdd797e8cc809774b703c342052559
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
7 weeks agoAdd healthchecks for docker-compose for k6 and CSIT 38/138838/16
danielhanrahan [Thu, 22 Aug 2024 16:39:58 +0000 (17:39 +0100)]
Add healthchecks for docker-compose for k6 and CSIT

To improve reliability and consistency of healthchecks in
k6 and CSIT tests, they are implemented in docker-compose.
This commit adds fail-fast logic, where k6 and CSITs will
abort immediately if the containers won't start.

Implementation:
- Add healthchecks for docker containers used in tests.
- Change k6 & CSIT tests to use docker healthchecks.
- Tests will abort if containers are not healthy.
- Start-up timeout for CPS containers is 90 seconds
- Start-up timeout for other containers is 60 seconds

Other Improvements:
- Add --quiet-pull option to suppress junk output in Jenkins logs.
- Add kpi.env file containing environment variables for KPI pipeline,
  just like endurance.env. This allows same code to run either suite.
- Changed from port range to port number for Postgres exporter, since
  only a single instance runs, to be consistent with other containers

Issue-ID: CPS-2630
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I50929ca4061bb844fca87a0d6c3103aaa2c45e0b

7 weeks agoFix WriteSubJobSpec test to support Windows 14/140214/1
egernug [Thu, 13 Feb 2025 10:19:19 +0000 (10:19 +0000)]
Fix WriteSubJobSpec test to support Windows

- Added to test to support Windows/Kubernetes network resolution by MockWebServer

Issue-ID: CPS-2641

Change-Id: I1bfe1db66438bbbf7df9e94c8d42cfe84d68b220
Signed-off-by: egernug <gerard.nugent@est.tech>
7 weeks agoStore yang resources with recommended RFC-6020 file-name 12/140212/2
ToineSiebelink [Tue, 11 Feb 2025 18:44:48 +0000 (18:44 +0000)]
Store yang resources with recommended RFC-6020 file-name

- Ignore input filename and create filename from module name and revision
- added integration test to verify names and edge cases (before and after change)
- Some code cleanup (vars etc)
- Implemented NB comments from last merge(https://gerrit.onap.org/r/c/cps/+/140180)
- fixed SQ warning
Out of scope:
- BLANK revision, test it but failed in ODL Yang Parser and many other places: not supported!

Issue-ID: CPS-138
Change-Id: I6fe6d0f8f3683196b183c6e6582ad8eefdfbb7d7
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
7 weeks agoMerge "Change Datajob Status return value"
Priyank Maheshwari [Wed, 12 Feb 2025 12:31:59 +0000 (12:31 +0000)]
Merge "Change Datajob Status return value"

7 weeks agoChange Datajob Status return value 84/140184/2
egernug [Tue, 11 Feb 2025 10:45:59 +0000 (10:45 +0000)]
Change Datajob Status return value

- Change to return entire JSON object instead of status string

Issue-ID: CPS-2613

Change-Id: I63d8a9d078f003fc06e301bf9921f7942b3603ab
Signed-off-by: egernug <gerard.nugent@est.tech>
7 weeks agoMerge "Query data nodes with limit"
Toine Siebelink [Tue, 11 Feb 2025 17:35:40 +0000 (17:35 +0000)]
Merge "Query data nodes with limit"

7 weeks agoQuery data nodes with limit 80/140180/5
leventecsanyi [Thu, 6 Feb 2025 14:26:11 +0000 (15:26 +0100)]
Query data nodes with limit

  - added new methods to java interfaces
  - added integration test
  - removed unused methods

Issue-ID: CPS-2394
Change-Id: Iac4094a5daedbf593d17f55928136a80391c6d23
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
8 weeks agoFix for intermittent failures of module sync tests 73/140173/2
danielhanrahan [Fri, 7 Feb 2025 14:25:05 +0000 (14:25 +0000)]
Fix for intermittent failures of module sync tests

- Removed PollingConditions as ModuleSyncWatchdog is now synchronous
- Use Hazelcast IMap::delete instead of IMap::removeAsync to fix root
  cause of test failures: removeAsync may not be finished when module
  sync is re-run during tests.

Issue-ID: CPS-2615
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I1786a1303606132218dc8e4e91fb58e6f6cc0bcb

8 weeks agoDisallow docker-compose to use swap space 72/140172/1
halil.cakal [Fri, 7 Feb 2025 14:41:39 +0000 (14:41 +0000)]
Disallow docker-compose to use swap space

- if swap memory is active on any host, the docker-compose will add it
  on top of JVM process memory. This will exceed the total memory
   reservation of the container, eventually cause restart.
- swap limit can not be lower than the total memory limit, thus given
  3G. this will disallow docker-compose to use swap space

Issue-ID: CPS-2628

Change-Id: I01bd4a1fd3f4e894fe8236bbc38cd7718fb0b6fb
Signed-off-by: halil.cakal <halil.cakal@est.tech>
8 weeks agoMerge "Remove the profile from postgres-exporter service"
Daniel Hanrahan [Thu, 6 Feb 2025 16:55:47 +0000 (16:55 +0000)]
Merge "Remove the profile from postgres-exporter service"

8 weeks agoMerge "Fix duplicated yang resource references V2"
Daniel Hanrahan [Thu, 6 Feb 2025 16:31:29 +0000 (16:31 +0000)]
Merge "Fix duplicated yang resource references V2"

8 weeks agoFix duplicated yang resource references V2 43/140143/4
ToineSiebelink [Tue, 4 Feb 2025 18:30:20 +0000 (18:30 +0000)]
Fix duplicated yang resource references V2

- Store Yang module references using SchemaSetEntity instead of SQL
- Added integration test to check number of references
- Update dispatcher for integration test to only return yang resources requested modules
- refactor schema set create & upgrade methods for better re-uses and readability
- consistent naming in related methods like(new)yangResourceContentPerName
(the name can be filename, module name or schema set name) depending on the context
- replaced 'var' with actual class names in affected classes

Issue-ID: CPS-2605
Change-Id: I8870c70832ac533bd17ce8af409a071f659e4acf
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
8 weeks agoRemove the profile from postgres-exporter service 62/140162/1
halil.cakal [Thu, 6 Feb 2025 14:17:31 +0000 (14:17 +0000)]
Remove the profile from postgres-exporter service

- The profile 'monitoring' prevents postgres-exporter service to run for
  both kpi and endurance pipelines. As a result, the postgres dashboard
   does not work on Nordix Grafana.

Issue-ID: CPS-2585

Change-Id: I272ab609c60094bb347ef405787679860cc43595
Signed-off-by: halil.cakal <halil.cakal@est.tech>
8 weeks agoMerge "Add Hikari dashboard to Grafana"
Daniel Hanrahan [Thu, 6 Feb 2025 11:22:36 +0000 (11:22 +0000)]
Merge "Add Hikari dashboard to Grafana"

8 weeks agoMerge "Remove multithreading from module sync watchdog"
Toine Siebelink [Wed, 5 Feb 2025 18:17:54 +0000 (18:17 +0000)]
Merge "Remove multithreading from module sync watchdog"

8 weeks agoUpdate deployment docs with minimum requirements 55/140155/1
danielhanrahan [Wed, 5 Feb 2025 16:36:14 +0000 (16:36 +0000)]
Update deployment docs with minimum requirements

- Add minimum CPU and Memory Requirements for NCMP to the
  deployment documentation, for both 20K and 50K use-cases.
- Updated recommended heap allocation to 70%, based on
  analysis of JVM Process Memory metric in Grafana.

Issue-ID: CPS-2584
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Idb056eabf7529f1bc2288a3e07975f080f413c3f

8 weeks agoAdd Hikari dashboard to Grafana 54/140154/2
halil.cakal [Wed, 5 Feb 2025 13:30:24 +0000 (13:30 +0000)]
Add Hikari dashboard to Grafana

- hikari dashboard will insight into db connection pool such as
  connection count e.g. min, max, and idle.
- change coloring for some panel from JVM dashboard
- add tags to the dashboards

Issue-ID: CPS-2592

Change-Id: Ibfb49ab5c1e338d04a7c8f18a413b5db7b8d5ad7
Signed-off-by: halil.cakal <halil.cakal@est.tech>
8 weeks agoMerge "Change event topic name for trust level"
Daniel Hanrahan [Wed, 5 Feb 2025 13:52:34 +0000 (13:52 +0000)]
Merge "Change event topic name for trust level"

8 weeks agoMerge "Organise NCMP & CPS Event Schema Folders"
Priyank Maheshwari [Tue, 4 Feb 2025 16:58:43 +0000 (16:58 +0000)]
Merge "Organise NCMP & CPS Event Schema Folders"

8 weeks agoMerge "Fix deprecation issue related to KafkaContainer"
Daniel Hanrahan [Tue, 4 Feb 2025 16:46:41 +0000 (16:46 +0000)]
Merge "Fix deprecation issue related to KafkaContainer"

8 weeks agoMerge "Simple implementation of attribute-axis"
Lee Anjella Macabuhay [Tue, 4 Feb 2025 16:46:33 +0000 (16:46 +0000)]
Merge "Simple implementation of attribute-axis"

8 weeks agoMerge "Realistic Examples: K6 Test-ware"
Toine Siebelink [Tue, 4 Feb 2025 16:43:38 +0000 (16:43 +0000)]
Merge "Realistic Examples: K6 Test-ware"

8 weeks agoMerge "Enable filtering by instance"
Lee Anjella Macabuhay [Tue, 4 Feb 2025 14:39:00 +0000 (14:39 +0000)]
Merge "Enable filtering by instance"

8 weeks agoIncrease initial module processing delay to 3 mins 39/140139/1
danielhanrahan [Tue, 4 Feb 2025 12:09:41 +0000 (12:09 +0000)]
Increase initial module processing delay to 3 mins

Issue-ID: CPS-2616
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ie179c6e16cb9c49944b64665aba89c85029f4268

8 weeks agoSimple implementation of attribute-axis 37/140137/1
danielhanrahan [Wed, 4 Dec 2024 23:17:36 +0000 (23:17 +0000)]
Simple implementation of attribute-axis

This minimally implements attribute-axis using existing
queryDataNodes API. Acceptance tests are un-ignored now.

Issue-ID: CPS-2416
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ia06be3dd85dfce261d9d78529784d54d84b71bcd

8 weeks agoRemove multithreading from module sync watchdog 34/140134/1
danielhanrahan [Wed, 29 Jan 2025 18:35:15 +0000 (18:35 +0000)]
Remove multithreading from module sync watchdog

After introduction of module set tag improvements, there is no need
to multithreading in module sync. Performance impact is minimal.

Issue-ID: CPS-2165
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I1557fc8348d39da3654a1b92944c6ad49fa8670d

2 months agoRealistic Examples: K6 Test-ware 52/140052/2
sourabh_sourabh [Mon, 27 Jan 2025 13:58:35 +0000 (13:58 +0000)]
Realistic Examples: K6 Test-ware

- resourceIdentifiers must be url encoded fdns from ManagedElement.
  e.g.: ManagedElement=NRNode1/GNBDUFunction=1/NRCellDU=cell1

- resourceIdentifer refers to the object where the search starts from.
  This request will search for NRCellDUs and return their cellLocalId.
  The resourceIdentifier should be: ManagedElement=NRNode1/GNBDUFunction=1

Issue-ID: CPS-2482
Change-Id: Ic6ac360c71fcfc80f27367b626ad85d40a58a292
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2 months agoEnable filtering by instance 23/140123/1
halil.cakal [Fri, 31 Jan 2025 16:45:37 +0000 (16:45 +0000)]
Enable filtering by instance

- if kpi and endurance suits runing together at the same time,
   instance flag will help to filter either of them. otherwise the
    stats for both suits will be visible on a single plot together.

Issue-ID: CPS-2585

Change-Id: I422adb0afd3a618c477989a9396636f63808c275
Signed-off-by: halil.cakal <halil.cakal@est.tech>
2 months agoOrganise NCMP & CPS Event Schema Folders 96/140096/4
seanbeirne [Tue, 28 Jan 2025 10:16:34 +0000 (10:16 +0000)]
Organise NCMP & CPS Event Schema Folders

-Directories will reflect application.yml topic topology

Issue-ID: CPS-2590
Change-Id: I42bfa10c54ae79726b5ad0b4d60a0d9e826a34d5
Signed-off-by: seanbeirne <sean.beirne@est.tech>
2 months agoFix deprecation issue related to KafkaContainer 17/140117/1
mpriyank [Thu, 30 Jan 2025 16:37:18 +0000 (16:37 +0000)]
Fix deprecation issue related to KafkaContainer

- Replaced KafkaContainer with ConfluentKafkaContainer to fix the
  deprecation issue
- Bumped the version of cp-kafka and cp-zookeeper to 7.8.0
- Removing reference of registry.nordix as the NCMP internal pipeline is no
  longer used

Issue-ID: CPS-2608
Change-Id: Ic1f3edbc06d63c5f00c1ecb901e07a6bc17ae6eb
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoAdd new dashboard to monitor some of the stats of PostgreSQL 09/140109/3
halil.cakal [Wed, 29 Jan 2025 13:24:02 +0000 (13:24 +0000)]
Add new dashboard to monitor some of the stats of PostgreSQL

- add postgres-exporter service to expose postgresql db metrics to prometheus
- add new job scraper to prometheus for both kpi and endurance jobs
- add new dashboard: postgresql-statistics to the grafana

Issue-ID: CPS-2585

Change-Id: Ia7ede41d00364918b1054d9b5a38e2feea4fc8e5
Signed-off-by: halil.cakal <halil.cakal@est.tech>
2 months agoMerge "Add Data dashboard to Grafana"
Daniel Hanrahan [Thu, 30 Jan 2025 15:46:35 +0000 (15:46 +0000)]
Merge "Add Data dashboard to Grafana"

2 months agoRemove deprecated Rest endpoints for hazelcast health 15/140115/1
mpriyank [Thu, 30 Jan 2025 14:24:28 +0000 (14:24 +0000)]
Remove deprecated Rest endpoints for hazelcast health

- removing the hazelcast cluster rest health check endpoints

Issue-ID: CPS-2612
Change-Id: I01ad0e4b4d8ad99ce7a6e4e4dc0f0a8272d39227
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoBump CPS-NCMP to 3.6.1-SNAPSHOT 10/140110/1
mpriyank [Wed, 29 Jan 2025 17:20:37 +0000 (17:20 +0000)]
Bump CPS-NCMP to 3.6.1-SNAPSHOT

Issue-ID: CPS-2610
Change-Id: I289fcbdc2df1de6d369cc6e01bdad26ec174b08f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoMerge "Add container yaml"
Lee Anjella Macabuhay [Wed, 29 Jan 2025 17:01:44 +0000 (17:01 +0000)]
Merge "Add container yaml"

2 months agoAdd container yaml 08/140108/1
mpriyank [Wed, 29 Jan 2025 16:38:31 +0000 (16:38 +0000)]
Add container yaml

Issue-ID: CPS-2610
Change-Id: I2843e60ba07dcc02ce01ee35e4c6d6abf677bfcb
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoAdding maven stage yaml 07/140107/1
mpriyank [Wed, 29 Jan 2025 16:35:24 +0000 (16:35 +0000)]
Adding maven stage yaml

Issue-ID: CPS-2610
Change-Id: I30397648316bddfd412b9d532e14bcca2eaba9b8
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoMerge "Release notes update for 3.6.0"
Lee Anjella Macabuhay [Wed, 29 Jan 2025 16:19:37 +0000 (16:19 +0000)]
Merge "Release notes update for 3.6.0"

2 months agoMerge "Add "dataProducerId" and "dmiServiceName" values to SubJobWriteResponse in...
Lee Anjella Macabuhay [Wed, 29 Jan 2025 15:59:30 +0000 (15:59 +0000)]
Merge "Add "dataProducerId" and "dmiServiceName" values to SubJobWriteResponse in sendRequestsToDmi method"

2 months agoRelease notes update for 3.6.0 06/140106/1
mpriyank [Wed, 29 Jan 2025 15:47:18 +0000 (15:47 +0000)]
Release notes update for 3.6.0

Issue-ID: CPS-2610
Change-Id: Iaa0997bb20acabb69933afa61618ff3d48f1c88f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoAdd "dataProducerId" and "dmiServiceName" values to SubJobWriteResponse in sendReques... 05/140005/4
egernug [Mon, 13 Jan 2025 10:16:34 +0000 (10:16 +0000)]
Add "dataProducerId" and "dmiServiceName" values to SubJobWriteResponse in sendRequestsToDmi method

- DMI call only returns subJobId
- SubJobWriteResponse created using DMI response and request values

Issue-ID: CPS-2497

Change-Id: Ib38132f2337de6a12b0b05bc6eebeed99f8d435d
Signed-off-by: egernug <gerard.nugent@est.tech>
2 months agoAddress sonar violations related to hazelcast 05/140105/3
mpriyank [Wed, 29 Jan 2025 09:12:40 +0000 (09:12 +0000)]
Address sonar violations related to hazelcast

- Supressing warning caused by deprecation of RestApiConfig in hazelcast
  5.5 community version , which will be removed in 6.0 so created https://lf-onap.atlassian.net/browse/CPS-2599
  to address the issues
- Other sonar fixes

Issue-ID: CPS-2594
Change-Id: I2e95cd851eae74d8bbb4535cfbaed1dc1ef89543
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoMerge "RTD Updates for Policy Executor Integration"
Sourabh Sourabh [Tue, 28 Jan 2025 16:15:19 +0000 (16:15 +0000)]
Merge "RTD Updates for Policy Executor Integration"

2 months agoMerge "Send new module set tag to DMI during model upgrade"
Daniel Hanrahan [Tue, 28 Jan 2025 15:00:33 +0000 (15:00 +0000)]
Merge "Send new module set tag to DMI during model upgrade"

2 months agoMerge "Moved CpsValidator under the utils package"
Daniel Hanrahan [Tue, 28 Jan 2025 10:33:07 +0000 (10:33 +0000)]
Merge "Moved CpsValidator under the utils package"

2 months agoSend new module set tag to DMI during model upgrade 95/140095/1
danielhanrahan [Mon, 27 Jan 2025 16:55:10 +0000 (16:55 +0000)]
Send new module set tag to DMI during model upgrade

Previously, DMI would receive old module set tag in the
request body. The tag being upgrade to is the expected one.

Issue-ID: CPS-2589
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I0554136f0d4c55d687b575313d932f6bcab15c92

2 months agoRTD Updates for Policy Executor Integration 53/140053/2
ToineSiebelink [Thu, 23 Jan 2025 11:30:14 +0000 (11:30 +0000)]
RTD Updates for Policy Executor Integration

- Updated page describing Policy Executor feature
- Updated deployment page, added config parameters for Policy Executor
- Corrected release note: Jira for Policy Executor should not have been included before
- Clean up release note: removed redundant version mentioning
- Clean up tables on deployment page: removed redundant empty lines

Issue-ID: CPS-2443
Change-Id: I5750868b6c29e9de29cd08521b8efffff4f37eaf
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
2 months agoMoved CpsValidator under the utils package 62/140062/1
leventecsanyi [Mon, 27 Jan 2025 16:58:35 +0000 (17:58 +0100)]
Moved CpsValidator under the utils package

Issue-ID: CPS-2515
Change-Id: I57f6c10c8596281aed686552ad16e1dd6c15ff98
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
2 months agoChange event topic name for trust level 95/139995/7
emaclee [Wed, 22 Jan 2025 08:38:13 +0000 (08:38 +0000)]
Change event topic name for trust level

- Seperate inventory related topics to cm data event topic

Issue-ID: CPS-2500
Change-Id: I41a2cda78568f9979fc9f030f076c295c8d6908b
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
2 months agoLess logging during registration 22/140022/1
danielhanrahan [Fri, 24 Jan 2025 15:40:13 +0000 (15:40 +0000)]
Less logging during registration

During investigation of CPS-2576 bug, stack traces were added to log
output (by logging the exception object). This produces massive log
output during registration, since all CM-handles fail to sync and go
to LOCKED state initially due to initial DMI delay.

This patch logs exception details at warning level but not stacktrace

Issue-ID: CPS-2576
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ibb55991e75c058e9f4983bd876285b48917ee28e

2 months agoDisable JVM process metrics by default 21/140021/1
danielhanrahan [Fri, 24 Jan 2025 16:09:07 +0000 (16:09 +0000)]
Disable JVM process metrics by default

Issue-ID: CPS-2583
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I9c7a543201a63c1f128737bb0995843af6075a6b

2 months agoRTD supporting heapdump and threaddump exposure 18/140018/4
mpriyank [Thu, 23 Jan 2025 14:35:52 +0000 (14:35 +0000)]
RTD supporting heapdump and threaddump exposure

- actuator endpoint now have support for heapdump via /actuator/heapdump
  and the dump will be downloaded on the machine
- threaddump is available on /actuator/threddump and will be available
  as response text

Issue-ID: CPS-2453
Change-Id: I263b39478bb953c70b2ffca09760c18d7e50da91
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoAdd Data dashboard to Grafana 20/140020/1
halil.cakal [Fri, 24 Jan 2025 10:34:30 +0000 (10:34 +0000)]
Add Data dashboard to Grafana

- data dashboard for NCMP Data operations
  (NetworkCmProxyController.java)

Issue-ID: CPS-2537

Change-Id: Ic518e9169057691702d0d760468e114f5a9fbd7d
Signed-off-by: halil.cakal <halil.cakal@est.tech>
2 months agoMerge "Add dashboard for Inventory REST interfaces"
Daniel Hanrahan [Fri, 24 Jan 2025 13:12:56 +0000 (13:12 +0000)]
Merge "Add dashboard for Inventory REST interfaces"

2 months agoMerge "Fix for cm handles stuck in LOCKED during registration"
Priyank Maheshwari [Fri, 24 Jan 2025 12:23:53 +0000 (12:23 +0000)]
Merge "Fix for cm handles stuck in LOCKED during registration"

2 months agoMerge "[k6] 50000 CM-handles"
Priyank Maheshwari [Fri, 24 Jan 2025 12:18:47 +0000 (12:18 +0000)]
Merge "[k6] 50000 CM-handles"

2 months ago[k6] 50000 CM-handles 19/140019/2
danielhanrahan [Fri, 24 Jan 2025 11:17:14 +0000 (11:17 +0000)]
[k6] 50000 CM-handles

- Increase CM-handles to 50000 in k6 tests
- Increase container memory to 3GB (crashes with 2GB)
- Decrease max heap percentage to 70% to ensure container has
  at least 200MB free memory, to prevent JVM from crashing at
  higher peak loads.

Issue-ID: CPS-2584
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I8daabff58723114bdc3838b379e83c3ffbbb0ba9

2 months agoMerge "Incorrect Internal Error Code for duplicated registration"
Daniel Hanrahan [Fri, 24 Jan 2025 11:25:31 +0000 (11:25 +0000)]
Merge "Incorrect Internal Error Code for duplicated registration"

2 months agoMerge "Expose JVM process metrics"
Priyank Maheshwari [Thu, 23 Jan 2025 17:21:24 +0000 (17:21 +0000)]
Merge "Expose JVM process metrics"

2 months agoExpose JVM process metrics 16/140016/1
danielhanrahan [Thu, 23 Jan 2025 15:07:06 +0000 (15:07 +0000)]
Expose JVM process metrics

Currently, Grafana only shows memory used inside the JVM,
but not including memory used by the JVM process itself.
These metrics are needed for determining real memory usage.

Issue-ID: CPS-2583
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib77f9057c7301ea5afc2a621526736213ddd817a

2 months agoFix for cm handles stuck in LOCKED during registration 11/140011/4
ToineSiebelink [Thu, 23 Jan 2025 12:34:40 +0000 (12:34 +0000)]
Fix for cm handles stuck in LOCKED during registration

- Additional Error logging when cm handles fail module sync
- Swallow already defined exception upon schema and/or anchor creation
- Updated integration test to try to reproduce the problem (but couldn't)
- Ignored integration tests that depend/affected by race conditions
  (they are useful for troubleshooting but not for pipeline checks)
- Removed last remnants of springboot retry annotation option (incl dependencies)

Issue-ID: CPS-2576
Change-Id: I910e802268332f955134c043bd1b46a7ec57233b
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
2 months agoMerge "Add DB Clean-up to CPS Rest Interface"
Daniel Hanrahan [Thu, 23 Jan 2025 15:20:19 +0000 (15:20 +0000)]
Merge "Add DB Clean-up to CPS Rest Interface"

2 months agoIncorrect Internal Error Code for duplicated registration 09/140009/2
seanbeirne [Thu, 23 Jan 2025 10:59:00 +0000 (10:59 +0000)]
Incorrect Internal Error Code for duplicated registration

-Deprectated 111 Alternate-Id already exists error code
-All dupication scenarios now return 109

Issue-ID: CPS-2563
Change-Id: Ic9b9df936eaf3795441f4dd1ec1cc73e39c9eae1
Signed-off-by: seanbeirne <sean.beirne@est.tech>
2 months agoMerge "[Docs]: Add RTD documentation for ServiceConfig properties and WebClientConfig...
Priyank Maheshwari [Thu, 23 Jan 2025 14:06:13 +0000 (14:06 +0000)]
Merge "[Docs]: Add RTD documentation for ServiceConfig properties and WebClientConfiguration context"

2 months agoAdd DB Clean-up to CPS Rest Interface 97/139997/3
ToineSiebelink [Wed, 22 Jan 2025 08:57:39 +0000 (08:57 +0000)]
Add DB Clean-up to CPS Rest Interface

- add dataspace filter to module cleanup impl
- updated integration test to only delete orphaned modules in relevant dataspaces
  (this also fixes CPS-2571)
- improved labels on admin controller test
- add dataspaces/../clean rest endpoint for cps core
- added 'Regular Maintenance' section to RTD Admin Guide
- consistent spelling of 'CM Handle' in RTD Docs

Issue-ID: CPS-2554
Change-Id: Ica70c3495758f073eaac9eeeadcc0e1be2c8cc1c
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
2 months agoMerge "Switching to LTS of hazelcast-spring"
Daniel Hanrahan [Wed, 22 Jan 2025 17:03:37 +0000 (17:03 +0000)]
Merge "Switching to LTS of hazelcast-spring"

2 months agoMerge "Moved builders under impl in CPS Service"
Toine Siebelink [Wed, 22 Jan 2025 16:46:08 +0000 (16:46 +0000)]
Merge "Moved builders under impl in CPS Service"

2 months ago[Docs]: Add RTD documentation for ServiceConfig properties and WebClientConfiguration... 55/139955/6
sourabh_sourabh [Mon, 20 Jan 2025 12:37:55 +0000 (12:37 +0000)]
[Docs]: Add RTD documentation for ServiceConfig properties and WebClientConfiguration context

- Added detailed RTD documentation for the ServiceConfig class properties, including connection pooling, timeout settings, and memory management.
- Documented the context and usage of WebClientConfiguration, explaining its role in configuring HTTP client behavior for services like Policy Executor and DMI.
- Included example configurations and best practices for tuning HTTP client performance.
- Improved clarity and accessibility of ServiceConfig-related configuration for future developers and administrators.

Issue-ID: CPS-2565
Change-Id: I84e612b2f56293c453884e341a516f55b2bb6b81
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2 months agoSwitching to LTS of hazelcast-spring 04/140004/1
mpriyank [Wed, 22 Jan 2025 14:36:35 +0000 (14:36 +0000)]
Switching to LTS of hazelcast-spring

- Since we upgrade spring boot dependency to 3.4.1 , its better to
  upgrade hazelcast-spring as well
- hazelcast-spring 5.5.0 version has LTS as well

Issue-ID: CPS-2575
Change-Id: Ia31f571328cdf6fae05011068873e149cb609b51
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoAdd 'Deleted' cm handle state for gauge 71/139971/3
emaclee [Tue, 21 Jan 2025 11:16:04 +0000 (11:16 +0000)]
Add 'Deleted' cm handle state for gauge

Issue-ID: CPS-2456
Change-Id: I2f7ff2dd18d164dbf685269fb2d2e47d08c3c5f5
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
2 months agoAdd dashboard for Inventory REST interfaces 94/139994/1
halil.cakal [Tue, 21 Jan 2025 15:55:32 +0000 (15:55 +0000)]
Add dashboard for Inventory REST interfaces

- rename lcm-state dashboard to inventory
- remove panels holding a single state of cm handle
- add panel for inventory APIs calls by URI and the STATUS

Issue-ID: CPS-2567

Change-Id: I374fa18b53d456519142cf059f74b2a070485355
Signed-off-by: halil.cakal <halil.cakal@est.tech>
2 months agoRemove retry mechanism for duplicate module(resource) errors 93/139993/4
ToineSiebelink [Tue, 21 Jan 2025 13:35:03 +0000 (13:35 +0000)]
Remove retry mechanism for duplicate module(resource) errors

- CM Handle with problems will go into 'LOCKED' state and retried using existing business logic

Issue-ID: CPS-2555
Change-Id: I563f6bc536d8fd8c6675891c62318ff2fb43fea6
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
2 months agoMoved builders under impl in CPS Service 68/139968/1
leventecsanyi [Mon, 20 Jan 2025 20:58:19 +0000 (21:58 +0100)]
Moved builders under impl in CPS Service

  - moved builders and fixed the Arch test

Issue-ID: CPS-2542
Change-Id: Iac9d47f20fff2e6fa415ada8bc17880b0b032591
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
2 months agoMerge "Increase JVM heap to 75% again"
Lee Anjella Macabuhay [Mon, 20 Jan 2025 16:31:15 +0000 (16:31 +0000)]
Merge "Increase JVM heap to 75% again"

2 months agoIncrease JVM heap to 75% again 66/139966/1
danielhanrahan [Mon, 20 Jan 2025 16:08:29 +0000 (16:08 +0000)]
Increase JVM heap to 75% again

Heap percent was commented out by mistake leading to OutOfMemoryError
in endurance pipeline, due to only 25% of memory being used for heap.

Issue-ID: CPS-2570
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ifbffe7222e38f017105cfac8bc8307255d28d11a

2 months agoOn demand heapdump and threaddump generation for cps-and-ncmp 61/139961/3
mpriyank [Mon, 20 Jan 2025 13:23:06 +0000 (13:23 +0000)]
On demand heapdump and threaddump generation for cps-and-ncmp

- Generate the heapdump of a running application on demand using the
  /actuator/heapdump endpoint and threaddump using /actuator/threaddump
- RTD update as separate patch when the python issue is sorted

Issue-ID: CPS-2453
Change-Id: Ifcf4e7aecc1ee15f57011a1c4a4ec7bf67e45a6f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2 months agoMerge "[k6] Adjust thresholds"
Sourabh Sourabh [Fri, 17 Jan 2025 17:16:25 +0000 (17:16 +0000)]
Merge "[k6] Adjust thresholds"

2 months ago[k6] Adjust thresholds 56/139956/1
danielhanrahan [Fri, 17 Jan 2025 16:49:14 +0000 (16:49 +0000)]
[k6] Adjust thresholds

Some cases improved performance after introduction of
one schemaset per module set tag.

Issue-ID: CPS-2540
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib544d425758016df2fb3eeb1b0d0d2529b80c698

2 months agoMerge "Realistic Examples: K6 Test-ware"
Toine Siebelink [Fri, 17 Jan 2025 16:40:43 +0000 (16:40 +0000)]
Merge "Realistic Examples: K6 Test-ware"

2 months agoMerge "Moved impl package out from api package"
Toine Siebelink [Fri, 17 Jan 2025 16:11:24 +0000 (16:11 +0000)]
Merge "Moved impl package out from api package"

2 months agoMerge "Make Response Timeout Configurable in WebClient Configuration"
Lee Anjella Macabuhay [Fri, 17 Jan 2025 13:33:37 +0000 (13:33 +0000)]
Merge "Make Response Timeout Configurable in WebClient Configuration"

2 months agoRealistic Examples: K6 Test-ware 34/139934/3
sourabh_sourabh [Thu, 16 Jan 2025 10:53:59 +0000 (10:53 +0000)]
Realistic Examples: K6 Test-ware

- Updated resourceIdentifier query parameter to align with GNBDUFunctionConfig structure.
- Introduced hierarchical notation (parent=..., child=...) for precise resource identification.
- Added examples for querying all GNBDUFunctions, specific gNB IDs, and sub-resources like RIM-RS reporting configurations.

Issue-ID: CPS-2482
Change-Id: I9e10db9bed7a3503f617a9f8dbd9fed8787402dc
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2 months agoMoved impl package out from api package 05/139905/4
leventecsanyi [Wed, 15 Jan 2025 10:57:28 +0000 (11:57 +0100)]
Moved impl package out from api package

 - refactored cps service packages and the architecture test

Issue-ID: CPS-2543
Change-Id: I0fab54cebd157b19ff6105b7d4b6d8265a1af485
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
2 months agoMerge "One SchemaSet per moduleSetTag"
Sourabh Sourabh [Fri, 17 Jan 2025 09:49:36 +0000 (09:49 +0000)]
Merge "One SchemaSet per moduleSetTag"

2 months agoMerge "Add LCM State dashboard to Grafana"
Daniel Hanrahan [Thu, 16 Jan 2025 17:04:45 +0000 (17:04 +0000)]
Merge "Add LCM State dashboard to Grafana"