diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-09-02 15:22:48 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-09-03 13:04:52 +0000 |
commit | 122a42a959de49a0f9fcc817d9e75ab8ef908cf5 (patch) | |
tree | 0c1be4b9b89b2bc1e19ffae1088312632e94f78a /ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json | |
parent | cd29a05ccd4279d7fb740d03bbeee6a0839b287e (diff) |
Do not duplicate model types and data dictionaries
Change-Id: I960e9ce040490dea82bd9afa9133ed982fe08d14
Issue-ID: CCSDK-1663
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json')
-rw-r--r-- | ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json b/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json deleted file mode 100644 index 38e4ae1c6..000000000 --- a/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/private-prefix-id.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name" : "private-prefix-id", - "tags" : "private-prefix-id", - "updated-by" : "Singal, Kapil <ks220y@att.com>", - "property" : { - "description" : "private-prefix-id", - "type" : "string" - }, - "sources" : { - "processor-db" : { - "type" : "source-db", - "properties" : { - "type" : "SQL", - "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = private", - "output-key-mapping" : { - "private-prefix-id" : "prefix_id" - } - } - } - } -} |