[TECHDEBT] Align CPS NCMP REST API Specification and Implementation 23/126723/8 mr/823/126723/8
authorJosephKeenan <joseph.keenan@est.tech>
Thu, 20 Jan 2022 16:30:18 +0000 (16:30 +0000)
committerJosephKeenan <joseph.keenan@est.tech>
Thu, 27 Jan 2022 13:13:30 +0000 (13:13 +0000)
commitec674c778a0db04491c75f837cea92dd8ed4f2ff
treef572f1f1f0bb98da916e92a883db7e1d2e3142ae
parent1fabab11daa688a169fd2623cdc08c39232da10b
[TECHDEBT] Align CPS NCMP REST API Specification and Implementation

- Updated ncmp.yml to align implementation with specification
- Added new Exception classes to differentiate between server NCMP
  issues and client based NCMP issues
- Added 500 error to specification
- Added org.onap.cps.utils to list of packages in
  LayeredArchitectureTest as build was failing

Issue-ID: CPS-823
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: Ic646db5cc4dfc8d14106c8374b7c62cc9f9ab6e7
cps-application/src/test/java/org/onap/cps/architecture/LayeredArchitectureTest.java
cps-ncmp-rest/docs/openapi/components.yaml
cps-ncmp-rest/docs/openapi/ncmp-inventory.yml
cps-ncmp-rest/docs/openapi/ncmp.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImpl.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/exception/DmiRequestException.java [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/exception/ServerNcmpException.java [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/models/DmiPluginRegistration.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImplRegistrationSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImplSpec.groovy