rename nf-proxy to network-cm-proxy 07/120007/7
authortragait <rahul.tyagi@est.tech>
Tue, 30 Mar 2021 11:02:27 +0000 (12:02 +0100)
committertragait <rahul.tyagi@est.tech>
Tue, 6 Apr 2021 09:06:04 +0000 (10:06 +0100)
commit34a94b92edd0c359291445735eb3d7e974deea1f
tree2720fef43a9edcd23ca6349136c017773af05680
parent2b0b0368cf6c62f8c05ed8a98a701e1102427861
rename nf-proxy to network-cm-proxy

This commit renames two modules cps-nf-proxy-rest and
cps-nf-proxy-service to cps-ncmp-rest, cps-ncmp-service.
Docker image names are also changed respectively.
Swagger auto generated api files are also modified.

Signed-off-by: tragait <rahul.tyagi@est.tech>
Issue-ID: CPS-315
Change-Id: Ic2a2f8c4bafe8cffa3c83ccb52499720aaba1415
28 files changed:
cps-application/pom.xml
cps-bom/pom.xml
cps-ncmp-rest/docs/openapi/components.yaml [moved from cps-nf-proxy-rest/docs/openapi/components.yaml with 71% similarity]
cps-ncmp-rest/docs/openapi/ncmproxy.yml [moved from cps-nf-proxy-rest/docs/openapi/xnfProxy.yml with 76% similarity]
cps-ncmp-rest/docs/openapi/openapi.yml [new file with mode: 0755]
cps-ncmp-rest/pom.xml [new file with mode: 0644]
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/config/NetworkCmProxyConfig.java [moved from cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/config/NfProxyConfig.java with 89% similarity]
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java [moved from cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/rest/controller/NfProxyController.java with 81% similarity]
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/exceptions/NetworkCmProxyRestExceptionHandler.java [moved from cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/rest/exceptions/NfProxyRestExceptionHandler.java with 90% similarity]
cps-ncmp-rest/src/main/resources/openapi-configuration.json [moved from cps-nf-proxy-rest/src/main/resources/openapi-configuration.json with 87% similarity]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/config/NetworkCmProxyConfigSpec.groovy [moved from cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/config/NfProxyConfigSpec.groovy with 76% similarity]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy [moved from cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/rest/controller/NfProxyControllerSpec.groovy with 89% similarity]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/exceptions/NetworkCmProxyRestExceptionHandlerSpec.groovy [moved from cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/rest/exceptions/NfProxyRestExceptionHandlerSpec.groovy with 89% similarity]
cps-ncmp-rest/src/test/java/org/onap/cps/TestApplication.java [moved from cps-nf-proxy-rest/src/test/java/org/onap/cps/TestApplication.java with 100% similarity]
cps-ncmp-rest/src/test/resources/application.yml [new file with mode: 0644]
cps-ncmp-service/pom.xml [new file with mode: 0644]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/NetworkCmProxyDataService.java [moved from cps-nf-proxy-service/src/main/java/org/onap/cps/nfproxy/api/NfProxyDataService.java with 90% similarity]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/NetworkCmProxyDataServiceImpl.java [moved from cps-nf-proxy-service/src/main/java/org/onap/cps/nfproxy/api/impl/NfProxyDataServiceImpl.java with 93% similarity]
cps-ncmp-service/src/test/groovy/org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy [moved from cps-nf-proxy-service/src/test/groovy/org/onap/cps/api/impl/NfProxyDataServiceImplSpec.groovy with 94% similarity]
cps-nf-proxy-rest/docs/openapi/openapi.yml [deleted file]
cps-nf-proxy-rest/pom.xml [deleted file]
cps-nf-proxy-rest/src/test/resources/application.yml [deleted file]
cps-nf-proxy-service/pom.xml [deleted file]
cps-parent/pom.xml
docker-compose/README.md
docker-compose/application.yml
docker-compose/docker-compose.yml
pom.xml