[TECHDEBT] Align CPS NCMP REST API Specification and Implementation 23/126723/10 mr/823/126723/10
authorJosephKeenan <joseph.keenan@est.tech>
Thu, 20 Jan 2022 16:30:18 +0000 (16:30 +0000)
committerJoseph Keenan <joseph.keenan@est.tech>
Thu, 27 Jan 2022 16:59:56 +0000 (16:59 +0000)
commita522b48d0554da4f888ac96adb9b5e00956f6b96
tree38810e88b622a547e71263910adf88b49db32af7
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