diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-24 13:55:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-24 13:55:44 +0000 |
commit | 3ac1730c0dec21037567dad9c849687dfc677f04 (patch) | |
tree | a422ce43dca96292fcfe3a06ff92ffdbcd29a8b7 /components/resource-dict/load/resource_dictionary/vf-naming-policy.json | |
parent | 84cd8c43fa95f08ce98d498a145b9fcb2552f3ce (diff) | |
parent | dafea560356abd3ff7fe58f874d0933631fb3433 (diff) |
Merge "SDN Controller Blueprints MS Component"
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vf-naming-policy.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/vf-naming-policy.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vf-naming-policy.json b/components/resource-dict/load/resource_dictionary/vf-naming-policy.json new file mode 100644 index 00000000..ceed3186 --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/vf-naming-policy.json @@ -0,0 +1,25 @@ +{
+ "name" : "vf-naming-policy",
+ "tags" : "vf-naming-policy",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "vf-naming-policy",
+ "type" : "string"
+ },
+ "sources" : {
+ "db" : {
+ "type" : "source-db",
+ "properties" : {
+ "type" : "SQL",
+ "query" : "select sdnctl.VF_MODEL.naming_policy as vf_naming_policy from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnf_model_customization_uuid",
+ "input-key-mapping" : {
+ "vnf_model_customization_uuid" : "vnf-model-customization-uuid"
+ },
+ "output-key-mapping" : {
+ "vf-naming-policy" : "vf_naming_policy"
+ },
+ "key-dependencies" : [ "vnf-model-customization-uuid" ]
+ }
+ }
+ }
+}
\ No newline at end of file |