summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-04 15:45:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-04 15:45:06 +0000
commit302ec11f5832bca25336febccedbc49490fc1106 (patch)
treee33d6c547ddab86fdc3cda20cca139ffd379f50f /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json
parent82089df8930c27c3ef2dfa36e9b1a08e3e1d4fdd (diff)
parent122a42a959de49a0f9fcc817d9e75ab8ef908cf5 (diff)
Merge "Do not duplicate model types and data dictionaries"
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json')
-rw-r--r--ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json
deleted file mode 100644
index 1bf36ef39..000000000
--- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vf-nf-code.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name" : "vf-nf-code",
- "tags" : "vf-nf-code",
- "updated-by" : "Singal, Kapil <ks220y@att.com>",
- "property" : {
- "description" : "vf-nf-code",
- "type" : "string"
- },
- "sources" : {
- "processor-db" : {
- "type" : "source-db",
- "properties" : {
- "type" : "SQL",
- "query" : "select sdnctl.VF_MODEL.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid",
- "input-key-mapping" : {
- "customizationid" : "vnf-model-customization-uuid"
- },
- "output-key-mapping" : {
- "vf-nf-code" : "vf_nf_code"
- },
- "key-dependencies" : [ "vnf-model-customization-uuid" ]
- }
- }
- }
-}