summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json
diff options
context:
space:
mode:
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json')
-rwxr-xr-xms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json b/ms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json
deleted file mode 100755
index 261920feb..000000000
--- a/ms/controllerblueprints/application/load/resource_dictionary/protected_private_net_cidr.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name" : "protected_private_net_cidr",
- "tags" : "protected_private_net_cidr",
- "updated-by" : "Singal, Kapil <ks220y@att.com>",
- "property" : {
- "description" : "protected_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 = \"protected\"",
- "output-key-mapping" : {
- "protected_private_net_cidr" : "prefix"
- }
- }
- }
- }
-} \ No newline at end of file