Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / nf-role.json
1 {
2         "tags": "nf-role",
3         "name": "nf-role",
4         "property": {
5                 "description": "vnf/nf-role",
6                 "type": "string"
7         },
8         "updated-by": "Singal, Kapil <ks220y@att.com>",
9         "sources": {
10                 "default": {
11                         "type": "source-default",
12                         "properties": {}
13                 },
14                 "processor-db": {
15                         "type": "source-db",
16                         "properties": {
17                                 "type": "SQL",
18                                 "query": "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",
19                                 "input-key-mapping": {
20                                         "vnfmodelcustomizationuuid": "vnf-model-customization-uuid"
21                                 },
22                                 "output-key-mapping": {
23                                         "nf-role": "vf_model_role"
24                                 },
25                                 "key-dependencies": [
26                                         "vnf-model-customization-uuid"
27                                 ]
28                         }
29                 }
30         }
31 }