Resource Resolution Service : 2
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)
commit32e90cd22a5e2fb21ca369102dfa063f2db9e93f
tree7ca5eb8e3d010e48f1a681456117700e83b3ffd9
parentbf19a3a88eac9220051453180614edb4d146a134
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>
48 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 [new file with mode: 0644]
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