Resource Resolution Service : 2 94/75694/3
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 11 Jan 2019 18:58:38 +0000 (13:58 -0500)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 11 Jan 2019 20:39:43 +0000 (20:39 +0000)
commitd035fe08249fe8b1e5988b79c7355620727e5da0
treee71cec98ba6790f5982ac124a6a06700c347e76d
parent5916e79bab772cc79765b0d8fedbc2de38e4ff4b
Resource Resolution Service : 2

Changes for Primary-DB Resource Resolution Processor Service

Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e
Issue-ID: CCSDK-942
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
64 files changed:
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/BluePrintConstants.kt
components/core/src/test/resources/dictionary/dictionary_schema.json
components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json
components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json
components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_cidr.json
components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json [moved from components/model-catalog/resource-dictionary/starter-dictionary/db-source.json with 85% similarity, mode: 0644]
components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json
components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json
components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json
components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json [moved from components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json with 79% similarity]
components/model-catalog/resource-dictionary/starter-dictionary/unprotected-prefix-id.json
components/model-catalog/resource-dictionary/starter-dictionary/unprotected_private_net_cidr.json
components/model-catalog/resource-dictionary/starter-dictionary/vf-module-label.json
components/model-catalog/resource-dictionary/starter-dictionary/vf-module-type.json
components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json
components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json
components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json
components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json
components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json
components/resource-dict/load/model_type/node_type/source-primary-db.json [moved from components/resource-dict/load/model_type/node_type/source-db.json with 100% similarity]
components/resource-dict/load/resource_dictionary/nf-role.json
components/resource-dict/load/resource_dictionary/nfc-naming-code.json
components/resource-dict/load/resource_dictionary/onap_private_net_cidr.json
components/resource-dict/load/resource_dictionary/primary-db-source.json [moved from components/resource-dict/load/resource_dictionary/db-source.json with 82% similarity]
components/resource-dict/load/resource_dictionary/private-prefix-id.json
components/resource-dict/load/resource_dictionary/protected-prefix-id.json
components/resource-dict/load/resource_dictionary/protected_private_net_cidr.json
components/resource-dict/load/resource_dictionary/unprotected-prefix-id.json
components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json
components/resource-dict/load/resource_dictionary/vf-module-label.json
components/resource-dict/load/resource_dictionary/vf-module-type.json
components/resource-dict/load/resource_dictionary/vf-naming-policy.json
components/resource-dict/load/resource_dictionary/vf-nf-code.json
components/resource-dict/load/resource_dictionary/vfccustomizationuuid.json
components/resource-dict/load/resource_dictionary/vm-type.json
components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json
components/resource-dict/load/resource_dictionary/vnfc-model-version.json
components/resource-dict/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/ResourceDictionaryConstants.kt
components/resource-dict/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/utils/ResourceAssignmentUtils.kt [moved from ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/utils/ResourceResolutionUtils.kt with 97% similarity]
components/resource-dict/src/test/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/ResourceDefinitionTest.java
components/resource-dict/src/test/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/factory/ResourceSourceMappingFactoryTest.java
components/resource-dict/src/test/java/org/onap/ccsdk/apps/controllerblueprints/resource/dict/service/ResourceDefinitionValidationServiceTest.java
components/resource-dict/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/utils/ResourceDictionaryTestUtils.kt [moved from components/resource-dict/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/resource/dict/utils/ResourceDictionaryTestUtils.kt with 90% similarity]
components/resource-dict/src/test/resources/validation/cyclic.json
components/resource-dict/src/test/resources/validation/duplicate.json
components/resource-dict/src/test/resources/validation/success.json
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceAssignmentProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/InputResourceAssignmentProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/PrimaryDataResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/DataBaseResourceAssignmentProcessor.kt with 82% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/ResourceResolutionComponentTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/ResourceResolutionServiceTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/dt-location.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/dt-location.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-array.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-array.json with 88% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-complex.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-complex.json with 91% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-simple.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-simple.json with 90% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/resource-assignments-simple.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/resource-assignments-simple.json with 85% similarity]
ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml
ms/controllerblueprints/modules/service/src/test/java/org/onap/ccsdk/apps/controllerblueprints/service/repository/ResourceDictionaryReactRepositoryTest.java
ms/controllerblueprints/modules/service/src/test/resources/application.properties
ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-resource-assignment.json
ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json
ms/controllerblueprints/modules/service/src/test/resources/enhance/enhanced-template.json