From 83c8be70288614aecd64e0fadfaa0b8908a2d0b7 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 21 Sep 2018 14:31:06 -0400 Subject: 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) --- .../load/resource_dictionary/vfw_private_ip_2.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 components/resource-dict/load/resource_dictionary/vfw_private_ip_2.json (limited to 'components/resource-dict/load/resource_dictionary/vfw_private_ip_2.json') diff --git a/components/resource-dict/load/resource_dictionary/vfw_private_ip_2.json b/components/resource-dict/load/resource_dictionary/vfw_private_ip_2.json new file mode 100644 index 000000000..9e5106470 --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/vfw_private_ip_2.json @@ -0,0 +1,17 @@ +{ + "name" : "vfw_private_ip_2", + "tags" : "vfw_private_ip_2", + "updated-by" : "Singal, Kapil ", + "property" : { + "description" : "vfw_private_ip_2", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { + "key" : "vfw_private_ip_2" + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg