Introduce new entities 01/79101/6
authorsebdet <sebastien.determe@intl.att.com>
Fri, 22 Feb 2019 07:16:26 +0000 (08:16 +0100)
committersebdet <sebastien.determe@intl.att.com>
Thu, 28 Feb 2019 16:44:38 +0000 (17:44 +0100)
commitc2bcf2a333a66d401c6afe0589c117f0986a5bd2
tree83ff67bcc644101de8f2af366b6d0cc39360cc92
parentf08a27fede1086e17632dde816e0ae6214cab286
Introduce new entities

Introduce new database entities to support the new Clamp model

Change-Id: I6c8d7fdaf8201c2bc7878f8a807c89002525857f
Issue-ID: CLAMP-299
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
18 files changed:
extra/docker/clamp/docker-compose.yml
extra/sql/load-sql-files-tests-automation.sh
pom.xml
src/main/java/org/onap/clamp/clds/Application.java
src/main/java/org/onap/clamp/dao/LoopLogRepository.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/LoopsRepository.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/MicroServicePolicyRepository.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/OperationalPolicyRepository.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/LogType.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/Loop.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/LoopLog.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/LoopState.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/MicroServicePolicy.java [new file with mode: 0644]
src/main/java/org/onap/clamp/dao/model/OperationalPolicy.java [new file with mode: 0644]
src/main/resources/application-noaaf.properties
src/main/resources/application.properties
src/test/java/org/onap/clamp/it/dao/model/LoopItCase.java [new file with mode: 0644]
src/test/resources/application.properties