Controller Blueprints Microservice 93/65293/1
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Fri, 7 Sep 2018 19:20:59 +0000 (19:20 +0000)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Fri, 7 Sep 2018 19:20:59 +0000 (19:20 +0000)
commit83808703f4c1379c331f71d670b5610e2ca395b0
tree9d49aa5dd48a3d2d261d8899ae2bdf5bdd666e8f
parent76a5c64401739c8e3eb0d4e03465c89910424ce7
Controller Blueprints Microservice

Remove Resource Dictionary resource_type, resource_path, sample_values and valid_values parameters.

Change-Id: I7ec899e30aaef64130f35eb754a79f9dfc54f71f
Issue-ID: CCSDK-488
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
20 files changed:
components/resource-dict/load/resource_dictionary/db-source.json
components/resource-dict/load/resource_dictionary/default-source.json
components/resource-dict/load/resource_dictionary/input-source.json
components/resource-dict/load/resource_dictionary/mdsal-source.json
components/resource-dict/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/ResourceDefinition.kt
ms/controllerblueprints/application/load/resource_dictionary/db-source.json [moved from ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json with 86% similarity]
ms/controllerblueprints/application/load/resource_dictionary/input-source.json [moved from ms/controllerblueprints/modules/service/load/resource_dictionary/input-source.json with 78% similarity]
ms/controllerblueprints/application/load/resource_dictionary/v4-ip-type.json [moved from ms/controllerblueprints/modules/service/load/resource_dictionary/v4-ip-type.json with 79% similarity]
ms/controllerblueprints/application/src/main/resources/sql/schema-local.sql
ms/controllerblueprints/application/src/main/resources/sql/schema.sql
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/DataBaseInitService.java
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/ResourceDictionaryService.java
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/domain/ResourceDictionary.java
ms/controllerblueprints/modules/service/src/main/java/org/onap/ccsdk/apps/controllerblueprints/service/validator/ResourceDictionaryValidator.java
ms/controllerblueprints/modules/service/src/main/resources/sql/schema-local.sql
ms/controllerblueprints/modules/service/src/main/resources/sql/schema.sql
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ResourceDictionaryReactRepositoryTest.java
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/rs/ResourceDictionaryRestTest.java
ms/controllerblueprints/modules/service/src/test/resources/application.properties
ms/controllerblueprints/modules/service/src/test/resources/resourcedictionary/default_definition.json