Decouple configuration from application 21/117221/6
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Thu, 28 Jan 2021 14:36:37 +0000 (15:36 +0100)
committerClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Mon, 1 Feb 2021 17:08:30 +0000 (18:08 +0100)
commitb77bf2529f15e60c852cf83d5150e75d30068bb0
tree74556b527ac48ac608db2d420929785c797a6a07
parent850e3ecdecbedd30e65ae7cbaa81fc5301766f45
Decouple configuration from application

- Decouple configuration from application
- Generate all 3 types of docker variations

Issue-ID: CPS-175
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I1e2e0577c5911f7c79801e4c691d196515dc02a1
22 files changed:
cps-application/pom.xml [new file with mode: 0644]
cps-application/src/main/java/org/onap/cps/Application.java [moved from cps-rest/src/main/java/org/onap/cps/Application.java with 100% similarity]
cps-application/src/main/resources/application.yml [moved from cps-rest/src/main/resources/application.yml with 83% similarity]
cps-bom/pom.xml
cps-dependencies/pom.xml
cps-nf-proxy-rest/pom.xml
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/Application.java [deleted file]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/config/NfProxyConfig.java [changed mode: 0755->0644]
cps-nf-proxy-rest/src/main/java/org/onap/cps/nfproxy/rest/controller/NfProxyController.java
cps-nf-proxy-rest/src/main/resources/application.yml [deleted file]
cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/config/NfProxyConfigSpec.groovy [deleted file]
cps-nf-proxy-rest/src/test/groovy/org/onap/cps/nfproxy/rest/controller/NfProxyControllerSpec.groovy
cps-parent/pom.xml
cps-rest/pom.xml
cps-rest/src/main/java/org/onap/cps/config/CpsConfig.java
cps-rest/src/main/java/org/onap/cps/rest/controller/AdminRestController.java
cps-rest/src/main/java/org/onap/cps/rest/controller/DataRestController.java
cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/exceptions/CpsRestExceptionHandlerSpec.groovy
docker-compose/README.md
docker-compose/docker-compose.yml
pom.xml