15648adc2bfdb546032a25fc644a2f8f181b91d0
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / onap_private_net_cidr.json
1 {
2   "name" : "onap_private_net_cidr",
3   "tags" : "onap_private_net_cidr",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "onap_private_net_cidr",
7     "type" : "string"
8   },
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = private",
15         "output-key-mapping" : {
16           "onap_private_net_cidr" : "prefix"
17         }
18           }
19     }
20   }
21 }