Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / int_private1_net_cidr.json
index 255e82e..258da51 100755 (executable)
                        "type": "source-default",
                        "properties": {}
                },
+               "processor-db": {
+                       "type": "source-db",
+                       "properties": {
+                               "type": "SQL",
+                               "query": "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"private1\"",
+                               "input-key-mapping": {},
+                               "output-key-mapping": {
+                                       "int_private1_net_cidr": "prefix"
+                               }
+                       }
+               },
                "sdnc": {
                        "type": "source-rest",
                        "properties": {
                                        "vnf-id"
                                ]
                        }
-               },
-               "processor-db": {
-                       "type": "source-db",
-                       "properties": {
-                               
-                               "type": "SQL",
-                               "query": "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"private1\"",
-                               "input-key-mapping": {},
-                               "output-key-mapping": {
-                                       "int_private1_net_cidr": "prefix"
-                               }
-                       }
                }
        }
 }