Separate ncmp south-bound endpoints in openapi specs 77/124677/8
authorRenu Kumari <renu.kumari@bell.ca>
Tue, 5 Oct 2021 00:59:18 +0000 (20:59 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Thu, 7 Oct 2021 18:05:22 +0000 (14:05 -0400)
commit139e8221933f4d72149601900b421921263e2ba3
tree8080bab2ab0d0317a8b050c7f40cb066cf251ead
parentabdff1bf331cc582d017cce9888828fa2e8f6260
Separate ncmp south-bound endpoints in openapi specs

- existing ncmp-cps swagger ui shows only northbound endpoints
- added cps-ncmp-internal for southbound endpoints

Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I6917a9c1cf6d033f7ed76f2172113d5e43ac84a7
12 files changed:
cps-application/src/main/resources/application.yml
cps-ncmp-rest/docs/openapi/ncmp-inventory.yml [new file with mode: 0755]
cps-ncmp-rest/docs/openapi/ncmp.yml [moved from cps-ncmp-rest/docs/openapi/ncmproxy.yml with 92% similarity]
cps-ncmp-rest/docs/openapi/openapi-inventory.yml [new file with mode: 0755]
cps-ncmp-rest/docs/openapi/openapi.yml
cps-ncmp-rest/pom.xml
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyInventoryController.java [new file with mode: 0755]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyInventoryControllerSpec.groovy [new file with mode: 0644]
cps-ncmp-rest/src/test/resources/application.yml
docker-compose/README.md