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) --- .../unprotected_private_net_cidr.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json (limited to 'components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json') diff --git a/components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json b/components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json new file mode 100644 index 000000000..8f9385d87 --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/unprotected_private_net_cidr.json @@ -0,0 +1,21 @@ +{ + "name" : "unprotected_private_net_cidr", + "tags" : "unprotected_private_net_cidr", + "updated-by" : "Singal, Kapil ", + "property" : { + "description" : "unprotected_private_net_cidr", + "type" : "string" + }, + "sources" : { + "db" : { + "type" : "source-db", + "properties" : { + "type" : "SQL", + "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = unprotected", + "output-key-mapping" : { + "unprotected_private_net_cidr" : "prefix" + } + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg