summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-07-24Fix DMI CSITs by using new TLS certificatesdanielhanrahan5-0/+73
TLS certs for SDNC and PNF simulators have expired, causing CSITs to fail. The new certificates are valid until 22/07/2034 Issue-ID: CPS-2327 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I6d447d77a22f0af399a724b294cb4ad5fb634648
2024-07-17Merge "Fix DMI Stub dependency issues"Sourabh Sourabh4-33/+55
2024-07-17Fix DMI Stub dependency issuesegernug4-33/+55
Issue-ID: CPS-2321 Change-Id: I8d2b597aa7b537d29db7da6d60edeaa99fb2b76d Signed-off-by: egernug <gerard.nugent@est.tech>
2024-07-16Separate dmi delay for passthrough operationshalil.cakal2-5/+25
- set dmi delay to 670 ms for passthrough write (CUD) - set dmi delay to 300 ms for passthrough read Issue-ID: CPS-2285 Change-Id: I38f3db688fa311e6e25515909ea583dd76ee90dc Signed-off-by: halil.cakal <halil.cakal@est.tech>
2024-07-12Relocation of DMI Stub to DMI Pluginegernug25-0/+1282
Move the DMI Stub into Plugin to use generated code classes Changes: -Created dmi-stub module -Changed dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml dependency from cps-ncmp-rest to cps-ncmp-events -Added extra required dependencies to dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml -Included EventDateTimeFormatter in dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/utils -Included dmi-stub in pom.xml Issue-ID: CPS-2145 Change-Id: Ibf0c9601564d3b38979c07c6a00d622cf763bf6b Signed-off-by: egernug <gerard.nugent@est.tech>
2024-06-24Create module structure in DMI Pluginegernug73-644/+664
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>
2024-06-05Merge "Implement ACK in DMI Plugin"Toine Siebelink5-42/+198
2024-05-30Implement ACK in DMI Pluginegernug5-42/+198
Implementing a response in DMI Plugin to indicate that the datajobs API is not implemented Issue-ID: CPS-2243 Change-Id: I5215d634006a2031638110e3dc159c66ad4e7d86 Signed-off-by: egernug <gerard.nugent@est.tech>
2024-05-29Merge "CPS-2187 - Move Module Set Tag into request body for data access ↵Toine Siebelink6-37/+12
passthrough"
2024-05-28Merge "DMI CmSubscription topic params update"Lee Anjella Macabuhay3-18/+18
2024-05-28CPS-2187 - Move Module Set Tag into request body for data access passthroughdavid.mcweeney6-37/+12
Change-Id: If633e1d2cd3e9986917f3537286896198a6a3897 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2187
2024-05-27DMI CmSubscription topic params updateseanbeirne3-18/+18
Issue-ID: CPS-2242 Change-Id: I4628e28a14bab7b15c615d13d6aea7ae97409f5a Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-22Remove allowReserved from Swagger definitionsToineSiebelink2-166/+159
- this option was used on some URL parameters (by accident) - does not seem to affect production code but is at least misleadingt) Issue-ID: CPS-2230 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I714d49fa8f8ac0ef9f1e654aad94b8a7fc2e7792
2024-05-21Merge "DMI REST interface documentation"Toine Siebelink4-6/+14
2024-05-20Merge "CPS-2182 -#3 Include module Set Tag in dmi batch data enpoint"Sourabh Sourabh4-4/+28
2024-05-20CPS-2182 -#3 Include module Set Tag in dmi batch data enpointdavid.mcweeney4-4/+28
Change-Id: Ib45cc59c12062429aababa7aedb3a028aac0315c Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2182
2024-05-20Merge "Separate REST endpoints to individual read and write calls"Toine Siebelink2-156/+251
2024-05-20Merge "CPS-2187 - #5 Add module Set Tag to dmi (single cm handle) data request"Toine Siebelink5-10/+53
2024-05-16Set CPS Project Status to 'Mature'ToineSiebelink1-1/+1
As approved by TSC on 2024-05-16 See also https://wiki.onap.org/display/DW/ONAP+Project+and+Component+Lifecycle Issue-ID: CPS-2220 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I39b91b774a60892ea148eb9ce62bb2518990c393
2024-05-16CPS-2187 - #5 Add module Set Tag to dmi (single cm handle) data requestdavid.mcweeney5-10/+53
Change-Id: Iae7e3bac67bb8e5bbb50e4157fdf7daf9fc2220f Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2187
2024-05-16Separate REST endpoints to individual read and write callsegernug2-156/+251
Issue-ID: CPS-2141 Change-Id: I5fe1a8e087084c35e51f24d8e8d1241194335725 Signed-off-by: egernug <gerard.nugent@est.tech>
2024-05-16Merge "CPS-2181 - #2 Included Module Set Tag as incoming param for Yang ↵Toine Siebelink5-1/+52
Module Resources - DMI"
2024-05-15CPS-2181 - #2 Included Module Set Tag as incoming param for Yang Module ↵david.mcweeney5-1/+52
Resources - DMI Change-Id: I799159798d9c6018a1495c61924111610bbe2978 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2181
2024-05-15Bump DMI to 1.6.0-SNAPSHOTmpriyank2-3/+3
- bump dmi to 1.6.0-SNAPSHOT version Issue-ID: CPS-2229 Change-Id: I673f0bd60d78a96eece97cd113fcc94caabab7da Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-05-14Increase version for DMI Releaseseanbeirne3-4/+27
Issue-ID: CPS-2224 Change-Id: I83f885fbc5aa060fbf48ef3cb27cb2ef69ffbb95 Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-14Create maven docker stage yaml for releaseseanbeirne1-0/+9
Issue-ID: CPS-2224 Change-Id: Ib21d147e5545337d83673f794a13c74f8e1627e6 Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-14Create maven stage yaml for releaseseanbeirne1-0/+4
Issue-ID: CPS-2224 Change-Id: I0559f9b20e3a5593490c1f9be494bd03e14dac36 Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-14Update pom for stage releaseseanbeirne1-1/+1
Issue-ID: CPS-2224 Change-Id: I739b3e395c01ffe4095af6547a95097c26704474 Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-08Increase Test Coverage for DMIseanbeirne3-4/+33
Issue-ID: CPS-2203 Change-Id: Ib2fd213512db9f23220db53ed795961e747ee17c Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-05-01DMI REST interface documentationegernug4-6/+14
Issue-ID: CPS-2141 Change-Id: Ifb31682128cc23d20cdb46214bddc3cc9061257c Signed-off-by: egernug <gerard.nugent@est.tech>
2024-04-25Define DMI REST interface for Datajobsegernug3-2/+461
Define new REST interface : Method: POST Path: /dmi/v1/dataJob/{requestId} New Interface DMI-I-02 Issue-ID: CPS-2141 Change-Id: I46ddbc4b179fcdfc3396d4044aa201dc7f503918 Signed-off-by: egernug <gerard.nugent@est.tech>
2024-04-11Merge "Read and send Response (DMI <> NCMP) for CmSubscription"Daniel Hanrahan10-39/+610
2024-04-11Read and send Response (DMI <> NCMP) for CmSubscriptionseanbeirne10-39/+610
-Update subscription code to new models Issue-ID: CPS-1971 Change-Id: I382ca31407f8088ddea889a7ab904a22c09789ff Signed-off-by: seanbeirne <sean.beirne@est.tech>
2024-04-04Merge "Add moduleSetTag to the request towards dmi plugin"Toine Siebelink3-245/+498
2024-04-04Remove old committers from INFO.yaml (DMI)ToineSiebelink1-5/+0
Issue-ID: CPS-1887 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ib411aa6b9ac0b5e22a0e4297660c265ad312ddd1
2024-04-04Add moduleSetTag to the request towards dmi pluginleventecsanyi3-245/+498
- extended openapi definition with moduleSetTag - updated openapi.yaml and release-notes.rst Issue-ID: CPS-2030 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: I080f4dad2be8bb48c55256ddadaa3e058b7ac3e9
2024-03-28Modify INFO.yaml for committer rights (DMI)danielhanrahan1-1/+6
Issue-ID: CPS-1887 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ic4825c08cfd4ac29ea0f35e2b33249675534a4ad
2024-03-06Remove old subscription code and other fixesmpriyank9-581/+26
- removed old subscription related dummy code. - updated cps version to 3.4.6 to use the latest released version - added six dependency for the RTD fix - Removing the CloudEventMapper for now. Can be brought back when somebody uses it - added missing test for InvalidDatastoreException which was failing on coverage check locally Issue-ID: CPS-2149 Change-Id: I60e9036398fea82bb0162ab5524a1cc45dedb611 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-02-27update link to upper-constraints.txtthmsdt1-3/+3
Issue-ID: DOC-823 Change-Id: I7a49a3e0b44a0a1d418692ea6cb809becabea120 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2024-02-01Fix: Add six as dependency for sphinxcontrib-swaggerdochalil.cakal1-0/+1
Issue-ID: CIMAN-33 Change-Id: Ia51f6d99fb91533cd92944f3a1c271f80d3f33de Signed-off-by: halil.cakal <halil.cakal@est.tech>
2024-01-25Omitting the basic auth header in healthcheck testwaqas.ikram2-5/+3
as it is not required and adding v3 to uri of api-docs plus allowing swagger-ui.html to be access as well Issue-ID: CPS-2045 Change-Id: Ia254e718a28d58578b8b0dcbf2abd8f7ef1c0e1d Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2024-01-22Update relevant robot scripts in DMI CSITsemaclee3-29/+74
Issue-ID: CPS-2032 Change-Id: I9f7f1e9078612434d07efeb9dadeb65d2f5acc48 Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
2024-01-10Add CSIT test for DMI Swagger UIhalil.cakal1-8/+19
- Test that DMI Swagger UI is accessible. Issue-ID: CPS-1916 Change-Id: I4b357c47903b6541674146ad726899f67af28858 Signed-off-by: halil.cakal <halil.cakal@est.tech>
2023-11-07Increase minor version of DMImpriyank2-3/+3
- increased the minor version of DMI Plugin to 1.5.0 and now we are working towards 1.5.0-SNAPSHOT Issue-ID: CPS-1944 Change-Id: I4e9c00185d9d7842669dc825947dc247bad71f04 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-11-07Bump DMI to 1.4.1-SNAPSHOTmpriyank3-3/+26
- bump dmi to 1.4.1-SNAPSHOT Issue-ID: CPS-1955 Change-Id: I7d752b1195d613bbc84f7b9252359e3e141d0a7f Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-11-07Add container yaml for dmimpriyank1-0/+9
Issue-ID: CPS-1955 Change-Id: I428a1b4d0282478caabb4454b55afd86931301ce Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-11-07Maven stage yaml filempriyank1-0/+4
- to release dmi plugin 1.4.0 version Issue-ID: CPS-1955 Change-Id: Ia17884e446404a70e668382a0f4b2a0e4915c9b8 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-11-06DMI Release notes and dependency updatempriyank2-1/+27
- CPS Core dependency added - Release notes updated Issue-ID: CPS-1955 Change-Id: Ic01b9f4ae0276bbcabc4d12298181d3397eb1394 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2023-11-02Merge "Sonar Fixes"Toine Siebelink2-9/+7
2023-11-02Sonar Fixesegernug2-9/+7
Fixing deprecations in WebSecurityConfig and DmiConfiguration Issue-ID: CPS-89 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I4c6d10ff7ef174db2a6e93e5e6e4b2b0b97b12f6