diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-21 14:31:06 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-21 16:26:47 -0400 |
commit | 83c8be70288614aecd64e0fadfaa0b8908a2d0b7 (patch) | |
tree | f02cdcc9ed182a19ac5d38aa7c5c2ea00e1e66ec /components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json | |
parent | 7b533e17764ba9932e31aae498bd6c3447cb8839 (diff) |
SDN Controller Blueprints MS Component
Adding ONAP Resource Definitions with new schema
Change-Id: Ic4e1bd79dd54d12ce12f6e79ae1d738b283f3f0c
Issue-ID: CCSDK-490
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json b/components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json new file mode 100644 index 000000000..b2ccd45da --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/vnfc-model-invariant-uuid.json @@ -0,0 +1,25 @@ +{
+ "name" : "vnfc-model-invariant-uuid",
+ "tags" : "vnfc-model-invariant-uuid",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "vnfc-model-invariant-uuid for vFW template",
+ "type" : "string"
+ },
+ "sources" : {
+ "db" : {
+ "type" : "source-db",
+ "properties" : {
+ "type" : "SQL",
+ "query" : "select vfc_model.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
+ "input-key-mapping" : {
+ "vfccustomizationuuid" : "vfccustomizationuuid"
+ },
+ "output-key-mapping" : {
+ "vnfc-model-invariant-uuid" : "vfc_invariant_uuid"
+ },
+ "key-dependencies" : [ "vfccustomizationuuid" ]
+ }
+ }
+ }
+}
\ No newline at end of file |