diff options
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/nf-role.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/nf-role.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/nf-role.json b/components/resource-dict/load/resource_dictionary/nf-role.json new file mode 100644 index 000000000..0e108c5cb --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/nf-role.json @@ -0,0 +1,25 @@ +{
+ "name" : "nf-role",
+ "tags" : "nf-role",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "vnf/nf-role",
+ "type" : "string"
+ },
+ "sources" : {
+ "db" : {
+ "type" : "source-db",
+ "properties" : {
+ "type" : "SQL",
+ "query" : "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",
+ "input-key-mapping" : {
+ "vnfmodelcustomizationuuid" : "vnf-model-customization-uuid"
+ },
+ "output-key-mapping" : {
+ "nf-role" : "vf_model_role"
+ },
+ "key-dependencies" : [ "vnf-model-customization-uuid" ]
+ }
+ }
+ }
+}
\ No newline at end of file |