Created Ref Data tbl for controllerSelection 71/60371/4
authorPrema Bhatt <pb6115@us.att.com>
Fri, 10 Aug 2018 22:54:13 +0000 (15:54 -0700)
committerRob Daugherty <rd472p@att.com>
Thu, 23 Aug 2018 20:13:03 +0000 (20:13 +0000)
commit474b1758321deae0e9730de6d2b7d10434c46d69
tree718cdf6a8df18c6ad149fa3f7784805bf742dafe
parent2fd0666635757ee894a785a0070b6f94a548c00e
Created Ref Data tbl for controllerSelection

RD: I rebased this and fixed the unit tests.

Issue-ID: SO-763
Change-Id: Ie5f6a708cffbc70a9481afd35db3047fe44cb088
Signed-off-by: Prema Bhatt <pb6115@att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
14 files changed:
adapters/mso-adapters-rest-interface/.gitignore [new file with mode: 0644]
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V4.4__CreateTableControllerSelectionRefence.sql [new file with mode: 0644]
adapters/mso-openstack-adapters/.gitignore
cloudify-client/.gitignore [new file with mode: 0644]
common/.gitignore
deployment-configs/.gitignore [new file with mode: 0644]
mso-api-handlers/mso-api-handler-infra/.gitignore [new file with mode: 0644]
mso-catalog-db/src/main/java/org/onap/so/db/catalog/beans/ControllerSelectionReference.java [new file with mode: 0644]
mso-catalog-db/src/main/java/org/onap/so/db/catalog/beans/ControllerSelectionReferenceId.java [new file with mode: 0644]
mso-catalog-db/src/main/java/org/onap/so/db/catalog/client/CatalogDbClient.java
mso-catalog-db/src/main/java/org/onap/so/db/catalog/data/repository/ControllerSelectionReferenceRepository.java [new file with mode: 0644]
mso-catalog-db/src/test/java/org/onap/so/db/catalog/ControllerSelectionReferenceTest.java [new file with mode: 0644]
mso-catalog-db/src/test/resources/data.sql
mso-catalog-db/src/test/resources/schema.sql