summaryrefslogtreecommitdiffstats
path: root/components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2018-09-21 14:31:06 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2018-09-21 16:26:47 -0400
commit83c8be70288614aecd64e0fadfaa0b8908a2d0b7 (patch)
treef02cdcc9ed182a19ac5d38aa7c5c2ea00e1e66ec /components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json
parent7b533e17764ba9932e31aae498bd6c3447cb8839 (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/vpg_private_ip_0.json')
-rw-r--r--components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json b/components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json
new file mode 100644
index 000000000..912cfb9ad
--- /dev/null
+++ b/components/resource-dict/load/resource_dictionary/vpg_private_ip_0.json
@@ -0,0 +1,35 @@
+{
+ "name" : "vpg_private_ip_0",
+ "tags" : "vpg_private_ip_0",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "vpg_private_ip_0",
+ "type" : "string"
+ },
+ "sources" : {
+ "input" : {
+ "type" : "source-input",
+ "properties" : {
+ "key" : "vpg_private_ip_0"
+ }
+ },
+ "mdsal" : {
+ "type" : "source-rest",
+ "properties" : {
+ "type" : "JSON",
+ "url-path" : "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vf-modules/$vf-module-id/vf-module-data/vf-module-topology/vf-module-parameters/param/vpg_private_ip_0",
+ "path" : "/param/0/value",
+ "expression-type" : "JSON_POINTER",
+ "input-key-mapping" : {
+ "service-instance-id" : "service-instance-id",
+ "vnf-id" : "vnf-id",
+ "vf-module-id" : "vf-module-id"
+ },
+ "output-key-mapping" : {
+ "vpg_private_ip_0" : "value"
+ },
+ "key-dependencies" : [ "service-instance-id", "vnf-id", "vf-module-id" ]
+ }
+ }
+ }
+} \ No newline at end of file